@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #9A9A9A;
}
.visClass #container {
	width: 100%;
	background-image: url(IMG/TopBGstrip.jpg);
}
.visClass #Masthead {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 145px;
}
.visClass #logo {
	width: 225px;
	height: 138px;
	float: left;
	position: relative;
}
.visClass #Menu {
	position: relative;
	height: 138px;
	float: right;
	width: 538px;
}
.visClass #imgWindow {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 0;
	text-align: center;
	background-color: #000000;
}  
.visClass #containerMID {
	width: 100%;
	background-color: #000000;
}
.visClass #lowBorder {
	height: 38px;
	width: 100%;
	padding: 0;
	background-image: url(IMG/LowerBlueGridtile.gif);
	background-color: #333333;
}
.visClass #containerBOT {
	background-color: #333333;
}
.visClass #contentBOT {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(IMG/MidHTtile.gif);
	background-repeat: no-repeat;
	overflow: auto;
	padding-top: 25px;
}
.visClass #Copy-Lcol {
	width: 385px;
	margin-left: 45px;
	float: left;
	position: relative;
	padding-bottom: 50px;
	min-height: 325px;
}
.visClass #Copy-Rcol {
	width: 500px;
	float: right;
	position: relative;
	margin-right: 10px;
}
.visClass #footerBot {
	width: 100%;
	background-image: url(IMG/footerBG.gif);
	background-repeat: repeat-x;
}
.visClass #footerTxt {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(IMG/bigV.gif);
	background-repeat: no-repeat;
	overflow: auto;
}
.copyWhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 16px;
}
.copyFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}
.copyFooterBold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 24px;
}
.copyFooterNav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 22px;
}
.visClass #footerLcol {
	border-left-width: 1px;
	border-left-style: solid;
	width: 225px;
	padding-left: 10px;
	margin-left: 35px;
	margin-top: 10px;
	border-left-color: #8E8E8E;
	float: left;
	position: relative;
}
.visClass #footerRcol {
	width: 500px;
	margin-top: 10px;
	float: right;
	position: relative;
	text-align: right;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #446ABC;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 3px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#contentImg {
	background-color: #333333;
	height: 100px;
	width: 175px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.contentIcon {
	background-color: #333333;
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	clear: right;
	margin-top: 5px;
}
#contentForm {
	width: 100%;
	float: left;
	background-image: url(IMG/tinyGrid.gif);
	border: solid #3a3a3a 1px;
}
#article {
	height: 100%;
	width: 100%;
	overflow: visible;
}
.copyBoldWhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
label
{
width: 5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.submit input
{
margin-left: 5.5em;
color: #FFFFFF;
border: 1px outset #333333;
background-color: #999999;
}
input
{
	border: 1px solid #FFF;
	background-color: #999;
}
textarea
{
	border: 1px solid #FFF;
	background-color: #999;
}
fieldset {
	background-image: url(IMG/tinyGrid.gif);
	border: solid #3a3a3a 1px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
}
