/* background  color = 945EOF or R=148 / G=94 / B=15 
dark brown = 663300 
orange = CC6600 
gold rollover = CC9966 
warm medium brown = 996600 
gold = CC9933 
footnote gold = CC9900 
light gold rollover = CC9966

All fonts are Verdana bold, regular
 and italic Dotted line is Arial regular 10 pt (smaller dot than Verdana) CC6600
*/
 
 body 
	{
	color: #663300;
	background-color: #996600;
	margin: 0px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	}

#horizon        
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffffff;
	margin-left: -375px;
	position: absolute;
	top: -235px;
	left: 50%;
	width: 720px;
	height: 450px;
	visibility: visible;
	overflow:hidden;
	padding:10px;
	}


#header_wrap{
position:relative;
height:67px;
width:100%;
overflow:hidden;
padding:0;
}

#logo{
float:left;
width: 260px;
height: 67px;
text-align:left;
background-image: url(../images/swoosh.jpg);
background-position:right;
background-repeat:no-repeat;
}

#header_right{
float:left;
width: 440px;
height: 67px;
overflow:hidden;
text-align:left;
padding:10px 0 5px 15px;
color:#996600;
}

p{
font-size:90%;
margin:0;
padding:0;
}

a:link, a:visited 
	{
	color: #CC9966;
	text-decoration: none;
	}

a:hover 
	{
	color: #996600;
	text-decoration: none;
	}

#navbar {
color:#CC9966;
height:25px;
width:100%;
text-align:left;
padding-top:10px;
padding-left:10px;
font-size:105%;
font-weight:bold;
word-spacing:1.6em;
}

#navbar a:link, a:visited 
	{
	text-decoration:none;
	}

#navbar ul{
padding:0 0 0 5px; margin:0;
}

#navbar li{
display: inline;
padding:0;
margin:0;
}

/* #body{
width:100%;
height:310px;
background-color:#FFFF00;
position:relative;
}
*/

#home_flash{
width:447px;
height:336px;
float:left;
margin-left:5px;
text-align:left;
}

#home_right{
height:305px;
width:210px;
float:left;
margin-left:5px;
text-align:left;
padding:0 20px 0 20px;
color: #CC6600;
}

.flash_caption{
color:#CC9966;
margin:5px 0 0 0;
}


/* #footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}
*/

#footer{
background-color:#996600;
height:50px;
width:780px;
margin:0 -10px 0 -10px;
padding:0;
float:left;
clear:both;
text-align:left;
padding:10px 0 0 15px;
color:#CC9900;
font-size:85%;
}

h2{
color:#996600;
font-size:100%;
margin: 0 0 5px 0;
padding:0 0 5px 0;
border-bottom: 2px dotted #CC6600;
}

h3{
color:#996600;
font-size:85%;
margin:0;
padding:0;
}

h2 + p {margin-top:5px;}
h2 + h3 {margin-top:5px;}
p + h2 {margin-top:15px;}

h3 + p {margin-top:5px;}

/* a:link, a:visited 
	{
	color: #06f;
	text-decoration: none
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}
*/

.underline a:link, a:visited 
	{
	text-decoration:none;
	}

