body {
	margin: 0px;;
	margin-top: 10px;
}
h1 {
	margin-top: 50px;
	padding: 0px;
	color:  #679bca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding-left: 0px;
	font-style: normal;
}

#wrapper {
	margin: 0 auto;
	width: 940px;

	
}
#page {
	width: 940px;
	float: left;
}
#header {
	width: 940px;
	height: 140px;
	background-color:#FFF;
}
#navbar {
	width: 900px;
	height: 57px;
	/*background: url('../images/nav.gif');*/
	margin-right: 20px;
	margin-left: 20px;
	font-family: "Tahoma", Arial, sans-serif;
	
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align:center;
}
#navbar li {
	display: inline;
}

#content {
	width: 900px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	background-position:  right top;
	background-repeat: no-repeat
}
#text {
	width: 890px;
	float: left;
	margin-top: 0px;
	margin-right: 21px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#text a {
	text-decoration:none;
	color: #C6C;
}
#text a:hover {
	text-decoration:none;
	color: #000;
}



#sidebar {
	float: left;
	width: 228px;
	margin-top: 40px;
}

#footer {
	width: 940px;
	height: 27px;
	color: #999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	font-weight: normal;
	line-height: 30px;
	text-indent: 20px;
	margin-bottom: 10px;
	background-image: url(/images/footer.png);
}
#footer a {
    color: #999;
    text-decoration:none;
}

#footer a:hover {
    color: #000;
    text-decoration:none;
}

#footer2 {
	width: 940px;
	height: 27px;
	color: #999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	font-weight: normal;
	line-height: 30px;
	text-indent: 20px;
	margin-bottom: 10px;
}
#footer2 a {
    color: #999;
    text-decoration:none;
}

#footer2 a:hover {
    color: #000;
    text-decoration:none;
}

#banner {
	width: 780px;
	height: 200px;
	margin-left: 20px;
	float: left;
}

#side_banner {
	width: 86px;
	height: 192px;
	float: right;
	margin-right: 20px;
}

#top_shade {
	background-image:url(/images/top_shade.png);
	background-repeat:repeat-x;
}

#bot_shade {
	background-image:url(/images/top_shade.png);
	background-repeat:repeat-x;
	width: 100%;

}

#clear {
	clear: both;
}

/*---------------New Css for forms-------------------------*/
.subpage {
	width: 600px;
	margin:auto;
	padding:30px 30px 10px 75px;
	color:#000;
	font:13px Arial, Helvetica, sans-serif;
	line-height:150%;
	float:left;
}

/* General form styles */

.subpage .f-group {
	clear:both;
	float:left;
	margin:6px 0px 4px 0px;
	width:100%;
}
fieldset {	
	border:1px solid #999999;
	clear:both;
	margin:0px 0px 10px 0;
	padding:10px 15px 25px 15px;
	width:100%;
}
legend {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
	color:#679bca;
	font-size:1.2em;
	font-weight:bold;
	margin:0 -0.4em;
	padding:5px 10px;
}
.subpage label {
	color:#000;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-top:8px;
	text-align:right;
	width:30%;
}
.subpage input, select, textarea {
	color:#000;
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:1.1em;
	margin-left:15px;
	padding:5px;
	width:60%;
	background-repeat:no-repeat;
}
.subpage input, textarea {
	border:1px solid #d8d8d8;
}
.subpage input:focus, textarea:focus {
	border:1px solid #336699;
}
.subpage input[type="checkbox"] {
	float:left;
	width:20px;
	margin-top:10px;
}
.subpage .submit {
	float:left;
	width:auto;
	background-color:#336699;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:10px;
}
.subpage .warning {
	color:#990000;
	font-weight:bold;
	display:block;
	width:60%;
	float:right;
	padding: 10px 30px 0 0; 
	text-align:center;
}
.subpage .note {
	color:#666666;
	font-weight:normal;
}
.subpage a {
	color:#FF9900;
	text-decoration:none;
}
