@charset "utf-8";
/* CSS Document */
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;
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-y;
	background-color: #FFF;
} 
.thrColFixHdr #header {
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../pagelayout/coh_header1009.jpg);
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 35px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #B5ABD4;
}
.thrColFixHdr #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
	color: #333;
}
.thrColFixHdr #container #sidebar1 #MenuBar1 li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
}
.thrColFixHdr #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
}
.thrColFixHdr #sidebar1 a:link {
	color: #000;
	font-size: 0.9em;
}
.thrColFixHdr #sidebar1 a:visited {
	color: #333;
	font-size: 0.9em;
}
.thrColFixHdr #sidebar1 a:hover {
	color: #666;
	font-size: 0.9em;
}
.thrColFixHdr #sidebar1 a:active {
	text-decoration: none;
	color: #F00;
	font-size: 0.9em;
}
.thrColFixHdr #mainContent {
	width: 450px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.thrColFixHdr #container #mainContent p {
	line-height: 16px;
}

.thrColFixHdr #mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent h2 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
.thrColFixHdr #mainContent h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-align: left;
}
.thrColFixHdr #mainContent h4 {
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
}
.thrColFixHdr #mainContent ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
}
.thrColFixHdr #mainContent ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
}
.thrColFixHdr #mainContent li p {
	font-size: .85em;
}
.thrColFixHdr #mainContent a:link {
	color: #594A8E;
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:visited {
	text-decoration: underline;
	color: #594A8E;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration: underline;
	color: #900;
}
.thrColFixHdr #mainContent a:active {
	text-decoration: none;
	color: #2F91CE;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #B5ABD4;
}


.thrColFixHdr #sidebar2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #333;
}
.thrColFixHdr #sidebar2 a:link {
	color: #493D74;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.thrColFixHdr #sidebar2 a:visited {
	text-decoration: underline;
	color: #5949A3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 a:hover {
	text-decoration: underline;
	color: #B00000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 a:active {
	text-decoration: none;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.italicText {
	font-style: italic;
}


.thrColFixHdr #footer {
	padding: 0;
	background-image: url(../pagelayout/coh_footer.jpg);
	height: 98px;
} 
.thrColFixHdr #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-size: .65em;
	color: #FFF;
	text-align: center;
}
.thrColFixHdr #footer a:link {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #footer a:visited {
	text-decoration: none;
	color: #CCC;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
	color: #900;
}
.thrColFixHdr #footer a:active {
	text-decoration: none;
	color: #FFF;
}
.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;
}
.boldText {
	font-weight: bold;
}
.redText {
	color: #F00;
}
.blueText {
	color: #594A8E;
	font-style: italic;
	font-weight: bold;
}
.centerBoldText {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.specialText {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #900;
}
.enewsletterText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
}
.centerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
}
