@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%
}

body, body#white-bg {
	padding:0px;
	margin:0px;
	background-color:#FFF;
	color: #000;
}

body#white-bg {
    background-color:#FFF;
}

#container{
	min-height:100%;
	min-width:630px;
	margin-left:200px;
	margin-right:200px;
	background:#FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	margin-bottom:-22px;
	color: #000000;
}

* html #container{height:100%;} /* IE6 and under treat height as min-height anyway*/

#header-container{

	/*background:#FFF;*/
	background-image: url('/images/header-bg.jpg');
	background-repeat: repeat-y;

	border-top:1px solid #000;
	border-bottom:1px solid #306;
	color: #000;
	text-align:center;
	position:relative;
	margin:0 -201px;


	min-height:0px;/* ie 7 haslayout fix */
}

/* mac hide \*/
* html #header-container{height:56px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/

#header {
	width:100%;
	height:100px;
}

#left-nav {
	position:relative;/*ie needs this to show float */
	width:200px;/* same as the left margin on #container*/
	float:left;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/
	left:-2px;/* push column into position*/

}
#left-nav p {padding-left:2px;padding-right:2px}
#right-nav p {padding-left:2px;padding-right:2px}

#right-nav {
	position:relative;/*ie needs this to show float */
	width:200px;/* same as right margin on #container*/
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/
	left:2px;/* push column into position*/
}

#footer {
	width:100%;
	clear:both;
	height:20px;
	border-top:1px solid #330066;
	border-bottom:1px solid #000;
	background-color:#5d10ea;
	color: #FFFFFF;
	font-size:x-small;
	text-align:center;
	position:relative;
}

* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}

#content {
	text-align:center;
	margin:auto;
}

#clearheader{clear:both;}/*clear header left and right floats*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* html #content {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

.styleblack {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.styleblack a:hover{
	font-family:Arial;
	font-size:11px;
	color:blue;
	text-decoration:underline;
}
 
ul.navlist {
	list-style:none;
	margin-top:-9px;
	margin-bottom:0px;
	margin-left:2px;
	padding-top:7px;
	padding-bottom:13px;
	padding-left:25px;
	width:160px;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}
td.footer{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
div.footer-content {
    font-size:11px;
	font-family:Arial;
    padding:1px;
    margin-left:2px;
    margin-right:2px;
    text-align:center;
}
a.white {
	color:#FFFFFF;
	text-decoration:none;
}
div.breadcrumbs{
	font-size:12px;
	font-family:Arial;
	margin-bottom:0px;
}