/* CSS Document */

html, body {
width:100%;
margin:0;
padding:0;
background-image:url('../images/bg.jpg');
background-repeat:repeat-x;
}


* {
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:11px;
color:#505050;
}

table#mainHolder {
	border:0;
	width:708px;
	background-image:url('../images/ext.gif');
	background-repeat:repeat-y;	
}

td#topRow {
	height:24px;
	background-image:url('../images/topBar.jpg');
	background-repeat:no-repeat;	
}


td#bottomRow {
	height:36px;
	background-image:url('../images/bottomBar.jpg');
	background-repeat:no-repeat;
}


td#menuCol {
	text-align:left;
	width:209px;
}

td#mainCol {
	text-align:left;
}


.menuItem {
	width:209px;
	height:24px;
	padding-left:20px;
	background-image:url('../images/bg_menuButton.gif');
	background-repeat:no-repeat;
	line-height:22px;
	font-weight:bold;
	list-style:none;
}

a:link, a:active, a:visited, a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#DF9802;	
}

a.menuLink, a.menuLink:active, a.menuLink:visited {
	color:#505050;
}

a.selected, a.selected:active, a.selected:visited, a.menuLink:hover {
	color:#DF9802;
}

a.nominate, a.nominate:active, a.nominate:visited, a.nominate:hover {
	color:#996633;
}

.spcr {
	height:1px;
	width:1px;
}

div#contentBox {
	padding-left:20px;
	padding-right:20px;
	font-family:Arial;
	font-size:11px;
	line-height:1.5;
}

img#titleImage {
	padding-bottom:12px;
}

.strong {
 font-weight:bold;
 color:#996633;
}

.imgLeft {
	float:left;
	margin-right:10px;
	font-size:10px;
	line-height:1;
}

.imgRight {
	float:right;
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
	line-height:1;
}
.sponsorsTitle{ 
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 6px;
	font-weight:bold;
}

.sponsorsOther{ 
	padding-left: 20px;
	line-height: 18px;
}

.down12{ 
	padding-top: 12px;
}

a.sponsorslink, a.sponsorslink:active, a.sponsorslink:visited {
	font-weight:normal;
}

a.sponsorslink:hover {
	text-decoration:underline
}

