@charset "utf-8";

/* Colour Palette
Dark Blue: #001C53
Medium Blue: #0093DD

*/
html { 
	font-size:100%; 
}
body {
	margin:0px;
	text-align:left;	
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#001C53;
	background:url(images/page_bkgrd.png) no-repeat;
}
img {
	border:0;
}
a {
	color:#001C53;
	text-decoration:none;
}
a:hover {
	color:#0093DD;
}
h1 {
	font-size:1.25em;
	color:#0093DD;
	font-weight:bold;
}
#site-container {
	float:left;
	width:1000px;
}
#header {
	float:left;
	height:180px;
	width:1000px;
	margin-bottom:10px;
}
#nav-container {
	float:left;
	width:174px;
	height:500px;
	margin-right:10px;
	font-size:0.75em;
}
#nav-items {
	float:left;
	width:154px;
	padding-left:20px;
}
#nav-items p {
	margin-top:8px;
	margin-bottom:0px;
}
#main-area {
	float:left;
	width:816px;
	margin-bottom:20px;
}
#main-header {
	float:left;
	width:816px;
}
#main-container {
	float:left;
	width:806px;
	margin-right:10px;
	background-color:#FFF;
}
#main-colA {
	float:left;
	width:466px;
	margin-top:20px;
	padding-left:20px;
	padding-right:10px;
	background-color:#FFF;
}
#main-colB {
	float:left;
	width:310px;
	margin-top:20px;
	background-color:#FFF;
}
#main-footer {
	float:left;
	width:816px;
}

/* Text Stytles */
.dotted-line {
	width:135px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#001C53;		
}
.blue {
	color:#0093DD;
}
.smalltext {
	font-size:0.8em;
	color:#0093DD;
}
.winners {
	font-size:0.8em;
}
/* Ad Divs */
#ad-container {
	float:left;
	width:806px;
	text-align:center;
}
#ad-1 {
	width:722px;
	height:85px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#ad-2 {
	width:300px;
	height:250px;
}
