body {
	font: 0.8125em Verdana, sans-serif; color: #333;
	text-align: center; /* IE6 hack */
	margin: 0;
	padding: 0;
	background-color:#F9F9F9;
	}

#wrapper {
	text-align: left;  /* IE6 hack */
	margin: 0 auto;
	width: 875px;
	border-left: solid 1px;
	border-right: solid 1px;
	background-color: #fff;
	/* background-repeat: repeat-y;
	background-image: url(graphics/bg_lines2.gif); */
	}
#header	{
	display: block;
	width: auto;
	height: 150px;
	/* background: url(graphics/logo.gif) no-repeat; */
	margin: 0;	
	float: left;
	padding: 0 0 5px 0;
	}
	
#news {
	display: block;
	clear: both;
	position: relative;
	width: 450px;
	float: right;
	font-size: 1.5em;
	border: none;
	padding: 20px 0;
	text-align: center;
}

#images {
	float: right;
	padding-right: 2px;
	}
	
#top_nav {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none inside;
	width:  100%;
	}
	
#top_nav li {
	width: 123px;
	float: left;
	text-align: center;
	border-right: solid #666 1px;
	border-left: solid #000 1px;
	border-top: solid #666 1px;
	border-bottom: solid #000 1px;
	background-color: #363C56;
	font-size: 1.1em;
}

/* #top_nav li:first-child {border-left: solid #000 1px; } /* use to elimate left border from first li */
#top_nav li a {display: block;	width: 123px; padding: 8px 0;	 }
#top_nav li a:hover {background-color: #000;}

a.nav1:link {color: #E1E1E1; text-decoration: none; }
a.nav1:visited {color: #E1E1E1; text-decoration: none;} 
a.nav1:active {color: #E1E1E1; }
a.nav1:hover {color: #F7EC22; }

#donate li {
	padding: 10px;
	font-weight: bold;
	}

.chevrons {
	color:#FF9900;
	font-weight: bold;
	}
	
#main {
	float: left;
	width: 555px;
	padding: 15px;
	font-size: 0.85em;
	line-height: 1.5em;
	/* background-repeat: repeat-y;
	background-image: url(graphics/bg_lines_left.gif); */
	/*border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #555; */
	}
	
#main h1 {
	font-family: Verdana, Courier, monospace;
	font-size: 1.6em;
	color:#FFB546;
	}
	
#right_content {
	width: 285px;
	margin: 0;
	float: right;
	text-align: center;
	padding-top: 15px;
	/*background-repeat: repeat-y;
	background-image: url(graphics/bg_lines_right.gif);
	border-top: solid 5px #000; */
	}

#menu {
	position:absolute;
	top:4px;
	right:10px;
	width:172px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
	}

#spec_feature {
	width: 200px;
	background-color: #00CC33;
	float: right;
	padding-right: 15px;
	}
	

#footer	{
	font-size: .90em;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 15px 3px 5% 3px;
	margin: 0 10px;
	width: auto;
	clear: both;
	}



/* BOX */
.box {
	display: block;
	width: 250px;
	height: 102px;
	background: url(graphics/box.gif) no-repeat left top;
	padding: 7px 0 0 0;
}

.box h1 {
	font-size: 16px;
	font-weight: bold;
	}
	
.box#register h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	}

.box h2 {
	font-size: 14px;
	font-weight: bold;
	}
	
.clear {font-size: 1px; height: 15px} 

/* Link box */

#link_box {
	float: right;
	display: block;
	width: 155px;
	padding: 10px 5px;
	margin: 0 3px;
	background-color:#FFFFCC; 
	border: 1px solid #000000;
	text-decoration: none;
	color:#006699
	}

#pull_box {
	display: block;
	width: 255px;
	padding: 10px 5px;
	margin: 0 3px;
	background-color:#E5E5E5; 
	border: 1px solid #000000;
	text-decoration: none;
	color:#000000;
	text-align: left;
}

.announce {
	display: inline-block;
	width: 500px;
	padding: 10px;
	margin: 3px;
	background-color:#333;
	border: 1px solid #F93;
	text-decoration: none;
	color:#F93;
	text-align: left;
	font-weight: bold;
	clear: none;
	font-size: 1em;
}
/* FORMS */

form { position:relative;
	background-color:#E9E9E9;
	width: 455px;
	padding: 10px;
	left: 25px;
	 }

form input yes { position:absolute; left:2em; }
form input no { position:absolute; left:15em; }
form input sm { position:absolute; left:2em; }
form input md { position:absolute; left:22em; }
form input lg { position:absolute; left:42em; }
form input xl { position:absolute; left:62em; }
