/**
 * YUI fonts and reset CSS library normalizes browser/platform inconsistencies when using CSS.
 * For more information, see:
 * 		http://developer.yahoo.com/yui/fonts/
 *		http://developer.yahoo.com/yui/reset/
 * 
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.5.1
 */

html {color:#817979;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/**
 * end YUI CSS
 */
body { font: 12px/18px "Trebuchet MS", Verdana, Arial, sans-serif; background-color: #202020; color: #ffffff; text-align:center;}

h1 { font-size:20px; color:#f9ec00; margin-bottom:15px; font-weight:bold; font-style:italic; }

strong {font-weight:bold; }

a { text-decoration:none; color:#f9ec00; }
a:hover { text-decoration: underline; color:#f9ec00; }

#mainbody {
    background-color:#000000;
    width:812px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
 }

#topnav {
	background-color:#f9ec00;
    width:798px;
    height:100%;
	text-align:left;
	vertical-align:middle;
 }
 
#divisionblurb {
    background-color:#454545;
	height:77px;
	width:301px;
	border-right:5px solid #000000;
	padding:8px;
	vertical-align:top;
    text-align:left;
 }
.divisionblurbheader {
    font-size:14px;
	color:#f9ec00;
 }
 
#twocolumnmainsection {
    width:539px;
	/*height:400px;*/
    background-color:#515151;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
	padding:15px;
	/*border-left:5px solid #000000;*/
    margin-left:auto;
    margin-right:8px;
 }

#yellowbottombar {
	margin-top:5px;
	background-color:#f9ec00;
    width:798px;
	height:71px;
	color:#000000;
    text-align:left;
 }
 
#greybottombar {
    width:798px;
    height:66px;
    margin-top:5px;
	margin-bottom:5px;
    background-image:url('/images/grey-bottombar.png');
    text-align:center;
 }
 
.leftnavoff {
    border-bottom:5px solid #000000;
	background-image:url('/images/leftnav-button-off.png');
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#f9ec00;
	height:23px;
    text-align:left;
}
.leftnavoff a {text-decoration:none;color:#f9ec00; text-align:left; width:100%;display:block;}

.leftnavon {
    border-bottom:5px solid #000000;
	background-image:url('/images/leftnav-button-on.png');
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#f9ec00;
	height:23px;
    text-decoration:none;
    text-align:left;
}

#threecolumnsection1 {
    width:322px;
    height:100%;
    background-color:#515151;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
	padding:15px;
	border-left:5px solid #000000;
 }

 #threecolumnsection2 {
    width:246px;
    height:100%;
    background-color:#515151;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
	padding:15px;
	border-left:5px solid #000000;
    /*float:left;*/
 }
 #threecolumnsection2-photo {
    width:246px;
    height:100%;
    background-color:#515151;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
	border-left:5px solid #000000;
 }
 #threecolumnsectionEvenCols {
    width:284px;
    height:100%;
    background-color:#515151;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
	padding:15px;
	border-left:5px solid #000000;
    /*float:left;*/
 }
 
.style1 {color: #F9EC00}
.style1 li {
	color: #F9EC00;
	list-style: outside;
	/*margin-left: 15px;*/
    list-style-type:disc;
}
ul{margin-left:15px; }
