/* Master page format */
body {
	background-color: #383838;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg.gif');
	background-repeat: repeat;	
}

a:link, a:active, a:visited {
	color: #ed1f23;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
}

a:hover {
	color: #ed1f23;
	text-decoration: underline;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: a30000;
	height: 1px;
}

.clear {
	clear: both;
	font-size: 0px;
}

.noborder {
	border: none;
}

.border, .border a:link, .border a:active, .border a:visited, .border a:hover {
	border: 1px solid #000;
}

.noborder {
	border: none;
}

/* Head & Menu */

.head {
	margin: 0px auto;
	align: center;
	width: 770px;
	height: 240px;	
	background: url('/images/bg_menu.jpg') bottom left no-repeat;
	border-bottom: 9px solid #1f1f1f;
}

.logo {
	float: left;
	width: 116px;
	height: 115px;
	margin-top: 8px;
	margin-left: 8px;
}

.menu {
	margin: 0px 20px 0px 20px;
	clear: both;
}

.menu_top {
	height: 10px;
}

.menu_top a:link, .menu_top a:active, .menu_top a:visited {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	color: #a5a5a5;
} 

.menu_top a:hover {
	color: #ffffff;
}

/* Section: Content */

.content_area_default {
	margin: 0px auto;
	align: center;
	width: 770px;
	min-height: 300px;
	background-color: #ffffff;	
	background-image: url('/images/bg_content.gif');
	background-repeat: repeat-y;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal;	
	padding-bottom: 75px;
}

.content_area {
	margin: 0px auto;
	align: center;
	width: 740px;
	min-height: 300px;
	background-color: #ffffff;
	padding: 15px;	
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal;
	padding-bottom: 75px;
}

.content_left {
	float: left;
	padding: 15px;
	width: 485px;
}

.content_right {
	float: right;
	padding: 15px;
	width: 210px;
}

.title {
	color: #ed1f23;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 12pt; 
	font-weight: bold; 	
	padding-bottom: 20px;
}

/* Form */

.form {
	margin-top: 0px;
	padding: 0px;
}

.form_title {
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	margin: 0px;
	text-align: left;
	width: 100px;
	font-weight: bold;
	color: #000;
}

.form_textbox {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

.form_input {
	float: left;
}

.form_style {
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 		
}

/* Foot */

.copyright {
	margin: 0px auto;
	align: center;
	width: 770px;
	height: 50px;
	background-color: #1f1f1f;
}

.copy-l {
	width: 250px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

.copy-r {
	width: 450px;
	height: 50px;
	float: right; 
	margin-top: 10px;
	margin-right: 15px;
	color: #a5a5a5;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 8pt; 
	font-weight: normal;
	text-align: right;	
}

/* News */

.news-title {
	padding-bottom: 20px;	
}

.news-title a:link, .news-title a:active, .news-title a:visited {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
}

.news-title a:hover {
	color: #ed1f23;
	text-decoration: underline;
}

.news-date {
	color: #7d7d7c;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 8pt; 
	font-weight: normal; 	
}
