/* CSS Document */
/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, img {
	margin:0;
	padding:0;
	border:none;
}
/*input{ border:1px solid #0b1866;}*/
/*VISIONSCAPE MENU SETTINGS*/
html {
	overflow: -moz-scrollbars-vertical;
}
html {
	overflow-x: auto;
	overflow-y:scroll;
}

/*PAGE STYLING*/

body {
	margin: 0px;
	padding: 0px;
	background-color:#031026;
	background-image:url(../images/bigbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;

}
/* BASIC TEXT STYLING */

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #444444;
	text-decoration: none;
	margin-bottom:10px;
}
li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #4a4a4a;
	text-decoration: none;
}
ol, ul {
	margin-bottom:10px;
	margin-top:0px;
}
a:link, a:visited {
	color: #4C96C3;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #4C96C3;
	text-decoration: none;
}
h1 {
	font-family: Georgia, Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0b1866;
	text-decoration: none;
	margin-bottom:12px;
	font-style:italic;
}
h2 {
	font-family: Georgia, Helvetica, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #4C96C3;
	text-decoration: none;
	margin-bottom:8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	margin-bottom:6px;
}
h4 {
}
h5 {
}
h6 {
}
/* SPECIFIC CLASS TEXT STYLING */
.footer a:link, .footer a:visited { color:#444444; }
.footer a:hover, .footer a:visited:hover {color:#444444;}
.membersdraw h3 { text-align:center; font-size:22px; font-weight:normal; color:#0b1866;}

/* LAYOUT STYLING */

