body {
	background: #212121 url(../img/bg.gif) repeat-x scroll center top;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
}
#header {
	background: url(../img/header.jpg) no-repeat;
	width: 996px;
	height: 111px;
	margin: 0px auto;
	padding: 6px 0px 0px 0px;
}
	.leftHeader {
		float: left;
		width: 268px;
	}
	.rightHeader {
		float: left;
		width: 728px;
	}
#wrap {
	width: 914px;
	margin: 0px auto;
}
	#menuBar {
		background: url(../img/menu.gif) repeat-x 0px 0px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.leftCol {
		background-color: #101010;
		width: 200px;
		float: left;
		padding: 10px;
	}
		.calendar th {
			background-color: #555555;
			width: 25px;
			height: 20px;
			color: #ffffff;
		}
		.calendar td {
			width: 25px;
			height: 20px;
		}
		.monthTable th {
			background-color: #aaaaaa;
			width: 70px;
			height: 30px;
		}
		.monthTable td {
			width: 70px;
			height: 70px;
			padding: 5px;
		}
	.middleCol {
		width: 454px;
		float: left;
		margin: 0px 10px;
	}
	.wideCol {
		width: 684px;
		float: left;
		margin: 0px 10px 0px 0px;
	}
	.rightCol {
		background-color: #101010;
		width: 220px;
		float: left;
		padding: 0px;
	}
	#footer {
		background: url(../img/footer.gif) no-repeat #101010;
		height: 46px;
		text-align: right;
		padding: 10px;
		margin-top: 10px;
		color: #535353;
	}
		#footer a, #footer a:hover {
			color: #626262;
			font-weight: normal;
			text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
	
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	color: #ff0000;
	font-weight: normal;
	text-align: center;
	padding: 10px 0px;
}
form{
	margin: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	color: #FFFFFF;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	color: #FFFFFF;
}
a, a:hover {
	font-weight:bold;
	color: #EA1912;
	text-decoration: none;
}
a:hover {
	color: #EA1912;
	text-decoration: underline;
}
.txtform {
	border: 1px solid #aaaaaa;
	background-color: #efefef;
}
.txtform2 {
	border: 1px solid #aaaaaa;
	background-color: #efefef;
	font-size: 9px;
	width: 195px;
}
.button {
	border: 1px solid #aaaaaa;
	background-color: #dbdbdb;
}
/* Float Fix */	
.clearfix:after{
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  