@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/ctb-bg1.jpg);
	background-repeat: repeat-x;
	background-color: #0D4521;
}
#container {
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/ctb-bg_cont.gif);
	background-repeat: repeat-y;
} 
#containerWide {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg_main-wide.gif);
	background-repeat: repeat-y;
} 
#header {
	background: #DDDDDD;
	width: 100%;
	background-image: url(images/ctb-hdr1.jpg);
	height: 225px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	background-color: #663399;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 370px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 6px;
}
#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-left: 160px;
	padding-bottom: 25px;
	padding-right: 368px;
	line-height: 1.2;
} 
#mainContWide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-left: 160px;
	padding-bottom: 25px;
	padding-right: 20px;
	line-height: 1.2;
} 
#footer {
	padding: 8px;
	background-color: #003300;
	text-align: center;
	height: 60px;
3;3;3;
	border: solid #CCCCCC 3px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: #000000 1px solid;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: #000000 1px solid;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #669933;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #003300;
	text-decoration: underline;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.2;
}

.ad-index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.section_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	font-style: normal;
	text-align: center;
}

#nav {
	background-color: #003300;
	width:145px;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(images/ctb-bgside1.jpg);
      }
#nav li {
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid #CCCCCC 3px;
	}
#nav a {
	display: block;
	color:#fff;
	width: 142px;
	text-align: center;
	line-height: 2.5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
      }
#nav a:hover, #nav a:focus {
	color:#000000;
	background-color: #999999;
	text-decoration: none;
      }
	  
#nav li.current a {
	color: #1A1303;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 142px;
	border-left-color: #CCCCCC;
}
.cutline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#mainContWide2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-left: 160px;
	padding-bottom: 25px;
	padding-right: 20px;
	line-height: 1.2;
	background-image: url(images/ctb-788.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.photoFrame {
	border: #000000 1px solid;
}
.steady {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCC99;
	font-style: normal;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}
