* {
    padding: 0;
    margin: 0;
} 

body {
background: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	color: #333333;

}

img { border: none; }
a { color: #3E92EA;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 0px auto 0 auto;
width: 800px;
text-align: center;
}

#header {
	padding-bottom: 2px;
	background: White;
	width: 770px;
	border-top: 2px solid #FF4500;
	border-left: 2px solid #FF4500;
	border-right: 2px solid #FF4500;
	text-align: left;
	height: 74px;
	background: url(images/logobar_bg.gif) no-repeat;
}
#header .logo{
	margin-left: 10px;
	margin-top: 5px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
	color: #FF4500;
	text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 25px;
line-height: 25px;
/*background: #222 url(images/menu.jpg) no-repeat;*/
background: #FF4500;
width: 776px;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: bold;
}
#menu ul li a:hover {
color: #fff;
display: block;
background: #FF4500;
text-decoration: underline;
}

#content {
background: #555 url(images/content.jpg) repeat-y;
padding: 10px 20px;
}
#content h2{
	text-decoration: underline;
}
.left {
width: 560px;
float: left;
text-align: justify;
}
.left h2 {
font-size: 13pt;
font-family: Trebuchet MS;
font-weight: 100;
padding : 10px 0 15px 0;
letter-spacing: 1px;
color: #CC0000;

}

.right {
width: 145px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
text-align: left;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
	height: 30px;
	font-size: 8pt;
	color: #006400;
	line-height: 30px;
	font-weight: bold;

	text-decoration: underline;

}
.right a { 
text-decoration: none;
background: url(images/double_arrow.png) no-repeat left 0px;
padding-left: 16px;
margin-left: -5px;
line-height: 100%;
display: block;
height: 22px;
color: #FF4500;


}
.right a:hover{
	color: #FF4500;
	text-decoration: underline;
}

#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}
#footer a{
	color: White;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#form_table td{
	padding-left: 50px;
	font-size: 8pt;

}
form{
margin: 0px;
}
input,.select{
width: 150px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;
height: 18px;
/*background: url(images/input_bg.png);
border: #FFD700 1px solid;*/
line-height: 18px;
margin-left: -40px;
}
textarea{
width: 150px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 18px;
height: 60px;
margin-left: -40px;
}

form .submit_btn{
	width: 58px;
	height: 25px;

}
#form_table h2{
font-family: Trebuchet MS;
font-size: 10pt;
font-weight: bold;
}
#nav_right{
float: right;
}