body { background-color: #333333; }
td { vertical-align: top; }

div#maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #000000;
}

div.left {
	position: absolute; 
	float: left;
	width: 160px;
	height: 530px;
	background-color: #ebac13;
	z-index: 300;
}

div.right {
	position: relative; top: 0px; left: 160px;
	width: 740px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
}

div.footer {
	position: relative; bottom: 30px;
	width: 900px;
	height: 130px;
	background-color: #000000;
	z-index: 3;
}

div.topnav {
	position: relative; top: 0px; left: 0px;
	width: 740px;
	height: 65px;	
}

div.content {
	position: relative; top: 75px; left: 25px;
	width: 705px;
	height: 430px;
	overflow: auto;	
}


div.sidelinks {
	position: relative; top: 40px; left: 10px;
	width: 150px;
}

div.toplinks {
	/*position: absolute; bottom: 15px; right: 10px;*/
	position: absolute; top: 30px; right: 10px;
	width: 700px;
}

div.annual {
	position: absolute; bottom: 0px;
	width: 160px;
	height: 30px;
	background-color: #005ca3;
}

div.lefttext {
	position: absolute; left: 0px; top: 30px;
	width: 265px;
}

div.sponsors {
	position: absolute; left: 265px; top: 0px;
	width: 420px;
}

div.video {
	position: absolute; top: 0px; right: 8px;
	width: 192px;
	height: 128px;
}


/*	Text  */

.sidelinks {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 2em;
}
a.sidelinks:link, a.sidelinks:visited { text-decoration: none; }
a.sidelinks:hover { text-decoration: none; color: #005ca3; }

.toplinks {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;	
	text-align: right;
}
a.toplinks:link, a.toplinks:visited { text-decoration: none; }
a.toplinks:hover { text-decoration: none; color: #ebac13; }

.annual {
	font-family: Trebuchet MS;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
}

.lefttext {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.video {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
a.video:link, a.video:visited { text-decoration: underline; }
a.video:hover { text-decoration: underline; color: #005ca3; }

.content {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
}
a.content:link, a.content:visited { text-decoration: none; color:#00CC00; }
a.content:hover { text-decoration: none; color: #ebac13; }

.pagetitle { 
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

.subtitle {
	color: #ebac13; 
	font-weight: bold;
}

