@charset "UTF-8";
body  {
	background: #ffffff;
	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: #666666;
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	letter-spacing: .01em;
}
a:link {
font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #669999;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.05em;
}
a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #669999;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a:active {
	color: #99CC99;
}
.thrColFixHdr #footer a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.thrColFixHdr #footer a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.thrColFixHdr #footer a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
.thrColFixHdr #footer a:active {
	color: #ffffff;
}
h1 {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 18px;
	color: #336699;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding-bottom: 8px;
	margin-top: 12px;
}
h2 {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 15px;
	color: #669999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	margin-top: 4px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: -5px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
.italic {
	font-style: italic;
	font-weight: bold;
}
.quote {
	font-style: italic;
	font-family: Times, serif;
	font-size: 14px;
	text-align: left;
	line-height: 1em;
}
.quotesidebar {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #336699;
	font-size: 15px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 6px;
}
.quotemarksidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	font-size: 20px;
	vertical-align: middle;
}
.thrColFixHdr #container {
	width: 826px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background-image: url(images/content_bkgrnd.gif);
}
.thrColFixHdr  #title {
	padding: 0;
	margin: 0;
	width: 826px;
	height: 141px;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;
	width: 826px;
	height: 155px;
	margin: 0;
} 
.thrColFixHdr #nav {
	height: 28px;
	width: 826px;
	margin: 0;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 128px;
	color: #003366;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 1px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 128px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 16px 15px 16px;
	color: #003366;
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #mainContent li {
	padding-bottom: 3px;
	padding-top: 3px;
}
.thrColFixHdr #footer {
	height: auto;
	border: 1px solid #666666;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	background-color: #336699;
} 
.thrColFixHdr #footer p {
	margin: 0;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #maincontentimg {
	width: 128px
	height: 120px
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	border: solid 1px #666666;
	padding-top: 0px;
	height: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 5;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	width: 128px;
	text-align: center;
	line-height: 140%;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.imagefltrt { /* 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;
	padding: 8px;
}
.sidebartxtimg {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 7px;
}
.sidebarimg {
	border: 1px solid #666666;
	margin-top: 10px;
}
.sidebartxtheaderimg {
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.thrColFixHdr #container #mainContent #FLVPlayer {
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
.maincontentimgfltrght {
	border: solid 1px #666666;
	float:right;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.maincontentimgfltlft {
	border: solid 1px #666666;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 4px;
	float: left;
}
 
/* Design 2 */
table.Design2 {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #666666;
}
table.Design2 th {
    border: 1px solid #666666;
    text-align: left;
    padding: 0.4em 0.7em;
}
table.Design2 td {
    text-align: center;
    border: 1px solid #666666;
    padding: 0.4em 0.7em;
}
table.Design2 thead th {
	background-color: #E4ECFF;
	text-align: center;
}
table.Design2 th.Corner {
    text-align: left;
}
table.Design2 td.blue {
	background-color: #E4ECFF;
}
table.Design2 th.blue {
	background-color: #E4ECFF;
}
