/*
 *
 * Dark Color         - #aa6969 - white, light Color, and Light Accent show up on
 * Light Color        - #C9C3C3 - black, Dark Color, and Dark Accent show up on
 * Medium Color       - #c1aaaa - all other colors show up on 
 * Light Accent Color - yellow  - shows up on Dark Color and Medium Color
 * Dark Accent Color  - #0000AE - shows up on Light Color and Medium Color
 */
body {
	color: #0000AE;
	background-color: white;
    font-family:    verdana, Geneva, Arial, Helvetica, sans-serif;
}

.rev_video {
	background-color: #0000AE;
	color: white;
}

#hdr {
    background: white url('../images/logo.gif') no-repeat top center;
    height: 130px;
    margin: 0;
    border: 0 none;
    float: left;
    width: 100%;
}

#hdrlinks {
    background-color: #009200;
    margin: 100px 0px 0px 0px;
    border: 0px;
    height: 30px;
    float: left;
    width: 100%;
}

#hdrlinks p {
	float: left;
	text-align: center;
	padding: 0em 2em 0em 2em;
    margin-top: 6px;
    border: 0em;
	color: white;
    font: 12px verdana, sans-serif;
    font-weight: bold;
}

#hdrlinks p a:visited, #hdrlinks p a:link {
    color: white;
    text-decoration: none;
}

#linksect {
	background: white;
	color: #0000AE;
    border-width: 0px 15px 0px 3px;
    border-color: #0000AE;
    border-style: solid;
    width: 150px;;
    float: left;
    height: 800px;
    margin: 0px 20px 0px 0px;
}

#links {
    margin: 10px 10px 10px 10px;
}

#links h1 {
    font: 14px verdana, sans-serif;
    font-weight: bold;
}

#links p {
    font: 12px verdana, sans-serif;
    margin: 2px 2px 0px 4px;
}

#links p a:visited, #links p a:link  {
	color: #0000AE;
    text-decoration: none;
}


#sponsors {
	background: white;
	color: #009200;
    border-width: 0px 0px 0px 5px;
    border-style: double;
    width: 200px;;
    float: right;
    margin: 0px 0px 0px 10px;
    height: 800px;
}

#sponsorlist {
    margin: 5px 0px 5px 5px;
    padding: 10px 10px 10px 10px;
	background: #0000AE;
	color: white;
}

#sponsorlist h1 {
    font: 14px verdana, sans-serif;
    font-weight: bold;
}
#sponsorlist p {
    font: 12px verdana, sans-serif;
    font-weight: bold;
}

.announce, a.announce:visited, a.announce:link {
	background-color: #E52F2F;
	color: white;
}

div.announce {
	display: block;
	padding: 2px 0px 2px 0px;
}

.p_list p {
    margin: 2px 0px 2px 4px;
}
/* div#contentsect {
	display: block;
	top: 150px;
} */

dt {
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px 0px 0px 0px;
}

dd {
	margin: 2px 10px 2px 10px;
}