/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}
h1 {
	font-size: 1.4em;
	color: #e3041f;
	text-align: left;
	padding: 8px 2px 8px 2px;
	margin: 0;
}

h4 {
	font-size: 1em;
	color: black;
	text-align: left;
	padding: 2px 2px 8px 2px;
	margin: 0;
}


#wrapper {
	width: 755px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border-top: 2px ridge #000;
	border-left: 2px ridge #000;
	border-right: 2px ridge #000;
	border-bottom: 2px ridge #000;
}
#topstrip {
	height: 8px;
	background: #ffcc00;
}
#header {
	height: 100px;
	background: #ffcc00 url(greenhdr.jpg) no-repeat top right;
	color: #e3041f;
	font-size: 1em;
	padding-top: 10px;
	padding-left: 15px;
}
#header a {
	text-decoration: none;
	color: #2E3C1E;
}
#pagetitle {
	margin: 0;
	margin-top: 60px;
	margin-left: 0px;
	margin-right: 315px;
	padding: 0;
	color: #000000;
	border-bottom: 0px solid #ffcc00;
}
#subheader {
	background: #e3041f;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: right;
	padding: 6px;
	padding-right: 15px;
	padding-bottom: 8px;
}
.search_box {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.search_box form {
	margin: 0;
	padding: 0;
}
.search_string input {
	width: 100px;
	margin: 0;
}
.search_submit input {
	margin: 0;
}
#topnav {
	width: 410px;
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
	font: .9em Arial, Helvetica, sans-serif;
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topnav ul li a {
	text-decoration: none;
	color: #ffff00;
	margin: 0;
	padding: 1px;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px solid #000;
	letter-spacing: .05em;
}
#topnav ul li a:hover {
	background: #e3041f;
	color: #fff;
}
.clearer {
	clear: both;
}
form {
	margin: 0;
}
#main {
	border-bottom: 3px solid #000;
	background: #ffffff url(menustripe.gif) repeat-y top right;
	line-height: 1.34em;
}
#main2 {
	background: url(corner.gif) no-repeat top right;
}
#main3 {
	background: url(cornerbttm.gif) no-repeat bottom right;
}
#content a {
	color: #2E3C1E;
}
#content a:hover {
	color: #d23f2d;
}
#content {
	float: left;
	padding: 10px;
	width: 480px;
}
.menu {
	float: right;
	width: 175px;
	padding: 10px;
	padding-left: 17px;
	color: #white;
}
* html .menu {
	width: 202px;
	width: 175px;
}
.menu ul, .menu li {
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul ul {
	
}
.menu a:link, .menu a:visited { 
	font-size: 1em;
	color: #ffcc00;
}
.menu a:active, .menu a:hover {
	font-size: 1em;
	color: #ffffff;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	
}
.menu_main a:hover { }

.login_table {
	font-size: .9em;
	margin-right: 2px;
	margin-top: 10px;
	color: #fff;
	border: 1px solid #000;
	background-color: #cc0000;
	padding: 2px;}  
	
.login_table h1 {
	font-size: 1em;
	text-align: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-top: 0; }
	
.login_table input { }

.footer {
	height: 50px;
	background: #ffcc00 url(greenhdrb.jpg) no-repeat bottom right;
	border-top: 1x solid  #000; }
	
.powered_by {
	font-size: 0.76em;
	color: #000;
	background: #ffcc00;
	text-align: right;
	padding: 8px;
	padding-right: 18px;
}
.powered_by a {
	color: #000;
	text-decoration: none;
}
.powered_by a:hover {
	text-decoration: underline;
}

