.input {
    border: 1px solid #1C7FD2;
    background: #FFFFCC;
}
.input:hover {
    border: 1px solid #1C7FD2;
    background: #D3D3D3;
}
.button {
    border: none;
    background: url('../images/submit_bg.png') no-repeat top left;
    width: 180px;
    height: 45px;
    font-size: 1.8em;
}
.button:hover {
    border: none;
    background: url('../images/submit_bghover.png') no-repeat top left;
    width: 180px;
    height: 45px;
    font-size: 1.8em;
}

body {
	background: #FFFFFF;
	background-position: 50% 40px;
	margin: 0;
	padding: 0;
	color: #000000;
}

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #D80300;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

h1 {
	font: normal 1.2em arial, verdana, helvetica, sans-serif;
	margin: 23px 18px;
	text-align: center;
}

h2 {
	color: #333;
	font: bold 12px arial, verdana, helvetica, sans-serif;
}

#nav {
        top: 0px;
	text-align: left;
	width: 100%;
	background: lightblue url('../images/nav.gif') repeat-x;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	height: 40px;
	overflow: hidden;
	cursor: default;
}

#nav li, #nav a {
	display: inline;
	color: #fff;
	text-decoration: none;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	height: 40px;
	line-height: 40px;
	padding: 13px 15px;
	margin: 0px;
}

#nav li a {
	background: url('../images/nav.gif') repeat-x;
	margin: 0px;
}

#nav li a:hover, #nav li#current a {
	background: url('../images/nav.gif') repeat-x;
	background-position: 0 -40px;
}

#nav li {
	padding: 14px 0;
	margin: 0px;
}

#title {
	width: 410px;
	height: 101px;
	background: transparent url('../images/title_background.jpg') no-repeat;
	line-height: 75px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	font: normal 2.5em/1.8em 'trebuchet ms', georgia, 'lucidia grande';
	color: #FFF;
	letter-spacing: 8px;
	cursor: default;
}

#left_banner {
	color: #000000;
	position: absolute;
	left: 50px;
	top: 150px;
	width: 120px;
	height: 600px;
}

#right_banner {
	color: #000000;
	position: absolute;
	right: 50px;
	top: 150px;
	width: 120px;
	height: 600px;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	border: solid 2px #C7C7C7;
	background-color: #FFFFFF;
	height: auto;
	color: #000000;
}

#main {
	height: 80px;
	background: #FFFFFF;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	overflow: hidden;
}

#main ul {
	width: 710px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#main ul li {
	float: left;
	text-align: center;
	margin-left: 25px;
	display: inline;
}

#main ul li a img {
	border: 3px solid #fff;
}

#main ul li a img:hover {
border: 3px solid #FEE5C6;
}

#main ul li h2 {
	font: bold 11px arial, verdana, helvetica;
	margin-top: 10px;
	color: #000;
}

.content {
	float: left;
	width: 800px;
        background: #FFFFFF;
        color: #000000;
	margin: 20px 10px 0 20px;
	font: normal 11px/18px arial, verdana, helvetica, sans-serif;
	text-align: justify;
	display: inline;
}

.content h1, .content ul {
	margin: 0;
	padding: 0;
}

.content h1 {
	color: #8A0700;
	font: normal 2em arial, verdana, helvetica, sans-serif;
	margin-bottom: 20px;
}

.content h2 {
	margin: 20px 0 4px 0;
}

.content ul.hover_list li {
	border: 1px solid #783C1C;
	border-width: 0 0 1px 0;
	color: #600000;
}

.content ul.hover_list li a {
	height: 40px;
	color: #600000;
	display: block;
	line-height: 40px;
	padding-left: 15px;
}

#bottom_wrapper {
	height: 10px;
	text-align: center;
	border-bottom: 10px solid #FFFFFF;
	clear: both;
}

#footer {
	height: 25px;
	color: #000000;
	font: normal 10px/25px arial, verdana, helvetica, sans-serif;
	text-align: center;
	margin: 25px 0px 0px 0px;
	clear: both;
}

#footer a {	
	color: #333333;
}