html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #666666;
	background-color: #024288;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px;
	color: #3D60A9;
}

hr{
	color: #3D60A9;
}

a:link {  
	text-decoration: none;
	font-weight: normal; 
	color: #3D60A9;
	}
a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color: #3D60A9;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: normal; 
	color: #3D60A9;
	}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 797px;
	position: relative;
	text-align: left;
	background-color: #FFF;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 797px;

}

#main_content{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 798px;

}

#footer{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 797px;
	height: 25px;
	background-color: #3D60A9;
	color: #FFFFFF;
}

#footer a:link {  
	text-decoration: none;
	font-weight: normal; 
	color: #FFF;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color: #FFF;
	}
#footer a:hover { 
	text-decoration: underline;
	font-weight: normal; 
	color: #FFF;
	}
	
/* nav ------------- */
#nav{
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 400px;
	top: 345px;
	clear: both;
	width: 798px;
}

#nav a:link {  
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	}
#nav a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color: #FFF;
	}
#nav a:hover { 
	text-decoration: none;
	font-weight: normal;
	color: #000;
	}

.rollmenu { padding: 2px; display: block; line-height: normal; background-color: #023770; text-decoration: none; font-size: 11px; border-left: 1px solid #01255C; border-right: 1px solid #01255C; border-bottom: 1px solid #01255C;}
.rollmenu:hover {	background-color: #FF9900; text-decoration: none}
.menuhead {font-weight: bold; font-size: 12px; color: #ffffff; background-color: transparent}
#menu1 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu2 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu3 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu4 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}

#menu1Container {
	margin-left: 40px;
	margin-top: -19px;

}

/* buttons ------------- */
#buttons{
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 10px;
	top: 235px;
	clear: both;
	width: 177px;
}

/* email ------------- */
#email{
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 10px;
	top: 5px;
	clear: both;
	width: 177px;
}

/* sponsors ------------- */
#sponsors{
	border-right: 1px solid #000236;
	margin: 0px;
	padding: 0px;
height: 800px;

}


/* image link ------------*/
a.imagelink:link {
	text-decoration: none
	font-weight: normal; 
	color: #FFFFFF;
}
a.imagelink:visited {
	text-decoration: none
	font-weight: normal; 
	color: #FFFFFF;
}
a.imagelink:hover {
	text-decoration: underline;
	font-weight: normal; 
	color: #3D60A9;
	}