@charset "UTF-8";
body  {
	background: #336699;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	border: 3px solid #6FA3DB;
	text-align: left;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	padding: 10px  10px 0 20px;
	height: 65px;
	display: block;
	margin-bottom: 15px;
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.thrColFixHdr #logo {
	width: 275px;
	float: left;
}
.thrColFixHdr #navigation {
	margin: 10px 0 0 20px;
	width: 500px;
	float: right;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 460px;
	height: 450px;
}

.thrColFixHdr #rotate {
	float: left;
	width: 460px;
	height: 450px;
	margin-top: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 225px; 
	height: 475px;
}
.thrColFixHdr #mainContent {
	float: right;
	background-color: #FFFFFF;
	width: 530px;
} 

.thrColFixHdr #footer {
	padding: 20px 20px 0 20px;
} 
.footertext {
	font-size: 12px;
	font-family: "Courier", Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0 475px;
	text-align: left;
	color: #336699;
	padding: 10px 0 10px 0;
}
.footertext a:link {
	color: #E9E9D3;
	text-decoration: none;
}
.footertext a:hover {
	color: #CCCC33;
	text-decoration: underline;
}
.credittext {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	text-align: left;
	color: #9C9C8C;
	padding: 10px 0 10px 0;
	width: 1000px;
}
.credittext a:link {
	color: #828275;
	text-decoration: none;
}
.credittext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.fltrt {
	float: right;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.category {
	font-size: 14px;
	font-family: "Courier", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #336699;
	line-height: 14px;
	text-decoration: none;
	margin: 0 0px 0 10px;
}
.category a:link {
	color: #18334C;
	text-decoration: none;
}
.menuitme {
	font-size: 14px;
	font-family: "Courier", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #336699;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}

.menuitme a:hover {
	color: #18334C;
	text-decoration: underline;
}

.category  a:hover{
	color: #18334C;
	width: 550px;
}
.title {
	font-size: 18px;
	font-family: "Courier", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #112639;
	line-height: 26px;
	text-decoration: none;
	padding-bottom: 5px;
}

.title a:hover {
	color: #78A1D3;
}




.logo {
	float: left;
	margin: 0 0 0 30px;
}
.navtext {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #E9E9D3;
	margin: 25px 0px 10px 5px;
	float: left;
}
.navtext a:link {
	color: #E9E9D3;
	text-decoration: none;
}
.navtext a:hover {
	color: #CCCC33;
	text-decoration: underline;
}
#headerlogo {
	height: 295px;
	margin-top: 75px;
	float: left;
	width: 340px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
} 

.nav-holder{
	float:right;
	width:675px;
	height:65px;
}
.img{
	border: 1px solid #cccccc;
	padding: 5px;
}
#dd-menu{
	width:675px;
	float:left;
	margin:24px 0 0 0px;
	padding:0;
	height: 65px;
}
#dd-menu li {
	float:left;
	display:inline;
	list-style: none;
	margin:10px 15px 0 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
#dd-menu li a {
	font-size:12pt;
	font-family: "Courier", Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#336699;
}
#dd-menu li a:hover {
	color:#003366;
	text-decoration: underline;
}

#dd-menu li.hover,
#dd-menu li:hover {
	position: relative;
	color:#a5452d;
}
#dd-menu li.hover ul,
#dd-menu li:hover ul {
	width:150px;
	display: block;
}
#dd-menu ul {
	margin:0;
	padding:3px 0 0 6px;
	display: none;
	position: absolute;
	left: 0;
	top:17px
}
#dd-menu ul li {
	width:125px;
	float:left;

}
#dd-menu ul li a{
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #BC7874;
	padding-top: 6px;
}
#dd-menu ul li a.hover,
#dd-menu ul li:hover{
	color: #a5452d;}
