@charset "utf-8";
/* CSS Document */
body {/*This is the main body*/
font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #256AAF url(images/bg.gif) repeat-x;
	margin: 10px 0px 0px 20px; /*The Ugly Fix part I*/
	}
	h1{
	font-size:200%;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}


/*This is the main container*/	
#container{
	padding:0px;
	background:0;
	/* ie5win fudge begins */
	/*margin: -20px 230px 0px 115px; */
	margin-left:auto;
	margin-right:auto;
	/*margin:auto;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: 0px;
	width: 741px;
	}
html>body #container {
	margin-top: 0px; /* ie5win fudge ends */
	}


#middlestyle{
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color: #C9D9E9;
	width: 741px;
	vertical-align: text-top;
	padding-top: 90px;
	padding-bottom: 120px;
	font-size: 14px;
	}

#nav {
	margin-top: 0px;
	float: left;
	margin-right: 40px;
	margin-bottom: 100px;
	margin-left: 20px;
	padding-top: 20px;
	color: #666666;
}

#nav a:link{
color: #000000;
text-decoration: none;
	}     
#nav a:visited {
	color: #000000;
	text-decoration: none;
	}  /* visited link */
#nav a:hover {
	color: #000000;
	text-decoration: underline;
	}   /* mouse over link */
#nav a:active {
	color: #000000;
	text-decoration: none;
	}     
.navele {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maintxt {
	margin-left: 190px;
	margin-right: 20px;
	background-image: url(images/bg2.jpg);
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}   
#important {display: none;}
.wrap {
	float: left;
	margin-right: 15px;
}
.errstyle {
	color: #FF0000;
}