﻿/* CSS Document */

body{
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	}

a:link{
	color:#05638F;
	text-decoration:none;
	}
	
a:visited{
	color:#05638F;
	text-decoration:none;
	}
	
a:hover{
	color:#EC5A4A;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:5px 0 0px 10px;
	font-size:175%;
	padding:3px 0 4px 5px;
	text-transform: uppercase;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	margin:5px 0 0px 10px;
	font-size:140%;
	padding:3px 0 4px 5px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4d75ab;
	margin:5px 0 0px 10px;
	font-size:120%;
	padding:6px 0 1px 5px;
}

#pagecopy h3{
	margin:8px 0 0;
	padding:0 20px;
	font-size:105%;
}

address{
	margin:8px 0 0;
	padding:0 20px;
	font-size:10px;
	}
	

#logo{
	float:left;
	margin-top:10px;
	margin-left:20px;
	}

.nav{
	border-bottom: solid 1px #CCCCCC;
	margin:2px 0 1px 0;
	background-color:#FFFFFF;
	width:155px;
	height:23px;
	}

.nav a{
	float:left;
	width:150px;
	height:22px;
	padding:2px 0 0 10px;
	}

.nav a:link,.nav a:visited{
	float:left;
	color:#000000;
	text-decoration:none;

	}

.nav a:hover{
	float:left;
	text-decoration:none;
	background-color:#B0C6FD;
	width:145px;
	}
	
	
.navHighlight{
	border-bottom: solid 1px #CCCCCC;
	margin:2px 0 1px 0;
	background-color:#cc0000;
	width:155px;
	height:23px;
	}

.navHighlight a{
	float:left;
	width:150px;
	height:22px;
	padding:2px 0 0 10px;
	text-decoration:none;
	color:#FFF;
	}

.navHighlight a:link,.nav a:visited{
	float:left;

	text-decoration:none;
	}

.navHighlight a:hover{
	float:left;
	text-decoration:none;
	background-color:#B0C6FD;
	width:145px;
	}


p{	
	margin:8px 0 0 0;
	padding:0px 20px 0px 20px;
}

h4{	
	margin:8px 0 0 0;
	padding:0px 20px 0px 20px;
}

#container{
	width:980px;
	margin: 0 auto;
}

#header{
	float:left;
	width:980px;
	background-image:url(../images/header_back.gif);
	background-repeat:no-repeat;
	height:80px;
	padding-left:6px;
	margin-bottom:5px;
}

#navbar{
	float:right;
	background-repeat:no-repeat;
	margin:20px 10px 0 0;
	}
	
#navbar img{
	padding-top:5px;
	}

#content{
	float:left;
	width:980px;
	background-image:url(../images/contentback.gif);
	background-repeat:no-repeat;
	padding: 5px 0 0 8px;
	}
	
	
#sidenav{
	padding-top:13px;
	padding-left:5px;
	float:left;
	width:166px;
	}
#sidenav img{
	margin:0;
	padding:0 0 2px 0;
	}
	
#pagecontent{
	float:left;
	width:570px;
	}

#contentfooter{
	float:left;
	background-image:url(../images/contentbackbot.gif);
	width:980px;
	height:28px;
	background-repeat:no-repeat;
	}
	
.pageimage{
	float:left;
	}
	
#pagecopy{
	padding:10px 10px 0 0;
	float:left;
	width:558px;
	background-image:url(../images/copy_back.gif);
	background-repeat:no-repeat;
}

#pagecopy p{
	padding-right:20px;
	}

#pagecopyfooter{
	float:left;
	width:558px;
	height:26px;
	background-image:url(../images/copy_footer.gif);
	background-repeat:no-repeat;
	}

.Articles{
	float:left;
	width:210px;
	margin:10px 0 5px 0;
	background-color:#FFFFFF;
	padding-bottom:0px;
	}
	
.articleList{
	padding:0 5px 5px 5px;
	border-bottom: dashed 1px #999999;
	margin-bottom:5px;
	font-size:12px;
	}
	
.frontFlash{
	float:right;
	padding:15px;
	}

.articleList a:link,.articleList a:visited{
	text-decoration:none;
	}
	
.certlogo{
	margin:10px 0 0 0;
	float:left;
	}

.certlogos{
	width:160px;
	float:right;
	margin-right:50px;
	}
	
#footer{
	margin-top:5px;
	float:left;
	width:980px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:66px;
}

#footer p{
	font-size:80%;
	padding-top:11px;
}

table{
margin-left:10px;
}

.expTable{
      font-size:11px;
}

.sitemapul li{
	line-height:2em;
}

.infolink {
	text-decoration: none;
	border-bottom:dotted #05638F 1px;
	cursor:help;
}
