* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #1A1C0F;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
}
a {
	background-color:transparent;
	color:#A91010;
}
ul {
	line-height:1.5em;
	list-style-image:url(bullet.gif);
	list-style-type:square;
}
li {
	margin-bottom:0.5em;
}
p {
	line-height:1.5em;
	/*margin:0 0 0.75em;*/
}
h1, h2, h3, h4, h5, h6 {
	color:#A91010;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	margin: 0 0 0.25em;
}
h2 { font-size:16px; }
pre {
	background-color:White;
	border:1px solid white;
	color:Black;
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:100%;
	overflow:auto;
	padding:1em;
	margin: 11px 0 11px 0;
}
pre {
	background-color:#847E00;
	background-position:right center;
}
#header {
	background: transparent url(head_bg.jpg);
	width: 750px;
	height: 199px;
	display: block;
}

#header #searchbar {
	margin: 0px;
	padding: 0px;
	background-color: white;
	display: block;
	border: solid black thin;
	width : 269px;
	height: 37px;
	position: relative;
	top: 160px;
	left: 438px;
}

#header #searchbar input {
	height: 30px;
	width: 169px;
	border: 0px white none;
	font-size: 26px;
	padding: 0px;
	margin-top: 1px;
	margin-left: 4px;
	color: #847e00;
}

#wrap {
	clear:both;
	background: white url(leftwing.jpg) repeat-y;
	border: 0px solid green;
	width: 750px;
	float: left;
}
#menu {
	padding:0px;
	background: white url(menubg.gif) repeat-y;
	width:139px;
	margin-left: 82px;
	border: 0px solid none;
	float: left;
}
#menu ul {
	passing:0px;
	list-style-type:none;
	list-style-image:none;
}
#menu li {
	list-style-type: none;
	vertical-align: middle;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
	width: 139px;
	height: 27px;
	border: 2px solid white;
	border-bottom: 0px none;
	background-color: #d75d00;
}
#menu li.staticpage {
	background-color: #847e00;
}
#menu li a {
	display: block;
	padding-top: 6px;
	width: 139px;
	height: 27px;
	
	font-family: Arial;
	font-size: 12px;
	color: #fffcec;
	text-decoration: none;
}
#sponsors {
	text-align: center;
}
#content {
	padding: 2px;
	margin: 0px;
	width: 523px;
	border: 1px none green;
	float: right;
}
#contentblock {
	padding: 20px;
}
#content p {
}
#content li {
	margin-left: 20px;
}
#contentheader {
	background-color: #D75D00;
	padding: 20px;
	color: white;
}
#contentheader h1 {
	margin-top: 10px;
	font-size:16px;
	color: white;
}
#content h2 {
	padding-top: 20px;
}
#contentheader a {
	color: white;
}

h4 {
	color: #A91010;
	font-weight:bold;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	text-decoration: none;
	font-size:13px;
	padding-bottom: 10px;
}

h5 {
	color: black;
	font-weight:bold;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	text-decoration: none;
	font-size:11px;
}

/*
#sidebar {
	border: 1px solid none;
	padding: 10px;
	width: 200px;
	float: left;
}*/
#footer {
	clear: both;
	border: 0px solid green;
	background: transparent url(footer_bg.jpg);
	width: 750px;
	height: 68px;
}
