/* 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 {
	background:#f5f5f5;
	padding:15px 0;
}

#pageContainer {
	width:900px;
	margin:0 auto;
	text-align:left;
	padding:0 10px;
	
	background:url(../images/site/page_bg.jpg) repeat-y top;		
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}

#header {
	background:url(../images/site/header_bg.jpg) top;
	width:900px; 
	margin:0 auto;
	padding:8px 10px 5px 10px;
	text-align:center;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	border-bottom:solid 1px #999;
	background:url(../images/site/content_bg.jpg) no-repeat;
}

#leftCol {
	width:164px;
	text-align:left;
	background:#f6f5f9 url(../images/site/sideCol_bg.jpg) bottom repeat-x;
	border-right:solid 1px #999;
	border-top:solid 1px #999;
}
#leftCol a {
	position:relative;
	display:block;
	padding:7px 15px;
	border-bottom:solid 1px #333;

	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#362874;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
}

#leftCol a:hover {
	color:#434343;
	background:#d6d3e5;
	text-decoration:none;
}




#mainPhoto{
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	border-top:solid 1px #999;
}

#whatsNew {
	padding:0 10px;
	border-bottom:solid 1px #999;
	border-top:solid 1px #999;
	background:url(../images/site/whats_new_bg.png);
}
* html #whatsNew { /* a hack for IE */
	background:#fff;
}


#mainCol {
	border-right:solid 1px #999;
	padding:0 10px;
}

#rightCol{
	padding:0 10px;

}

/*------------------- FOOTER -------------------*/
#footer {
	width:900px;
	margin:0 auto;
	padding:10px 10px;
	font-size:8pt;
	color:#434343;
	background:url(../images/site/footer_bg.jpg) bottom no-repeat;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#434343;
	text-decoration:none;
}

#footer a:hover {
	color:#2e274d;
	text-decoration:underline;
}
