@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	/*background-color: #d0d0d0; */
	/* font-family: Arial, Helvetica, sans-serif; */
	/*background-color: #2a5edf;*/
	background-color: #14467d;
	/*background-color: #d4d5d7;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: center;
}
a:link, a:visited, a:active {
	/*
	color: #574920;
	text-decoration: none;
	*/
}
a:hover {
	/*
	color: #005380;
	*/
}
hr {
	border-top: 1px solid #a79356;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	}
img {
	border: 0px;
}
img a {
	border: 0px;
}
h1 {
	color: #005380;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	line-height: 36px;
}

h2 {
	color: #a79356;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
}

h3 {
	color: #005380;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 18px;
}

h4 {
	color: #005380;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	line-height: 12px;
}

ul {
	padding-left: 15px;
}
ul li {
	line-height: 18px;
	list-style-type: square;
	margin-bottom: 10px;
}
ol {
}
ol li {
	line-height: 18px;
	margin-bottom: 10px;
}
blockquote {
	line-height: 18px;
}
table {
	margin: 0;
}
td {
	vertical-align: text-top;
	line-height: 18px;
}
td#lcol {
	width: 60%;
	background: white;
	border-width: 2px;
	border-color: gold;
	border-style: solid;
	padding: 5px;
}
td#rcol {
	width: 40$;
	background: white;
	border-width: 2px;
	border-color: gold;
	border-style: solid;
	padding: 5px;
}
/*  CUSTOM STYLES	*/
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header {
}

#topaddress	{
	float: left;	
	font-size: 11px;
	/* color: #005380; */
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	}

#topnav-wrap	{
	height: 36px;
	}
	
#topnav	{
	float: right;
	width: 417px;
	height: 29px;
	background: url(/uploads/tf/topnav-bg.png) top center no-repeat;
	font-size: 11px;
	color: #005380;
	text-align: center;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	}

#topnav a:link, #topnav a:visited, #topnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #005380;
	}
	
#topnav a:hover	{
	color: #005380;
	text-decoration:underline;
	}
	
#topnav ul, #topaddress ul	{
	margin: 0;
	padding: 0;
	}
	
#topnav li, #topaddress li	{
	display: inline;
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #005380;
	}
	
#topnav li.last, #topaddress li.last	{
	border-right: 0;
	}

#topnav li.join	{
	font-weight: bold;
	}
	
#titleimg	{
	clear: both;
	overflow: auto;
	width: 960px;
	height: 173px;
	background: url(/uploads/tf/titleimg.jpg) top left repeat-x;
	}

#nav-wrap	{
	clear: both;
	overflow: auto;
	width: 960px;
	height: 37px;
	background: #d5e7ef url(/uploads/tf/nav-bg.png) top left no-repeat;
	color: #005380;
	}

#nav-wrap #nav	{
	padding: 0 20px;
	margin: 0;
	margin-top: 0px;
	height: 37px;
	}

#nav-wrap div.last	{
	margin: 0;
	padding: 0 10px;
	padding-top:8px;
	border-right: none;
	font-weight: bold;
	float:left;
	height: 25px;
	}

#nav-wrap div.level1	{
	height: 25px;
	margin: 0;
	padding: 0 10px;
	padding-top:8px;
	/* border-right: 1px solid #005380; */
	font-weight: bold;
	float:left;
	}
#nav-wrap div.level1sep {
	padding-top:8px;
	float:left;
	font-weight:bold;
	}
		
#nav-wrap div.level1:hover, #nav-wrap div.last:hover {
	background-color:#005380
	}

#nav-wrap a:link, #nav-wrap a:visited, #nav-wrap a:active {
	color: #005380;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav-wrap a:hover, #nav-wrap div.level1:hover a:link, #nav-wrap div.last:hover a:link {
	color: white;
	}
	
div.level2 {
	padding:6px 15px;
	padding-left:10px;
	}
	
div.level2_wrap, div.level2 {
	background-color:#005380;
	text-align:left;
	}
	
div.level2 a:link, div.level2 a:visited, div.last a:link, div.last a:visited {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content {
	overflow: auto;
	height: 100%;
	padding: 20px 30px 0px 30px;
	background: url(/uploads/tf/content-bg.png) top left repeat-y;
        /*background: url(/uploads/tf/content-dark-bg.png) top left repeat-y;*/
	font-size: 14px;
	}

#content-footer	{
	clear: both;
	height: 30px;
	background: url(/uploads/tf/content-footer-bg.png) top left no-repeat;
	/*background: url(/uploads/tf/content-footer-dark-bg.png) top left no-repeat;*/
	}

	

#footer {
	clear: both;
	font-size: 11px;
	padding: 10px 32px 20px 32px;
	/* color: #005380; */
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}


#footer a:link, a:visited, a:active	{
	color: #005380;
	}

#footer a:hover	{
	color: #a79356;
	}
	
#footer ul	{
	margin: 0;
	padding: 0;
	}

#footer ul li	{
	display: inline;
	margin: 0;
	padding: 0 10px 0 12px;
	border-right: 1px solid #005380;
	}

#footer ul li.first	{
	padding-left: 0;
	}

#footer ul li.last 	{
	border-right: 0;
	}

.lefty	{
	float: left;
	}
.righty	{
	float: right;
	}	
	
h1 .mini	{
	font-size: 20px;
	line-height: 24px;
	}

/*
.image	{
	float: left;
	border: 1px solid #a99557;
	margin-top: 15px;
	margin-right: 17px;
	}
*/

.csc-textpic-above {margin-top:10px;}
div.mbh img {border:1px solid #005380;}
