body, h1, h2, h3, h4, h5, h6, blockquote, dd, dl, hr, p, form, div, span, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center; /* IE Legacy (IE5 and later) fix - sets to left align to center align  to center the layout */
	background-attachment: scroll;
	background-color: #3985BE;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.indent {
	margin-left: 20px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.menu-titles {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FF0;
}
.menu-blocks {
	width: 230px;
	float: left;
}




h1{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	padding: 0 0 10px 15px;
	color: #000;
}

h2{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	padding: 0 0 10px 15px;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding: 0 0 10px 15px;
	color: #000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0 0 10px 0;
	color: #000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 10px 0;
	color: #000;
}

p{
	padding: 10px 15px 15px 15px;
	color: #000;
	font-size: 20px;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
	background-image: url(images/bg_hi-re3.png);
	background-repeat: no-repeat;
}

#menu{
	color: #000000;
	padding: 0 0 20px 190px;
	height: 30px;
}
#header_img {
	background-image: url(images/foregd.png);
	height: 258px;
	width: 678px;
}


#header{
	float: left;
	width: 950px;
	color: #000000;
	margin: 0;
}

#container{
	float: left;
	width: 610px; /* full width: 630px; */
	margin-right: 20px;
	margin-top: 70px;
}
#sidebar {
	width: 320px;
	float: left;
	margin: 0;
	text-align: center;
}
.footer-text {
	font-size: 18px;
	font-weight: bold;
}



#footer {
	clear: both;
	background-image: url(images/footbg.png);
	margin-top: 10px;
}

/* LOGIN STYLES */

a:link {
	text-decoration: none;
	color: #F90;
}

a:visited {
	text-decoration: none;
	color: #060;
	font-size: 16px;
}

a:hover {
	text-decoration: none;
	color: #F00;
	font-size: 14px;
}

