/***********************************
 CSS Document 					   *
***********************************/
* {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px 0px 0px 0px;
    background: url(../img/bg.gif) repeat-x #ffffff;
	font-family: Tahoma;
	font-size: 11px;
}
th {
	font-weight: bold;
	text-align: center;
}
.txtform {
	background: url(../img/txtform.gif) no-repeat #ffffff;
	border: 1px solid #8fa8bd;
	height: 19px;
	padding: 3px 0px 0px 3px;
}
.txtformSelect {
	background: url(../img/txtform.gif) no-repeat #ffffff;
	border: 1px solid #8fa8bd;
	padding: 0px 0px 0px 0px;
}
.button {
	background: url(../img/txtform.gif) no-repeat #ffffff;
	border: 1px solid #8fa8bd;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
}
.noclass {
	background: none;
	border: 0px;
}
a, a:hover {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.bigger, a.bigger:hover {
	color: #036d8c;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.bigger:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrap {
	width: 998px;
	margin: 0px auto 0px auto;
}
	#header {
		background: url(../img/header.jpg) no-repeat;
		height: 260px;
		width: 998px;
	}
		#header img {
			margin-left: 18px;
		}
	#pageWrap {
		padding: 10px 10px 0px 10px;
	}
	#mainMenu {
		padding: 0px 0px;
		margin: 0px 8px 0px 0px;
		width: 202px;
		float: left;
	}
		.leftBoxTop {
			background: url(../img/leftBoxTop.gif) no-repeat;
			width: 202px;
			height: 8px;
		}
		.leftBoxContent {
			background: url(../img/leftBoxBg.gif) repeat-y;
			width: 178px;
			padding: 0px 12px;
		}
		.leftBoxBottom {
			background: url(../img/leftBoxBottom.gif) no-repeat;
			width: 202px;
			height: 8px;
		}
	.middleCol {
		width: 538px;
		float: left;
		padding: 0px 0px;
	}
	.wideCol {
		width: 768px;
		float: left;
		padding: 0px 0px;
	}
	.rightCol {
		width: 220px;
		float: left;
		margin-left: 10px;
	}
		.rightBoxTop {
			background: url(../img/rightBoxTop.gif) no-repeat;
			width: 220px;
			height: 5px;
		}
		.rightBoxContent {
			background: url(../img/rightBoxBg.gif) repeat-y;
			width: 200px;
			padding: 0px 10px;
		}
		.rightBoxBottom {
			background: url(../img/rightBoxBottom.gif) no-repeat;
			width: 220px;
			height: 5px;
		}
	.separator {
		border-bottom: 1px solid #e6e6e6;
		padding: 10px 0px 0px 0px;
		margin-bottom: 10px;
	}
	#footer {
		height: 50px;
		color: #ffcea6;
		font-size: 11px;
	}
		#footer .fLeft {
			background: url(../img/footer_left.gif) no-repeat;
			width: 5px;
			height: 60px;
			float: left;
			display: block;
		}
		#footer .fContent {
			background: url(../img/footer_bg.gif) repeat-x;
			float: left;
			width: 968px;
			height: 60px;
			display: block;
			text-align: center;
			padding-top: 16px;
			color: #868686;
		}
			#footer .fContent a, #footer .fContent a:hover {
				color: #464646;
				font-size: 11px;
				text-decoration: none;
			}
			#footer .fContent a:hover {
				color: #3771a0;
			}
		#footer .fRight {
			background: url(../img/footer_right.gif) no-repeat;
			width: 5px;
			height: 60px;
			float: right;
			display: block;
		}
.error_msg {
	background-color: #efefef;
	border: 1px solid #cccccc;
	width: 300px;
	padding: 10px;
	margin: 20px auto;
	font-weight: bold;
	color: #aa0000;
}	
	
.success_msg {
	background-color: #efefef;
	border: 1px solid #cccccc;
	width: 300px;
	padding: 10px;
	margin: 20px auto;
	font-weight: bold;
	color: #009933;
}	



	
/************************************
 Clearfix 							*
************************************/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
display:block;
}