@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#mainWrap {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#menuWrap {
	height:26px;
}
#seperator {
	background:url(images/content-bg.jpg) repeat-x;
	height:3px;
	padding-top:20px;
	_height:20px;
	_padding-top:0px;
	_background-position:0px -3px;
}
#contentWrap {
	background:url(images/content-bg-solid.jpg) repeat;
	border-bottom:#CCCCCC solid 2px;
	border-left:#CCCCCC solid 2px;
	border-right:#CCCCCC solid 2px;
	padding:0px 0px 5px 5px;
	_padding:0px;
	_width:800px;
}
#bordr {
	height:3px;
	border-left:#CCCCCC solid 2px;
	border-right:#CCCCCC solid 2px;
	_border-left:none;
	_border-right:none;
}
.clearer {
	clear:both;
}
#mainContent {
	width:540px;
	float:left;
}
.contentBoxWrap {
	width:529px;
}
.boxHeading {
	margin-top:10px;
	background:url(images/content-heading-bg.jpg) no-repeat;
	height:35px;
}
.contentBoxTop {
	background:url(images/content-box-top.jpg) no-repeat;
	height:3px;
}
.contentBoxMain {
	background:url(images/content-box-main.jpg) repeat-y;
	_margin-top:-12px;
	padding:10px;
	min-height:30px;
	height:auto !important;
	height:30px;
}
.contentBoxBottom {
	background:url(images/content-box-bottom.jpg) no-repeat;
	height:8px;
}
#subContentWrap {
	width:245px;
	height:1% !important;
	float:right;
	margin-top:0px;
	border-bottom:#CCCCCC solid 2px;
	border-left:#CCCCCC solid 2px;
}
.subHeading {
	background:url(images/heading-bg.jpg) repeat-x;
	height:45px;
}
.subContent {
	background: #FFF;
	*margin-top:-20px;
	padding-bottom:20px;

}
.contactBox {
	background:url(images/gradient.jpg) no-repeat center;
	height:120px;
	margin-top:-4px;
}
#footer {
 padding-top:5px;
 text-align:center;
}
.menuItem {
	margin-left:15px;

}
.menuItem a{
	color:#FFFFFF;
}
.menuItem a:hover{
	color:#EAEAF6;
}