/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	padding:15px;
}

#pageContainer {
	width:960px;
	margin:0 auto;
	text-align:left;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	background:#c00;
}

/*------------------- NAVBAR -------------------*/
#navBar {
	position:relative;
	z-index:2;			/* necessary for IE6 if you want dropdowns  */
	height:32px;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}

#mainCol {
	width:621px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
}

#sideCol {
	width:164px;
	position:relative;
	float:left;
	text-align:left;
	padding:0;
}

/*------------------- FOOTER -------------------*/
#footer {
	width:960px;
	margin:0 auto;
	padding:15px 0 0 0;
	font-size:8pt;
	color:#333;
}

#footer a:link, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

