/* CSS Document */

* {margin: 0px;
   padding: 0px;
   }
   
body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#CCCCCC
}

a { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color:#00209f;
	font-weight: bold;
}

a:hover { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color:#7085db;
}

#header {
	background-image: url(images/header_tile.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 238px;
	margin-top:0px;
}

#left {
	position:absolute;
	height: 380px;
    left: -236px;
    top: 195px;
    width: 234px;
	border: 1px solid #666666;	
	background-image: url(images/menu_left.jpg);
} 

#right {
	width: 615px;
	border: 1px solid #666666;
	position: absolute;
	right: 73px;
	top: -1px;
	background-color: #FFFFFF;
	height: 555px;
	left: 235px;
}

p {margin: 15px;}

h1 {
	margin: 15px;
	font-size: 12px;
	color: #333333;
}

h2 {
	margin: 9px;
	font-size: 16px;
	color: #666666;
} 

#navcontainer {
	margin-top: 25px;
	color: #000000;
}

#navcontainer ul
{  
	list-style-type: none;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #607F94;
	text-align: left;
}

#navcontainer a {   
    height: 18px;
	display: block;
	padding: 4px 1px 4px 3px;
	border-bottom: 1px solid #e1e2e8;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer a:link, #navlist a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#navcontainer a:hover
{
	color: #000000;
	background-image: url(images/hover.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
	width: 850px;
	position:absolute;
	top: 556px;
	left: 0px;
	background-image:  			      
	url(images/footer.jpg);
	height: 20px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 10px;
	vertical-align:middle;
	text-align:center;
}

.white {
	color:#fff;
	font-size: 14px;
}

.contentTable {
	border-color: #9dacd5;
	border-width: 2px;
	margin-left: 20px;
}

.contentTable td {
	border-color: #3655B2;
	border-width: 1px;
}

.contentTableHeaderBG {
	background-image:url(images/header_gradient.png);
}

.contentTableContentBG {
	background: url(images/content_gradient.png) no-repeat;
	padding-top: 15px;

}

.contentTableContentBG p {
	line-height:20px;
}

/*acoordian nav*/

dt a {
	color: #075d5b;

}

dt a:hover { color: #7b004f; }

dd ul {
	margin-left: 20px;
}

dd a { padding: 0px; width: 210px; color: #075d5b; line-height: 15px;}

dd a:hover { color: #7b004f; }

a dt {
	color: #005ba1;
}

a:hover dt {
	color: #004289;
}

dl {
	width: 235px;
}

dl,dd {
	margin: 0;
	margin-top: 5px;
}

dt {
	font-size: 13px;
	padding: 1px 0px 2px 0px;
	/*margin: 2px;*/
	margin-bottom: -2px;
	background-image: url(../../../../../images/nav_main.jpg);
}

