/* CSS Document */


body {
	background-image:url(/Content/i/dark_gray_stripes.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}
#maincontainer {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

	width: 701px;
	background-color: #eeeeee;
	border: 0px black solid;
}

#topcontent {
	width: 701px;
	height: 95px;
	background-image:url(/Content/i/navtop.jpg);
	background-color: #FF9933;
	border-bottom: 1px white solid;
}

#navigation {
	line-height: 35px;
	padding-left: 10px;
	width: 691px;
	height: 35px;
	background-image: url(/Content/i/navbg.jpg);
}
#wrapper {
	width: 701px;
	background-color: white;
}
#contentwrapper1 {
	float: left;
	padding: 0px;
	margin-top: 0px;
	width: 200px;
	height: 100%;
	background-color: #003300;
	border: 0px black solid;
}
#content1 {
	color: white;
	float: left;
	padding: 0px;
	margin-top: 0px;
	width: 200px;
	height: 190px;
	background-color: #006633;
	border-bottom: 0px #dddddd solid;
}
#content1a {
	float: left;
	padding: 0px;
	margin-top: 0px;
	width: 200px;
	height: 762px;
	display: table-cell;
	background-color: #003300;
	border-bottom: 0px #dddddd solid;
}
#content2 {
	float: right;
	padding: 0px;
	margin-top: -1px;
	width: 501px;
	height: 190px;
	background-image: url(/Content/i/benefits.jpg);
}

#content3 {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	width: 495px;
	padding: 0px;
	background-color: white;
	border: 0px #dddddd solid;
}

#footer {
	border: 0px #dddddd solid;
	line-height: 23px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 701px;
	height: 25px;
	background-color:#333333;
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 7pt;
}

.nav a{
	color: white;
	text-decoration:none;
}
.nav a visited{
	color: white;
	text-decoration:none;
}

