body, div, span, table, tr, td, img {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
}

body {
	height: 100%;
	background-color: #666;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica;
}

h2 {
	font-size: 18px;
	padding: 3px 0;
	border-bottom: 3px solid #009;
}

h3 {
	padding: 3px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

.clearBoth {
	clear: both;
}

a {
	color: #D70;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#body {
	width: 992px;
	height: 100%;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#headerBar {
	float: right;
	width: 632px;
	margin: 0 20px 0 0;
	border-top: 5px solid #F90;
}

#headerLeft {
	float: left;
	width: 275px;
	height: 300px;
	margin: 15px 20px 0 20px;
}

#headerLeft img {
	width: 275px;
	height: 90px;
	border: 0 none;
}

#headerLeft ul {
	width: auto;
	margin-top: 20px;
	list-style: none;
}

#headerNav li {
	line-height: 18px;
	border-bottom: 1px solid #DDD;
}

#headerNav li a {
	color: #666;
	display: block;
	padding: 3px 2px;
	text-align: right;
	text-decoration: none;
}

#headerNav li a span {
	color: #F90;
	font-weight: bold;
}

#headerNav li a:hover {
	color: #FFF;
	background-color: #CCC;
}

#headerRight {
	float: right;
	width: 632px;
	height: 300px;
	margin: 15px 20px 0 0;
}

#headerRight img {
	width: 632px;
	height: 300px;
	border: 0 none;
}

#nav {
	margin: 10px;
	border: 2px solid #006;
}

#columnLeft {
	float: left;
	width: 320px;
	height: 340px;
	margin: 20px 0 0 10px;
}

#columnMiddle {
	float: left;
	width: 320px;
	height: 340px;
	margin: 20px 0 0 0;
	border-left: 1px solid #DDD;
}

#columnRight {
	float: left;
	width: 320px;
	height: 340px;
	margin: 20px 10px 0 0;
	border-left: 1px solid #DDD;
}

#columnSingle {
	float: left;
	width: 632px;
	margin: 20px 10px 0 0;
}

.columnContent {
	margin: 10px;
	background-color: #FFF;
}

.columnContent p {
	line-height: 20px;
}

.columnContent img {
	float: left;
	margin: 5px 10px 10px 0;
	border: 0 none;
}

#footer {
	padding: 0;
	height: 30px;
	margin-top: 20px;
	background-color: #EEE;
	vertical-align: middle;
	border-top: 1px solid #DDD;
}

#footer_text {
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

#index_service li {
	font-size: 12px;
	margin-bottom: 7px;
}

.std_list {

}

.std_list li {
	padding: 3px 0;
}

.form_table td {
	padding: 2px 3px;
}

.error_list {
	color: #900;
	list-style: disc;
	font-weight: bold;
	margin-bottom: 15px;
}