html, body{
margin: 0 auto;
padding: 0 0;
width: 980px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
}

#header{
	width: 980px;
	height: 74px;
	background-image: url(../images/header980.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
}

#layout{
	width:980px;
	background-image:url(../images/navbar_bg.gif);
	background-repeat:repeat-y;
	background-color: #fff;
}

/* page body with right column background */
#pagebody{
	float:left;
	width: 800px;
	padding-bottom: 20px;
	background-image:url(../images/rnav_bg2.gif);
	background-repeat:repeat-y;
}
#pagebody a {
	color: #3371A1;
	text-decoration: none;
}
#pagebody a:hover {
	color: #3371A1;
	text-decoration: underline;
}
#pagebody h1{
	font-size: 16px;
	color: #DA7F1C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 0px;
}
#pagebody a.title{
	color: #DA7F1C;
	text-decoration: underline;
}
#pagebody a.title:hover{
	color: #DA7F1C;
	text-decoration: none;
}
/* page body with no right column background */
#pagebodynobg{
	float:left;
	width: 800px;
	background-repeat:repeat-y;
}
#pagebodynobg a {
	color: #3371A1;
	text-decoration: none;
}
#pagebodynobg a:hover {
	color: #3371A1;
	text-decoration: underline;
}
#pagebodynobg h1{
	font-size: 16px;
	color: #DA7F1C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 0px;
}
#pagebodynobg h1 a{
	color: #DA7F1C;
	text-decoration: underline;
}


#col1{
	margin-left: 15px;
	width: 195px;
	float:left;
}
#col2{
	margin: 0px 10px;
	width: 190px;
	float:left;
}
#col3{
	margin: 0px 10px;
	width: 190px;
	float:left;
}
#colwide{
	width: 630px;
	float: left;
}
#colwide p{
	margin: 15px;
}
#colwidest{
	width: 799px;
	border-right: 1px solid #ccc;
	float: left;
}
#colwidest p{
	margin: 15px;
}
#subHeader{
	background-color: #A8B4C5;
	width: 800px;
	height: 59px;
}
#subHeader h1{
	margin: 0px 0px 10px 15px;
	padding-top: 15px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #495875;
	font-size: 28px;
	font-weight: bold;
}
#dol{
	margin: 0px 40px 10px 20px;
	width: 740px;
}


/*
************************************
left nav section 
************************************
*/
#navcontainer { width: 179px;float:left;border-right: 1px solid #fff;}

#navcontainer ul{
	margin-top: 1px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-indent: 20px;
	border-top:1px solid #fff;
}

#navcontainer ul li#active-sub{
	margin-left: 0;
	padding-left: 0;
	text-indent: 30px;
}

#navcontainer a{
	display: block;
	padding: 7px 3px;
	width: 173px;
	background-color: #8796ad;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover{
	background-color: #d38128;
	color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
background-color: #d38128;
color: #fff;
}
#active-sub a:link, #active-sub a:visited, #active-sub a:hover
{
background-color: #dcaf81;
color: #fff;
}
/*
************************************
right column section 
************************************
*/

#rightcol{
	width: 170px;
	font-size: 10px;
	margin-top: 0px;
	float:left;
}

.rightBar{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#rightcol a{
	margin: 0px 0px;
	color: #336699;
	display: block;
	text-decoration: none;
	boder-bottom: 1px dashed #000;
}

#rightcol p{
	margin: 10px 10px;
}

#rightcol a:hover{
	text-decoration: underline;
}

#logo{
	float: left;
	padding-left: 10px;
}

#thirdParty{
	float: right;
}


/*
************************************
footer section 
************************************
*/

#footer{
	width: 980px;
	border-top: 1px solid #ccc;
	text-align: center;
	clear:left;
}

#footer p{
margin-top: 10px;
margin-bottom: 3px;
}

#footer a{
	color: #8595AE;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a:hover{
	text-decoration: underline;
}

#footer divider{
	margin-left: 10px;
	margin-right: 10px;
}
.copyright{
	font-size: 10px;
	color: #666;
}

.quicklinks{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
