/*----------------------------------------------------------------------Main Layout--------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#98DDF8;
	margin: 0;  
	padding: 30px;
	overflow:scroll;
	color:#666;
}

h3 {
	color:#333;
}
#container {
	width: 960px;
	max-width: 960px;
	background-color:#ffffff;
	margin: auto;
} 

#summary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#666666;
	width: 95%;
	text-align: center;
	padding:20px;
}

#header { 
	height: 65px;
	left: 3%;
	text-align:left;
	margin-top:0px;
	padding-top: 5px;
	padding-bottom: 14px;
	padding-left:15px;
}

#navbar {
	float:right;
	margin-top: 30px;
	margin-right: 40px;
	word-spacing:40px;
}

#navbar a {
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}

#navbar a:link, a:visited {
	color:#CC0000;
}

#navbar a:hover, a:active {
	color:#00CCCC;
}


#mainContent {
	background:#FFF;
	height:inherit;
	padding:20px;
}

#leftbar {	
	background:none;
	float:left;
	width: 35%;
	padding:20px;
}
#rightbar {
	background:none;
	margin: 0px 0 0 0;   
	float: left;
	width: 60%;
}

#rightbar h3 {
	font-size: 18px;
	text-align:center;
}

#middlebar {
	background:none;
}


#getstarted {
	display:block;
}

#getstarted ol {
padding:10px;
margin-left:10px;
}

#getstarted li {
margin-left:0px;
margin-bottom:10px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#333;
}

.getstarted_steps {
	float:left;
	background:none;
	margin-left:27px;
	width:40%;
}

.getstarted_steps .title {
	text-align: center;
	color: #333;
	font-weight:bold;	
}

.getstarted_content {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

.getstarted_content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

.getstarted_footnote {
	color:#666;
	font-size:10px;
}

p.rightUnderline{
	height: 2px;
	background: transparent url(../images/underline.gif) top left repeat-x;
	overflow: hidden;
	margin-top: 3px;
}

.bullet {
	
}

.bullet h3 {
margin-bottom:0px;
margin-top:0px;
padding: 0px;
}

.bullet p {
	margin-left: 20px;
}



.separator {
	height: 2px;
	background: transparent url(../images/underline.gif) top left repeat-x;
	overflow: hidden;
	margin-top: 3px;
}

#news {
width:100%;
overflow:auto;
clear:both;

font-family:Arial, Helvetica, sans-serif;
color:#666666;
margin-top:40px;
}

#newsHeader {
text-align:center;

}


.news_title {

font-weight:bold;
color:#333333;
font-size:20px;
margin:2px;
}

.news_post {
padding:5px;
font-size:12px;
margin-bottom:20px;

}









#login
{
	float:right;
	font-size:12px;
	right: 3%;
	margin-top: 10px;
	padding-right:15px;
}
#banner
{
	margin:0 0 0 0;
	padding-top:10px;
	padding:0px;
	height: 200px;
	text-align:center;
	background-color:#000;
	
}
#banone p
{
	position:absolute;
	float:left;
	margin-left:10px;
	top:78px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: small
}
.style2 {
	font-size: medium;
	font-weight: bold;
}
.style3 {font-size: 75%}
.style4 {
	font-size: 125%;
	font-weight: bold;
}
.style10 {font-size: 30px}

#announcement {
	font-size: 16px;
	font-weight:bold;
	color:#CC0000;
	text-align:center;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
