/* CSS Document */

/* Global */
body {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0px;
	background: #422818;
}

#container {
	margin: 0px auto;
	width: 745px;
	text-align: left;
}

#main_body {
	margin: 0px;
	padding: 0px;
	width: 745px;
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url('images/main_bg.gif');
}

#bar {
	width: 745px;
	height: 20px !important; height: 22px;
	margin: 0px !important; margin-bottom: -2px;
}

#content {
	width: 745px;
	text-align: left;
}

#right_content {
	width: 500px;
	min-height: 320px;
	padding: 20px;
	margin-left: 194px;
}

* html #right_content {
    height: 320px;}
    
#left_content {
	width: 190px;
	float: left;
}

#footer {
	width: 745px;
	height: 63px;
	margin: 0px !important; margin-bottom: -2px;
}
	
/* Positioning */

.header {
	margin: 0px !important; margin-bottom: -2px;
}

.header_under {
	margin: 0px !important; margin-bottom: -2px;
}

.email {
	text-decoration: none;
	border: 0px;
}
	
/* Typography */
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: black;
}
.formtext {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: black;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #920000;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #582400;
	font-weight: bold;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #582400;
	font-weight: bold;
}
#f1 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #920000;
}

#f2 {
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #582400;
	font-weight: bold;
}

#f3 {
	color: #920000;
	font-weight: bold;
}

.list1{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #582400;
	font-weight: bold;
	text-decoration: none;
}

.list2{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #920000;
	font-weight: bold;
	text-decoration: none;
}

.list3{
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

/* List */
#left_content ul {

	
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	list-style-type: none;
}

#left_content ul li {
	background: transparent url(images/bullet_main.gif) no-repeat;
	background-position: 0px 0px;
	margin: 10px 0 0 -8px;
	padding: 1px 0 0 20px;
}

#left_content ul li a:hover{
	text-decoration: underline;
}

#left_content ul li ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	
}

#left_content ul li ul li {
	background: transparent url(images/bullet.gif) no-repeat;
	background-position: 0px 5px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

#left_content ul li ul li a:hover {
 	text-decoration: underline;
}
 .input-box
{
border-top: #585858 solid 1px;
border-right: #A4A4A4 solid 1px;
border-left: #A4A4A4 solid 1px;
border-bottom: #D6D6D6 solid 1px;
padding-left: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #3F3F3F;
}
input.red {
background-color: #920000; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding:1px;
}



