/* Marlborough */

body {
	background-color: #ffffff;
	background-image: url(../../images/themes/default/bg.jpg);
	background-repeat: repeat;

	margin: 0px 0px 0px 0px;
}

div, p, a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

div, p  { color: #000000; }
a       { color: #003366; }
a:hover { text-decoration: none; }
a:active { color: #000033; }

ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.small, a.small {
	font-size: 11px;
}

/* -------------------------------------------------------------------------- */
/* Sections */
/* -------------------------------------------------------------------------- */

td.headline {
	background-image: url(../../images/themes/default/hdr_bg.jpg);
	background-repeat: no-repeat;
	background-color: #E2CFA7;
	margin: 0px 0px 0px 0px;
}

div.headline {
	color: #1D1060;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 0px 40px;
}

div.subhead {
	color: #1D1060;
	font-size: 14px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

div.big {
	color: #1D1060;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

td.list {
	background-color: #CCCC99;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
}

td.results {
	background-color: #CCCC99;
	font-size: 10px;
	padding: 4px 10px 4px 10px;
}

td.sponsors {
	background-image: url(../../images/themes/default/main_lt.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.sponsor_logo, div.sponsor_button {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

div.sponsor_logolast {margin: 0px 0px 0px 0px; }

div.main {
	width: 650px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.copyright {
	font-size: 10px;
	color: #999999;
	margin: 0px 0px 10px 0px;
}

/* new */
div.copyrightcenter {
	font-size: 10px;
	color: #999999;
	margin: 5px 0px 10px 0px;
	text-align: center;
}

.present {font-size: 11px; margin: 5px 0 0 0; }

/* -------------------------------------------------------------------------- */
/* Side Box */
/* -------------------------------------------------------------------------- */

div.sidebox {
	
}

div.sidebox_subhead {
	font-size: 11px;
	font-weight: 700;
	color: #003366;
	margin-bottom: 5px;
}

div.sidebox_copy {
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
}

a.sidebox_link {
	font-size: 11px;
	color: #003366;
}

a.sidebox_link:hover {
	text-decoration: none;
}

a.sidebox_link:active {
	color: #000033;
	text-decoration: none;
}

div.sidebox_hr {
	width: 175px;
	border-bottom: 1px solid #CAB995;
	margin: 20px 0px 20px 0px;
}



td.list_head {
	background-color: #E2CFA7;
	font-size: 11px;
	font-weight: 700;
}

td.list_row1, td.list_row2 {
	font-size: 11px;
}

td.list_row1 {
	background-color: #F2EFE8;
}

td.list_row2 {
	background-color: #E5E1D4;
}




/* -------------------------------------------------------------------------- */
/* Event Pulldown Menu */
/* -------------------------------------------------------------------------- */

.chromestyle {
	width: 99%;
	font-weight: bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	/*border: 1px solid #666666;*/
	width: 100%;
	/*background: url(menubg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	padding: 0px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover {
	/*background: url(menubg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	color: #000000;
	text-decoration: none;
}

.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	/*content: " v";*/
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* -------------------------------------------------------------------------- */
/* Drop Down Menu */
/* -------------------------------------------------------------------------- */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #666666; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Helvetica, Arial, Verdana, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #cccc99;
	width: 200px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	/*text-indent: 8px;*/
	border-bottom: 1px solid #666666; /*THEME CHANGE HERE*/
	padding: 2px 0;
	padding-left: 8px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #ffffcc;
	color: #000000;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */
