body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; font-size: 100%;
	line-height: 150%;
	background-color: #FFFFFF;
	margin: 0px;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;

}
a img { border: 0; }
ul {
	list-style-position: outside;
	font-size: 12px;
}
ol {
	list-style-position: outside;
	font-size: 12px;
}

table { font-size: 100%; font-family: Arial, Helvetica, sans-serif;}
.sub {
	color: #FFFFFF;
	background-color: #990000;
}

a:link {
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
	font-style: normal;
	font-size: 12px;
}
a:visited {
	color: #660000;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
}
a:hover, a:focus {
	color: #ff0000;
	text-decoration: underline;
	font-style: normal;
	font-size: 12px;
}

#columnlink p { margin: 0px 0px 10px 0px; }
#columnlink p a:link { font-size: 12px; color: #CC0000; text-decoration: none; font-weight: bold; font-style: normal; line-height: 110%; }
#columnlink p a:active { color: #ff0000; text-decoration: underline; font-weight: bold; font-style: normal; line-height: 110%; }
#columnlink p a:visited { color: #660000; text-decoration: none; font-weight: bold; font-style: normal; line-height: 110%; }
#columnlink p a:hover, #columnlink p a:focus { color: #ff0000; text-decoration: underline; font-weight: bold; font-style: normal; line-height: 110%; }

h1 { color: #990000; font-size: 140%; font-style: normal; font-weight: bold; line-height: 100%; }
h2 { color: #000000; font-size: 165%; font-style: normal; font-weight: bold; line-height: 100%; }
h3 { color: #000000; font-size: 140%; font-style: normal; font-weight: bold; line-height: 100%; }
h4 { color: #000000; font-size: 110%; font-style: normal; font-weight: bold; line-height: 100%; }
h5 { color: #ffffff; font-size: 100%; font-style: normal; font-weight: bold; line-height: 100%; margin: 0px 0px 0px 0px; }
h6 { color: #000000; font-size: 100%; font-style: normal; font-weight: bold; line-height: 100%; }

#mastband {
	background-color: #990000;
	text-align: center;
	vertical-align: top;
	height: 114px;
	border-width: 0px 0px 4px 0px;
	border-style: solid;
	border-color: #000000;
	background-image: url(/images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	margin:0;
}
@media print { #mastband { color:#0000CC; } }

#containercontent {
	text-align: left;
	vertical-align: top;
	margin: 20px 0px 15px 0px; }

#columnlink {
	float: left;
	width: 140px;
	display: block;
	margin-left:15px; }
@media print { #columnlink { display: none; } }

#columnbody {
	padding: 0px 0px 0px 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #990000;
	margin-left: 170px;
	width:90%; }
@media print { #columnbody {
					border-width: 0px 0px 0px 0px;
					border-style: solid;
					border-color: #990000;
					margin: 0px 0px 0px 0px; } }

#footer {
	clear: both;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	border-width: 1px 0px 0px 0px;
 }


/* Styles for the float window */
#containerfloat {
	float: right;
	width: 250px;
	background-color: #CCCCCC;
	margin: 20px 15px 10px 10px;
	border: 1px solid #990000;}

#floathead {
	background-color: #990000;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: middle;
	vertical-align: top; }

#floatbody {
	padding: 0px 10px 10px 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal; }


/* Styles for the two column formats */
#columnleft { height: 100%; float: left; width: 48%; display: block; }
@media print { #columnLeft { float: left; width: 48%; } }

#columnright { margin: 0% 0% 0% 52%; display: block;}
@media print { #columnRight { margin: 0% 0%x 0% 48%; } }

#containercolumns { height: 100%; display: block; }
@media print { #containerColumns {  } }
