body {
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, sans-serif; 
	color: #000000; 
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

#mainContent {
	width: 900px; 
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	
}

img {
	border: none;
	
}

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

li {
	margin-bottom: 5px;
}

/* ______ header ___________*/

#signUp {
	width: auto; 
	height: 57px; 
	background-color: #262261; 
	color: #FFFFFF; 
	float:right; 
	text-align: center;
	padding: 3px;
}
/*
#sendButton {
	margin-left: 1px;
}
*/
#headerSpace {
	height: 120px; 
	width: 900px;
}

#logo {padding-top: 34px;}

/* ______ nav ______________*/

#nav {
	width: 900px; 
	height: 35px; 
	background-color: #000000;
}

/*_______ main body ________*/

.leftHeader {
	float: left;
	width: 200px;
	height: auto;
	background-color: #7d7d7d;
	border-bottom: 5px solid #ffffff;
	clear: left;
	padding: 0px;
	margin: 0px;
}

.leftTop {
	float: left;
	width: 190px; 
	height: auto; 
	background-color: #74B64A;
	border-bottom: 5px solid #ffffff;
	clear: left;
	padding: 10px 0px 10px 10px;
}

#newsSection {
	float: left;
	clear: left;
	width: 200px; 
	height: auto; 
	min-height: 285px;
	background-color: #262261;
}

#middleImg {
	height: 435px;
	min-height: 435px;
	float: right;
	margin: 0px;
	border-left: 5px solid #ffffff;
}

html>body #middleImg { height: auto; min-height: 435px; }

#rightContent { 
	width: 695px;
	height: 435px;
	min-height: 435px;
	background-color: #D3D3D3; 
	margin-top: 0px;
	float: right;
	border-left: 5px solid #ffffff;
	clear: none;
}

#rightContent.narrow {
	width: 515px;
}

html>body #rightContent { height: auto; min-height: 435px; }

#bodyWrapper {
	width: 900px;
	margin-top: 5px;
	margin-bottom: 30px;
	padding: 0px;
	height: 465px;
	min-height: 500px;
	background-color: #262261;
}

html>body #bodyWrapper { height: auto; min-height: 435px; }

/*_______ footer ___________*/

#footer {
	width: 900px; 
	height: 32px; 
	background-color: #000000;
	clear: both;
	border-top: 5px solid #ffffff;
}

/*_______ text _____________*/

a:link {color: #444444;}
a:visited {color: #444444;}
a:hover {color: #666666;}
a:active {color: #444444;}

a.white:link {color: #FFFFFF;}
a.white:visited {color: #FFFFFF;}
a.white:hover {color: #666666;}
a.white:active {color: #FFFFFF;} 

h1 {
	font-size: 1.1em;
}



#leftContentText {
	padding: 10px; 
	font-size: 8pt; 
	line-height: 1.5;
}

#leftBottomText {
	padding: 10px; 
	font-size: 8pt; 
	line-height: 1.5; 
	color: #000000;
}

#rightContentText {
	padding: 15px; 
	font-size: 8pt; 
	line-height: 1.5;
}

#signUpText{padding-top: 18px}

#footerText{
	text-align: center; 
	vertical-align: middle; 
	color: #FFFFFF; 
	padding-top: 9px; 
	font-size: 8pt;
}