/* MAIN CSS FOR THE SITE */



/*

div {

	border:1px dotted #000099;

}/**/



body, html {

	margin:0;

	padding:0;

}



body {

	background:url(../images/site/body_bg.jpg) repeat-y center;

}



#pageContainer {

	width:778px;

	margin:0 auto;

	padding:0;

	text-align:left;

}



.clearer {

	clear:both;

	display:block;

	height:1px;

	margin-bottom:-1px;

	font-size:1px;

	line-height:1px;

}







#header {

	text-align:left;	

}



/*------------------- NAVBAR -------------------*/

#navBar {

	width:100%;

	position:relative;

	z-index:5;

	color:#fff;

	font-weight:bold;

	height:28px;

	background:url(../images/site/navBar_bg.jpg) repeat-x;

}



/*------------------- CONTENT AREAS -------------------*/

#content {

	padding-bottom:80px;

	background:url(../images/site/content_bg.jpg) no-repeat;

	min-height:536px;

}



*html #content { /* a hack for IE6 */

	height:536px;

}



#mainCol {

	width:525px;

	position:relative;

	float:left;

	display:block;

	text-align:left;

}



#sideCol {

	width:250px;

	position:relative;

	float:right;

	text-align:left;

}



/*------------------- FOOTER -------------------*/

#footer {

	clear:both;

	position:relative;

	z-index:2;

	width:758px;

	margin:0 auto;

	padding:10px;

	font-size:8pt;

	color:#2f5b86;

	background:url(../images/site/footer_bg.jpg) no-repeat;

	min-height:60px;

}



*html #footer {		/* a hack for IE6 */

	height:60px;

}



#footer a:link, #footer a:visited {

	color:#2f5b86;

	text-decoration:none;

}



#footer a:hover {

	color:#2f5b86;

	text-decoration:underline;

}