body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	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 #wrapper selector */
	background-color: #FFFFFF;
}

a {
	font-size: 12px;
	color: #455560;
}
a:link {
	text-decoration: underline;
	color: #455560;
}
a:visited {
	text-decoration: underline;
	color: #455560;
}
a:hover {
	text-decoration: none;
	color: #455560;
}
a:active {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	background-image: url(images/bkgGrad.png);
	background-repeat: repeat-y;
	text-align: left;
	height: 800px;
	width: 640px;
} 

#header {
	height: 151px;
	margin: 0px 0px 0px 0px;
	width: 640px;
	padding-top: 10px;
}

.headerImg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 550px;
}

.headerTxt {
	color: #455560;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 0px 140px;
}

#maincontent {
	padding: 0 0 0 0;
	height: auto;
	width: 640px;
	float: left;
}

#form {
	padding: 0px 0px 0px 0px;
}

.txt1 {
	color: #455560;
	font-size:18pt;
	font-weight: lighter;
	padding: 30px 0px 0px 140px;
}

#divider {
	height: 20px;
	width: 450px;
	border-bottom: 1px solid #8CC63F;
	margin-left: 30px;
}

.txt2 {
	color: #455560;
	font-size:12px;
	font-weight: normal;
	padding: 30px 0px 0px 140px;
}


#navcontainer ul {
	font-size: 10px;
	text-align: left;
	padding-top: 50px;
	padding-left: 140px;
	margin-top: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #455560;
	line-height: 12px;/* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
	font-size: 10px;
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	/* matches link padding except for left and right */
	padding-top: 3px;
}

#navcontainer ul li a {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #455560;
	text-decoration: none;
	border-right: 1px solid #8CC63F;
	border-left: 1px solid #8CC63F;
}

#navcontainer ul li a:hover {
	color: #8CC63F;
}

#navcontainer #active1 { 
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #8CC63F;

}

#navcontainer #active2 { 
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #8CC63F;

}

#footer {
	height: 60px;
	width: 450px;
	margin: 10px 0px 0px 140px;
}

.footerTxt {
	color: #455560;
	font-size:10px;
	font-weight: normal;
}
/*.menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.menu li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-right: #93D493 1px solid;
	height: 28px;
}
.menu li a, .menu li a:visited {
	margin: 0px;
	padding: 9px 14px 0px 14px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.menu li a:hover {
	background: #006600;
	padding: 9px 14px 0px 14px;
	display: block;
	height: 19px;
}
.menu li {
	float: left;
}*/
