/* CSS Document */

html, body {height:100%}
body {
	padding:0;
	margin:0;
	color: #000000;
}
body {
	font-family: tahoma,verdana, arial, helvetica, sans-serif;
	background-color: #FFF;
	min-width: 770px;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:5px;
	margin-bottom:-30px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:5px;
	float:left;
	margin-left:-4px;/*must be 1px less than width otherwise won't push footer down */
	padding-top: 185px/*needed to make room for header*/
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:30px;
	color: #000000;
	position:relative;
	background-image:  url(shell/light_blue_background.gif);
	min-width: 770px;
	font-size: 10px;
}
* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearheader{height:185px;}/*needed to make room for header*/
#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#logo {
	top: 0px;
	left: 0px;
	margin: 0;
	z-index: 10;
}

#nav {
	position: absolute;
	left: 15px;
	top: 100px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	color: #fff;

}
#header {
	width: 100%;
	height: 175px;
	top: 0px;
	left: 0px;
	margin: 0;
	background-image:  url(shell/dark_blue_background.gif);
	z-index: 1;
	min-width: 770px;
}

#breadcrumb {
	position: absolute;
	width: 100%;
	height: 41px;
	left: 0px;
	top: 137px;
	background-image:  url(shell/light_blue_background.gif);
	z-index: 5;
	min-width: 770px;
}
#breadcrumb h1{
	font-size: 16px;
	color: #FFFFCC;
	text-align: right;
	margin-right: 15px;
	margin-top: 5px;
}

#rightcircles {
	position: absolute;
	right: 10px; 
	height: 150px;
	top: 0px;
	width: 365px; 
	left: 400px;
}
 #nav a{
	text-decoration: none;
	color: #fff;
	padding-right: 5px;
}
 #nav a:hover {
 text-decoration: underline;
 
 }
 #centrecontent h1 {
	font-size: 18px;
	color: #505050;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 10px;
	Padding-top: 10px;
}

#centrecontent h2 {
	font-size: 14px;
	color: #505050;
	margin-left: 10px;
}
#centrecontent{
	z-index: 13;
	min-width: 770px;
	background: #FFF;
}
#centrecontent a{
	color: #2D5C92;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#centrecontent a:hover{
	color: #2D5C92;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}
#centrecontent p{
margin-left: 15px;
margin-right: 15px;
}
#footerpad{
margin-left: 10px;
margin-right: 10px;
}
 #footerpad a{
	text-decoration: none;
	color: #000;
}
 #footerpad a:hover {
 text-decoration: underline;
 
 }