@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;
	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: #669966;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	line-height: 1.3em;
	background-image: url(../images/bluebackground3.jpg);
	background-color: #003366;
	background-attachment: fixed;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	font-weight: lighter;
}
h1 {
	font-size:1.2em;
	line-height:1.3em;
	font-weight: lighter;
}
h1, h2, h3 {
	color: #060;
	font-weight: lighter;
	line-height: 1.2em;
	font-size: 1em;
}
ul {
	list-style-type: none;
	color: #333;
	font-weight: lighter;
	line-height: 1em;
	margin-bottom: 1em;
}
li {
	margin-bottom: 1.2em;
	text-indent: -25px;
}


.headingtext{
	font-size: 1.1em;
	font-style: normal;
	color: #999999;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006600;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 20px;
}
.oneColFixCtr #mainContent {
	padding-top: 12px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}
.headerwrapper {
	float: right;
	margin-top: 70px;
}
.leftwrapper {
	margin-top: 12px;
}
.mswrapper {
	color: #FFFFFF;	
	
}
.textbox {
	width: 325px;
	clear: right;
	float: right;
	text-align: left;
	margin-top: 60px;
	background-color: #FFFFFF;
	margin-right: 20px;
}

.imagefloatright {
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 18px;
}
