@charset "utf-8";
/* CSS Document */

html   { margin: 0px }

body    { 
	color: black; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 0; 
	top: 0; 
	left: 0;
	background-color: #ffcc33; 
}

#headerspace {
	height:160px;
	width:100%;
	background-color: #ffcc33; 
}


#header-left{
	text-align:left;	
	position:absolute;
	height:135px;
}

#header-right{
	text-align:left;
	position:absolute;
	width:485px;
	margin-top:55px;
	margin-left:315px;
	color: #5A0001;  
	font-size: large; 
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	letter-spacing:0.5px;
}

	
#header-bottom {
	text-align:left;
	margin-top:101px;
	position:absolute;
	width:100%;
	height:25px;	
	background-color:#5A0001;	
}

#centerspace {
	background-color: #ffffff;
	text-align:left;
	width:100%;
}

#maincontent {
	background-color: #ffffff;
	width:800px;
	text-align:left;
	padding: 10px;	
	height:auto;
}

#leftcontent {
	background-color: #ffffff;
	width:565px;	
}


#menu, #menu a:link, #menu a:visited, #menu a:active{
	color: white; 
	background-color: #5A0001; 
	width:800px;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	text-align: left; 
	padding: 6px; 
	font-weight: bold; 
	text-decoration: none; 
	letter-spacing:0.5px;
	white-space:nowrap;		
}

#goldbox { 
	font-size: small; 
	background-color: #ffcc33; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	padding-top: 5px;
	position: absolute; 
	border: solid 1pt #5A0001; 
	width:200px;
	margin-left: 585px;
	margin-top: 8px;
}

#footerspace {
	height:80px;
	width:100%;
	font-size:4px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #5A0001; 
}

#footer { 
	padding-left:10px;
	color: #FFFFFF; 
	background-color: #5A0001; 
	width:800px;	
	height:80px;
}

#footer-left {
	text-align:left;	
	position:absolute;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #5A0001; 
}

#footer-middle {
	text-align:center;
	position:absolute;
	margin-left:340px;	
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#5A0001; 
	width:285px;
}

#footer-right {
	text-align:right;
	position:absolute;
	font-size:x-small;
	margin-left:625px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #5A0001; 
	width:175px;
}

a.footerlnk:link, a.footerlnk:visited, a.footerlnk:hover, a.footerlnk:active{ color: #ffcc33; font-weight: bold; }




h1  { font-size: 130%; font-weight: bold }

h2  { font-size: 110%; font-weight: bold; margin: 0 }


.searchtxt { font-size: 9px }
h1   { color: #5A0001; font-family: "Trebuchet MS", verdana, "Century Gothic", "Gill Sans", lucida, arial, helvetica, sans-serif; font-weight: bold; font-size: large; letter-spacing: 1px; margin-top: 5px; margin-bottom: 2px }
h2   { color: #5A0001 }
h3   { color: #00008b; font-weight: bold }
h4  { font-size: small; color: #000000; font-family: "Trebuchet MS", verdana, "Century Gothic", "Gill Sans", lucida, arial, helvetica, sans-serif; font-weight: normal; letter-spacing: 1px; margin-top: 2px; margin-bottom: 2px }
h5, h6  { font-size: small; color: #000000; font-weight: normal; }
a:link       { color:  #00008b; font-weight: bold; text-decoration: none }
a:visited { color: #00008b; font-weight: bold; text-decoration: none }
a:active    { color: #00008b }
a:hover      { color: #dc143c; font-weight: bolder; text-decoration: underline }

#whitespace{
background-color:#ffffff;
height:100px;
}

