body, div, p, ul, li, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}



body {
    background: url(images/bg_main.png) 50% 0;
    /*background-color: #222;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}



#wrapper {
    margin: 0 auto;
    width: 800px;
    text-align: left;
}



#header {
    
}
#header h1 {
    padding: 0 20px;
    height: 140px;
    padding-top: 10px;
    /*line-height: 150px;*/
    /*background: url(images/bg_head.png);*/
    /*background-color: #fe0;*/
}
#header h1 span {
    position: absolute;
    left: -9999px;
}
#header h1 a {
    color: #fff;
    text-decoration: none;
}
#header h1 a:hover {
    text-decoration: underline;
}
#content {
    clear: both;
    padding-top: 20px;
    background-color: #333;
    color: #fff;
}
#left-column {
    margin-right: 200px;
    padding: 0 20px;
}
#right-column {
    float: right;
    width: 180px;
    margin-right: 20px;
}
#footer {
    clear: both;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    background: url(images/top_bg.gif) repeat-x;
    color: #fff;
    font-size: 11px;
}



#content h1,
#content h2 {
    margin: 20px 0;
    color: #ccd
}
#content h2.subhead {
    margin-left: 20px;
}
#content p {
    margin: 0 0 20px 20px;
}
#content img {
    border: 2px solid #666;
}
#content table {
    border-collapse: collapse;
    margin-left: 20px;
}
#content th,
#content td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
#content a {
    color: #aac;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}



#main-nav {
    list-style: none;
    background: url(images/top_bg.gif) repeat-x;
}
#main-nav li {
    float: left;
    /*margin-left: 10px;*/
}
#main-nav a {
    display: block;
    padding: 0 10px;
    width: 134px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#main-nav li.active a {
    background: url(images/bg_menu.gif) repeat-x;
    color: #444;
}
#main-nav a:hover {
    background: url(images/bg_menu.gif) repeat-x;
}


li.section-head {
    border: none;
    font-weight: bold;
    font-size: 11px;
	/*text-align: left !important; */
}
li h2 {
	margin-bottom: 3px !important;
	font-size: 17px;
}

#sponsors {
	list-style: none;
	margin-top: 30px; 
}
#sponsors li {
	/*text-align: center;*/
	margin-top: 20px;
	font-size: 13px; 
	clear: left;
}
#sponsors li a {
	color: #ccd;
}


#secondary-nav {
    list-style: none;
}
#secondary-nav li {
    margin-bottom: 10px;
}
#secondary-nav a {
    display: block;
    padding: 5px 10px;
    background-color: #666;
    border-left: 10px solid #1a1a1a;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
#secondary-nav a:hover {
    background-color: #1a1a1a;
    border-color: #666;
    color: #fff;
    text-decoration: underline;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #ffe;
	padding: 5px;
	/*opacity: 0.85;
    font-size: 11px;*/
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal; text-align: left; }


td.tip {
    color: #aac;
}



a img {
    border: none;
}


h3.expander {
	cursor: pointer;
}
h3.expander:hover {
	text-decoration: underline;
}



.layout {
    zoom: 1;
}
.layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}