* {
	margin: 0pt;
	padding: 0pt;
}

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(/design/custom/Bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

a, a:link, a:visited, a:active {
	color: #a60000;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/*Header*/

#Wrapper {
	width: 772px;
	height: 100%;
	margin: 0 auto;
}
#Header {
	width: 772px;
	height: 111px;
	margin: 0 auto;
	background: url(/design/custom/Header.png) no-repeat top left;
}
/*Menu*/

#MenuWrapper {
	width: 772px;	
	margin: 0 auto;
	height:26px;
}
	#MenuWrapper ul {
		float:right;
	}	
	#MenuWrapper li {
		float:left;
		list-style-type: none;
		margin:0 0 0 1px;	
	}
		#MenuWrapper li a {
			float:left;
			text-decoration: none;	
			font-size: 10px;
			color:#fff;	
			line-height:25px;
			background:#d81a1a;	
			border-bottom:1px solid #fff;
			padding:0 10px 0 10px;
			font-family: Verdana, "MS Trebuchet", sans-serif;
		}
		#MenuWrapper li a:hover {
			background:#a60000;
			border-bottom:1px solid #a60000;	
		}
		#MenuWrapper li a.active {
			background:#a60000;
			border-bottom:1px solid #a60000;	
		}
#HeaderImg {
	width: 772px;	
	height:198px;
	margin: 0 auto;
	background: url(/design/custom/Img.png) no-repeat top left;
}

#ContentWrapper {
	width: 772px;	
	margin: 0 auto;
}

#RightColumn {
	float: right;
	width: 530px;
	min-height: 300px;
	height: auto !important;
	height: 300px;	
	font-size: 11px;
	color: #333;		
	margin:0 0 30px 0;
}

#RightColumn  h1, #LeftColumn h1, #Search h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #a60000;
	border-bottom: 1px dotted #a60000;
	padding:0 0 6px 15px;
	margin:0 0 20px 0;		
	font-weight: normal;
}

#RightColumn ul {
	margin: 0 0 0 20px;
}

#RightColumn p {
	margin: 6px 0 6px 0;
}


#LeftColumn {
	float: left;
	width: 220px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	font-size: 11px;
	color: #333;	
	margin:0 0 30px 0;	
}

#submenu {
	width: 220px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;	
}

#submenu ul {
	list-style: none;
	margin:0 0 0 20px;
}

#submenu li {
	line-height: 20px;
	font-size: 13px;
}

#submenu li a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#submenu li a:hover {
	color: #a60000;
	text-decoration: underline;
}

#submenu li a.current {
	color: #a60000;
	text-decoration: underline;
}

#Search {
	width:220px;	
	float: left;
	padding:20px 0 0 0;
	border-top:1px dotted #a60000;
}
	#Search form {
		background: url(/design/custom/SearchFormBg.png) no-repeat top left;
		width:220px;
		height:70px;
	}
	#Search input {
		background:#FFFFFF url(/design/required/input/inputBg.gif) no-repeat left top;	
		border:1px solid #6f0000;
		font-size: 10px;		
		color:#666;	
		padding:2px 0px 0 3px;	
		height:21px;
		margin:30px 0 0 10px;
		width:140px;
	}
	#Search .SearchBtn {
		background: url(/design/custom/SearchBtn.png) no-repeat bottom left;
		width:48px;
		height:26px;
		margin:0;
		border: none;
	}

/*Footer*/

#Footer {
	width: 772px;	
	clear: both;
	border-top:1px dotted #a60000;
	margin: 0 auto;
	height:20px;
	font-size: 10px;
	color:#999;
	padding:10px 0 0 0;
}
#Footer a{
	text-decoration: none;
	color:#999;
	font-size: 10px;
}

#FooterLeft {
	width:572px;
	float:left;	
}
#FooterRight {
	width:200px;	
	float:right;
	text-align: right;
}
#FooterRight a{
	text-decoration: underline;
	color:#a60000;
	font-size: 10px;
}