body {
margin: 0;
padding: 0;
text-align: left;
font: 70% "Trebuchet MS", tahoma, verdana, arial, sans-serif;
line-height: 1.8em;
color: #333;
background: #2e2e2e;
}
#container {
width : 930px;
margin : 0 auto;
text-align : left;
}
					/*main content*/
#content_left {
width: 68%;
float: left;
margin: 0;
padding: 0;
border : 5px solid #fff;
background : #eee;
color : #7e7e7e;
}
					/*rightcontent*/
#content_right {
width: 29%;
float: right;
margin: 0;
padding: 0;
border : 5px solid #fff;
background : #eee;
color : #7e7e7e;
}

					/*left banner*/
#head {
	clear: both;
	width: 100%;
	height: 188px;
	margin-bottom: 0;
	text-align: left;
	padding: 0;
	color: #333;
	background: #999999 url(images/head.jpg) top center no-repeat;
	vertical-align: text-bottom;
}

					/*right banner*/
#head2 {
clear: both;
width: 100%;
height: 188px;
margin-bottom: 0;
text-align: left;
padding: 0;
color: #333;
background:#999999;
}
					/*menu top right*/
ul.menu{
margin:0;
padding:0;
list-style-type:none;
display:block;
font:bold 13px Helvetica, Verdana, Arial, sans-serif;
line-height:165%;
width:269px;
}
ul.menu li{
margin:0;
padding:0;
border-bottom:1px solid #0000000;
}
ul.menu li a{
display:block;
	font-family: "Courier New", Courier, monospace;
	font-size: 115%;
	color: #ffffff;
text-decoration:none;
background:#999999;
padding:0 0 0 20px;
width:249px;
}
ul.menu li a:hover{
background:#000000 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}
ul.menu li a.current,ul.menu li a.current:hover{
background:#333333 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}
					/*footer*/
#footer {
padding : 5px;
margin-top : 50px;
border-top: 5px solid #000;
color: #333;
background : #F0F0F0;
}
					/*links*/
a {
font-weight: bold;
text-decoration : none;
color : #000;
background : inherit;
}

a:visited {
text-decoration : underline;
color : #000;
background : inherit;
}

a:hover {
color : #800000;
background : inherit;
}
					/*list*/
#list {
margin-left : 25px;
padding-left : 0;
}
#list li {
padding-bottom : 5px;
list-style-type : square;
}
					/*typography*/
p {
margin: 1em;
}

h1 {
font-family: "Courier New", Courier, monospace;
font-size: 130%;
color: #ffffff;
text-align: center;
}

h2 {
	margin: 10px;
	padding: 5px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 115%;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	color: #996600;
	background: transparent;
}

h3 {
	margin: 10px;
	padding: 5px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 100%;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	color: #996600;
	background: transparent;
}
blockquote p {
padding: 0px 15px 0px 15px;
font-size: 110%;    
}
blockquote {
margin-top: 20px;
padding:  1em;
background: #F4F4F4;
color:#C10003;
}
					/*images*/
.img_right {
float: right;
padding: 5px;
}
.img_left {
float: left;
padding: 15px;
}
					/*login */
label {color: #333;
margin-left: 5px;
}					
input {
margin: 15px 0 0 5px;
color: #000;
background : #F4F4F4;
}
#name {
width: 100px;
}
#password {
width: 100px;
}
#searchterm {
color: #000;
background : #F4F4F4;
}
#searchbutton {
color: #000;
background : #F4F4F4;
}