@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1a1a1a;
	background-color: #333366;
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #ed413f;
	}
	
a:hover {
	text-decoration: underline;
	color: #ed8685;
	}
	
#container {
	margin: 0 auto;
	width: 760px;
	}
	
#header {
	width: 760px;
	height: 108px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
	
#header .navigation {
	padding: 60px 10px 5px 280px;
	color: #306ca7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}
	
#header .navigation a:link, #header .navigation a:active, #header .navigation a:visited {
	text-decoration: none;
	color: #306ca7;
	}
	
#header .navigation a:hover {
	text-decoration: underline;
	color: #306ca7;
	}	
	
#header .login {
	padding: 2px 5px 0px 500px;
	color: #306ca7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right
	}
	
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 760px;
	text-align: center;
	padding-top: 8px;
	}
	
#footer a:link {
	text-decoration: underline;
	color: #FFFFFF;
	line-height: 18px;
	}	
	
#homeContent {
	width: 760px;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
	}
	
#homeContent .homeLeft {
	width: 395px;
	background-color: #FFFFFF;
	padding: 30px 20px 10px 20px;
	}
	
#homeContent .homeRight {
	width: 302px;
	background-color: #f3bcbd;
	margin: 20px 0px 0px 0px;
	border-width: 1px 0px 1px 1px;
	border-color: #9f9f9f;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#homeContent .sponsors {
	width: 302px;
	min-height: 200px;
	background-color: #FFFFFF;
	margin: 20px 0px 0px 0px;
	border-width: 1px 0px 1px 1px;
	border-color: #9f9f9f;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	}
	
#content {
	width: 720px;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
	padding: 20px;
	}
