/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #333333;
}

#wrap {
	width: 996px;
	margin: 0px auto;
}

#header {
	background-color: #830c2c;
	width: 100%;
	height: 96px;
	border-bottom: 6px solid #400440;
}

.header_text {
	width: 100%;
	height: 96px;
	line-height: 96px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#news_scroller a {
	color: #481049;
	font-size: 13px;
	font-weight: bold;
}

.menu {
	width: 210px;
}

.content {
	width: 310px;
	padding: 34px 10px 0px 0px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 49px;
}

.content_wide {
	width: 786px;
}

.slides {
	width: 456px;
	padding-left: 10px;
}

#footer {
	width: 100%;
	height: 38px;
	border-top: 2px solid #830c2c;
	padding-top: 5px;
	font-size: 9px;
	text-align: center;
	color: #850c2d;
}

a, a:hover {
	color: #850c2d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

form {
	margin: 0px;
	padding: 0px;
}

.upper {
	font-size: 12px;
	font-weight: bold;
	color: #9c465a;
}

.txtform{	
	border: #851a34 solid 1px;
}

.txtField {
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

.button{
	border:#808080 solid 1px;
}

.error_msg {
	font-weight: bold;
	font-size: 13px;
	color: #ff0000;
}

/***** Clear fix *****/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}