@charset "utf-8";
/* CSS Document */

body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background-color: #6699C6;
	color: #000000;
	margin: 0px;
}

#Main {
	margin: 0px auto 0px auto;
	width: 984px;
	background-color: #ffffff;
}

#SiteContainer {
	width:984px;

}

#TopBanner {
	width:984px;
	height:75px;
}

#NavContainer {
	margin: 0;
	width:984px;
	height:38px;
	background-image:url(images/default1-02.gif);
}

#navlist {
	width: 100%;
}

#navlist td {
	padding: 0px;
	height: 35px;
	text-align:center;
}

#navlist a {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	width: 100%;
	height: 29px;
	display:block;
	padding-top: 5px;
}

.nav1 {
	border-right: solid #666666 1px;
}
.nav2 {
}

#ContentContainer {
	width:964px;
	padding: 10px 10px 0px 10px;
}

#ContentTable {
	width: 100%;
	border: 0px;
}
#ContentTable td {
	vertical-align: top;
}
#ContentTable h1 {
	font-size: 110%;
	border-bottom: solid #999999 2px;
}
#ContentTable h2 {
	font-size: 90%;
	font-weight: bold;
}
#ContentTable h3 {
	font-size: 80%;
	font-weight: bold;	
}
#ContentTable p {
	font-size: 90%;
	line-height: 130%;
}

#ContentBlock {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;

}

#ContentBlock th {
	text-align: left;
	padding:2px; 
	background-color:#679AC7; 
	color:#ffffff; 
	font-size:100%; 
	font-weight:bold;
	border-bottom: solid #000000 1px;
}

#ContentBlock td {
	padding:4px; 
	border-bottom: #dcdcdc 3px solid;
}

.ContentBlockINT {

}

.ContentBlockINT th {
	text-align: left;
	padding:2px; 
	background-color:#679AC7; 
	color:#ffffff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:100%; 
	font-weight:bold;
	border-bottom: solid #000000 1px;
}

.ContentBlockINT td {
	padding:4px; 
	border-bottom: #dcdcdc 3px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 90%;
}

.smallList {
	margin: 0px 0px 3px 0px;
}

.smallList a:link {
	width: 100%;
	display: block;
	text-decoration: none;
	color:#0066FF;
}

.smallList a:visited {
	width: 100%;
	display: block;
	background-color:#ffffff;
	text-decoration: none;
	color:#0066FF;	
}

.smallList a:hover {
	width: 100%;
	display: block;
	background-color:#fff69d;
	text-decoration: none;
	color:#0066FF;
}

.smallList a:active {
	width: 100%;
	display: block;
	background-color:#ffffff;
	text-decoration: none;
	color:#0066FF;
}

#Footer {
	width:964px;
	padding: 10px 10px 10px 10px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}

#BottomStripe {
	width:984px;
	height:27px;
}
#TopBanner img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
