body {
   margin:0; padding:0;
   background:#111111;
   color: #BBBBBB;
   font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Lucida", sans-serif;
   font-size:13px;
   line-height:17px;
   overflow-x:hidden;
}

form { margin:0; padding:0; }

a { color:#CCCCCC; }
a:link, a:visited { text-decoration:none; }
a:hover, a:active { text-decoration:underline; }
   
#nav_secondary { font-size:11px; background-color:#303030;} 
#nav_secondary ul { margin:0; padding:0; list-style:none; }
#nav_secondary li { 
   margin:7px 10px 7px 10px;
   padding:0;
   display:block;
   float:left;
   white-space:nowrap;
}

#sponsors img { float:left; }


   .form_label { font-size:12px; color:#FFFFFF; }
   .field-focus-off { border:1px solid #CCCCCC; background-color:#FFFFFF; font-size:11px; }
   .field-focus-on { border:1px solid #99CC00; background-color:#FFFFFF; font-size:11px; }
   .field-focus-error { border:2px solid #F00000; background-color:#FFFFFF; color:#FFFFFF; font-size:11px; }
   .field-disabled { border:1px solid #CCCCCC; background-color:#EEEEEE; font-size:11px; }

img { border:none; }

ul { margin-left:2em; }
h1 { font: normal 21px sans-serif; }
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../../images/stripe.gif);
	height: 6px;
}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	height: 150px;
}
.header a {
	color:#888;
	display:block;
	line-height:120px;
	text-decoration:none;
	width:100%;
}
.header span { padding-left: 32px; }
.header a:hover {
   background:#191919;
   color:#BBBBBB;
}

/* structure */
.container {
   border:3px solid #444;
   border-top:none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	color:#F4F4F4;
}


.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(../../images/bgh1.gif) repeat-x left bottom;
	color: #EEEEEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999999;
	text-decoration: underline;
}
.content a:hover { color: #CCCCCC; }
.content .descr { margin-bottom: 5px; }

/* navigation */
.nav { background: #191919 url(../../images/nav.gif); }
.nav a {
	background: #191919 url(../../images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCCCCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(../../images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	

}
.subnav h1 { padding-top: 8px; font-size:18px; }
.subnav ul { margin: 0; }
.subnav li {
	background: url(../../images/li.gif) no-repeat left bottom;
	list-style: none;
	margin:0;
}
.subnav li a {
	color: #777777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}

.subnav li a:hover { color: #BBBBBB; }

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}