/* CSS Document */

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
body {
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Trebuschet MS', Verdana, Sans-serif, SandSerif;
	background-image: url(images/background_rpt.png);
	background-repeat:repeat-y;
	background-position:center;
	}
	
address {
	text-decoration: none;
	font: normal 12px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* This is the overall wrapper that sits us nicely in the middle of the page */
#wrapper {
	margin: 0 auto;
	width: 800px;
}

/* Anything for thge header here */
#header {
	margin-left: 26px;
	margin-right: 26px;
	height: 95px;
	background-color:#FFFFFF;
	color: #cc0000;
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent: -5000px;
}
#header:hover {
	cursor: pointer;
}

/* The wrapper for the area below the header */

#main {
	margin-left: 26px;
	margin-right: 26px;
	text-align: left;
	display:table;
}

/* Styling and layout for the standard left hand navigation */
#menu {
	width: 230px;
	margin-top: 42px;
	font-size: 12px;
	float:Left;
	background-image:url(images/menu_top.png);
	background-repeat:no-repeat;
}
#menu h6 {
	margin-top: 20px;
	margin-bottom: 4px;
	margin-left: 8px;
	font-size:9px;
}	
#menu hr {
	border: none 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 198px;
}
#menu ul {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	list-style-type: none;
}
#menu ul li a:link,
#menu ul li a:visited {
	color:#000000;
	background-color: inherit;
	text-decoration:none;
}
#menu ul li a:hover,
#menu ul li a:active {
	color:#CC0000;
	background-color: inherit;
	text-decoration:underline;
}	
#menu div#menu_base {
	background-image:url(images/menu_base.png);
	background-repeat:no-repeat;
	height: 24px;
	width: 200px;
	text-indent: -5000px;
}
/* Styling for the content area */
#content {
	width: 500px;
	float: left;
	margin-top: 42px;
}
#content h1 {
	font-size: 26px;
	font-weight:bold;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 24px;
	font-weight:bold;
}
#content h3 {
	font-size: 21px;
	font-weight:bold;
}
#content h4 {
	font-size: 18px;
	font-weight:bold;
}
#content h5 {
	font-size: 14px;
	font-weight:bold;
}
#content h6 {
	font-size: 12px;
	font-weight:bold;
}
#content p {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 140%;
}
#content p.content_date {
	font-size: 21px;
	margin-top: 15px;
}
#content hr {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	width: 490px;
}
#content ol, #content table {
	margin-left:20px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}
/* Footer styling is here */
#footer {
	float:left;
	width:800px;
	height: 100px;
	margin-top: 40px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/footer_logos.png);
}
fieldset {
	border: none;
	border: 1px solid silver;
	margin-top: 10px;
	padding: 10px;
	font-size: 11px;
	background-color: #efefef;
	color: #000000;
}
legend {
	padding: 5px;
	background-color: silver;
	color: #000000;
	font-weight: bold;
}
fieldset div {
	height: 23px;
}
fieldset label {
	width: 120px;
	display: block;
	float: left;
}
fieldset div.option {
	width: 30px;
	float: left;
}
.error {
	color:#cc0000;
	background-color: inherit;
}

div#home_links_block {
	margin-top: 5px;
	margin-bottom: 40px;
	font-size: 11px;
	padding-left: 5px;
}
div#title  {
	margin-bottom: 10px;
}
div.home_image_block {
	margin-top: 10px;
}
div.home_image_block a:link img, div.home_image_block a:visited img,
div.home_image_block img a:link , div.home_image_block img a:visited {
	border: 0;
}