@charset "utf-8";

body {
	background-color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #22009D;
	font-size: 10px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}


a {	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
 
a hover {text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 3px;
	margin-right: 3px;
}

h1 {
	font-size: 18px;
	color: #A51C12;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #AB2519;
	letter-spacing: 0.1em;
}

h3 { 
	font-size: 13px;
	color: #AB2519;
}

h6 { 
	font-size: 10px;
	color: #AB2519;
}

#branding {
	width:870px;
	height:100px;
	margin:0px auto;
	border-right: thick solid #FFFF00;
	border-left: thick solid #FFFF00;
	border-top: thick solid #FFFF00;
	background-color:#FFFFFF;
}

#toppics {
	margin-left:260px;
	width: 592px;
	height: 206px;
}


#nav {
	padding-left: 10px;
	padding-top: 7px;
	background-image:url(../img/blue.gif);
	background-repeat:repeat-x;
	height:36px;
}	


#wrap {
	width:870px;
	height:auto;
	margin:0px auto;
}


.lt {
	width:400px;
	float:left;
	border:none;
	border-width:0px;
}

.rt {
	margin-left:430px;
	width: 340px;
	height:auto;
	border:none;
	border-width:0px;
}


#content {
	width:870px;
	border-right: thick solid #FFFF00;
	border-left: thick solid #FFFF00;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-top:10px;
	padding-right: 50px;
}

.cont {
	padding-left:0px;
	padding-top:0px;
	padding-right: 0px;	
}



.botNav {
	padding-left: 30px;
	font-size: 8px;
	color:#FFFFFF;
	width:870px;
	margin:0px auto;
	}

#bot {
	background-image: url(../img/bot.gif);
	background-repeat: repeat-x;
	height:20px;
	border-right: thick solid #FFFF00;
	border-left: thick solid #FFFF00;
	border-bottom: thick solid #FFFF00;
}

.copy {
	padding-top:10px;
	padding-left:50px;
	height: 30px;
	font-size: 10px;
	color:#7A9DC4;
	width:500px;
}


.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#993333;
}

.ftnb {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #660033;
}

.spec {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}

.blu {
	color: #647AE1
	}
	
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }	
