html body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
	background-color: #fff;
}

#container
{
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	width: 770px;
	background-color: #fff;
	display: block;
	/*border: 1px solid #090;
	border-top: none;*/
	text-align: left;
	margin-bottom: 0px;
}

#masthead
{
	display: block;
	border: 0;
	overflow: none;
	margin: 0px;
	padding: 0px;
	width: 100%;	
	height: 147px;
	background: url(../img/bg_header.jpg);
	clear: both;
}

#masthead h1
{
	position: relative;
	display: inline;
	font-size: 40px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	left: 10px;
	top: 25px;
}

#masthead h2
{
	position: relative;
	display: inline;
	font-style: italic;
	font-size: 20px;
	color: #eef;
	margin: 0px;
	padding: 0px;
	left: 20px;
	top: 25px;
}

a img
{
	border: 0px;
}

.badge
{
	margin-bottom: 2px;
}

/************** CENTRE COLUMN STYLES ***********/

#centre_col
{
	display: block;
	width: 360px;
	float: left;
}

#centre_col h2
{
	color: #FF7D40;
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 25px;
	border-bottom: 1px dotted #ff7d50;
}

#centre_col h3
{
	color: #FF7D40;
	margin-top: 15px;
	margin-bottom: 7px;
	font-size: 18px;
	border-bottom: 1px dotted #ffeeaa;
}

#centre_col p
{
	padding: 3px 10px 0px 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#centre_col a
{
	text-decoration: none;
	font-weight: bold;
	color: #00f;	
}


#centre_col a:hover
{
	color: #FF7D40;
}

.entryfooter
{
	padding: 2px 5px;
	border: 1px dotted #ef6d40;
	border-left: 0px;
	border-right: 0px;
	margin: 10px 0px 5px 0px;
}

.centered
{
	text-align: center;
}

.prevnext
{
	border-bottom: 1px dotted #ff7d50;
	padding-bottom: 4px;
	margin-bottom: 1px;
}

.prevnext_separator
{
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: -6px;
}

/*************** RIGHT-HAND SIDE STYLES ****************/

#rh_side
{
	display: block;
	width: 240px;
	float: left;
}

#mastdrop
{
	display: block;
	width: 240px;
	height: 80px;
	background: url(../img/bg_rh.jpg);
}

.rh_box
{
	display: block;
	margin: 0px;
	padding: 5px 35px 0px 40px;
	color: #fff;
	text-align: right;
	background: url(../img/bg_rh_box.jpg) repeat-y;
}

.rh_box h3
{
	padding: 0px 0px;
	margin: 0px;
	color: #ff9;
	/*width: 100%;*/
}

.rh_box a
{
	text-decoration: none;
	/*font-weight: bold;*/
	color: #fff;
}

.rh_box a:hover
{
	text-decoration: underline;
}

.rh_box_bottom
{
	display: block;
	height: 40px;
	background: url(../img/bg_rh_box_bottom.jpg) no-repeat;
}


/************** LEFT SIDEBAR STYLES ***********/

#lh_side
{
	display: block;
	width: 170px;
	float: left;
}

.sidebar
{
	display: block;
	background: url(../img/bg_sidebar.jpg) repeat-y;
	padding: 5px 20px 5px 10px;
}

.sidedrop
{
	display: block;
	width: 170px;
	height: 8px;
	background: url(../img/bg_sidebar_bottom.jpg) no-repeat;
}

.sidebar ul
{
	margin: 0px;
	padding: 0px;
	color: White;
	text-align: right;
	list-style-type: none;
}

.sidebar ul li { 
	display: block; 
	border-bottom: 1px solid #fff;
	padding: 5px 5px 2px 2px;
}

.sidebar ul li a
{
	margin-bottom: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.sidebar ul li a:hover
{
	color: #ffffff;
}

.sidebar h3
{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 17px;
	text-align: right;
	color: #fff;
}

.sidebar p
{
	font-size: 11px;
	margin-right: 5px;
	margin-top: 0px;
}

#footer
{
	border: 0;
	border-top: 1px solid #999;
	background-color: #69F;
	margin-top: 50px;
	color: #fff;
	font-size: 10pt;
	width: 100%;
	clear: both;
}

#footer p
{
	font-size: 8pt;
	margin: 0px 6px;
	text-align: right;
}