@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 10px;
}

.atable {
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}
.atable tr th {
	background-color: #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	color: #fff;
}

.atable tr td {
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.btable {

}

.btable tr th {
	background-color: #979797;
	color: #fff;
	border-bottom: 1px solid #000;
}

.btable tr td {
	border-bottom: 1px solid #000;
}

.required {
	color: #ff0000;
}

.container {
	/*width: 900px;*/
}

#header {
	padding-bottom: 15px;
}

#logo {
	float: left;
	padding-left: 50px;
}

#topnav {
	float: left;
	padding-top: 25px;
	padding-left: 50px;
	font-size: 13px;
	text-transform: lowercase;
}

#topnav_img_left {
	float: left;
	padding-right: 10px;
}

#topnav_img_right {
	float: right;
	padding-left: 10px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
	display: inline;
}

#topnav ul li {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

#topnav a:link, #topnav a:visited {
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	display: block;
}

#topnav a:hover, #topnav a#active {
	color: #E0363C;
}

#content {
    position: relative;
}

.content {

}

.content p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	line-height: 16px;
}

.content h1 {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.content h2 {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.content a:link, .content a:visited, .sidebar a:link, .sidebar a:visited {
	color: #000;
}

.content a:hover, .sidebar a:hover {
	color: #E0363C;
}

#footer {
	color: #999999;
	padding-top: 8px;
	margin-top: 15px;
	border-top: 1px solid #999999;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #999999;
}

#footer a:hover {
	color: #000;
}

