@charset "UTF-8";
/* CSS Document */

body{
	font: 0.8em "Lucida Grande", Verdana, sans-serif;
	color:black;
	background-color:#b8b8b8;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	line-height:1.5em;
}

a{
	color:#b88228;
}

h2{
	font-size:1.6em;
}

h3{
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:0.1em;
}

h4{
	font-size:1.1em;
	font-weight:normal;
HHHHH˙˙Ó	letter-spacing:0.1em;
}

.first{
	font: 1.5em Baskerville;
}

p.first{
	font: 2.0em Baskerville;
}

#header{
	background-image:url(../img/header.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:263px;
}

#footer{
	height:282px;
	margin:0 auto;
	background-image:url(../img/footer_bg.gif);
	
}

.container_12{
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#fff;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-x;
}

div.index{
	background-image:url(../img/index_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:475px;
}

.navigation{
	list-style:none;
	text-transform:uppercase;
	line-height:2.5em;
	font-size:1.0em;
	letter-spacing:0.1em;
	margin-left:30px;
}

.navigation li.current{
	list-style:disc;
	color: #b88228;
	margin-left:45px;
}


.navigation li:HOVER{
	list-style:disc;
/*
	color: #e9b255;
	margin-left:45px;
*/
}

.navigation a{
	text-decoration:none;
	color:#000;
}

.yellow{
	color:#b88228;
}

.purple{
	color:#9b9bd0;
}

#address_info{
	margin:40px 0 0 65px;
}

#copyright_info{
	text-align:right;
	margin:40px 65px 0 0;
}

.test_content{
	font-style:italic;
}

.test_name{
	text-align:right;
	margin-top:10px;
	font-weight:bold;
}

.test_position{
	text-align:right;
	margin-bottom:30px;
}

label {
	float: left;
	text-align: center;
	margin-right: 0;
	width: 80px;
	background-color:#e7e7ed;
	padding: 3px;
	font-size:0.9em;
	text-transform:uppercase;
}

input, textarea {
	padding: 5px;
	width: 275px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	font: 0.8em "Lucida Grande", Verdana, sans-serif;
	color:black;

}

label.captcha{
	width:220px;
	margin-left:85px;
}

label.feedback{
	background-color:transparent;
	width:220px;
	margin-left:85px;
	color:#c00;
}

input.captcha{
	width:50px;
}

.underline{
	text-decoration:underline;
}

input.submit{
	width: 80px;
	height:29px;
	background-image:url(../img/button.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:0;
	margin-left:295px;
		text-transform:uppercase;

}

.bumper{
	height:100px;
}

.lowercase{
	text-transform:lowercase;
}

