@charset "utf-8";
/* CSS Document */

html {
margin:0;
padding:0;
border:0;
}

body {
	background:url(images/bodyBG.jpg) repeat-y;
	background-color:#D8DA9A;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	width:100%;
	background-attachment:fixed;
	background-position:center; 
	margin: 0;
	padding: 0;
}

#holder{

	margin:0 auto;
	width:800px;
	padding:0;
	min-height:900px;
}

#headerHolder{
	background-color:#FFFFCA;
	width:800px;
	margin: 0 auto;
	height:163px;
	padding:0;
	padding: 0 !important;
	border:0px;
}

#header{
	height:163px;
	width: 800px;
	background:url(images/logo.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
}


/*NAV*/

.chromestyle{
width: 800px;
font-weight: bold;
font-size:11px;
margin: 0 auto;
padding:0px;
height:25px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 

visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
background:url(images/navBG.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 7px 0 7px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding:7px 20px 7px 20px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/navBGover.png) center center repeat-x; /*THEME CHANGE HERE*/
}


#contentHolder{
	width: 800px;
	margin:20px 0 25px 0;
	min-height: 500px;
	padding:0;
	border:none;
}

#leftCol{
	width: 200px;
	float: left;
	padding:10px 0 0 0;

}

#leftCol p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height: 20px;
	margin: 15px 5px 0 10px;
}

#leftCol p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height: 20px;
	text-decoration:none;
}

#leftCol p a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height: 20px;
	text-decoration:underline;
}


#leftCol ul {
	list-style:none;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color: white;
	display: block;
	margin: 0;
	
}

#leftCol ul li{
	list-style:none;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color: white;
	display: block;
	line-height: 20px;
}

#leftCol ul li a{
	list-style:none;
	font-family:Tahoma, Arial, Verdana;
	font-size:13px;
	color: white;
	display: block;
	text-decoration:none;
}

#leftCol ul li a:hover{
	list-style:none;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color: white;
	display: block;
	text-decoration:underline;
}





#rightCol{
	width: 560px;
	min-height: 500px;
	float: right;
	padding: 0;
	margin: 0 20px 0 0;
	}

#rightCol p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 20px;
	}
	
#rightCol a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	line-height: 20px;
	text-decoration:none;
	}
	
#rightCol a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	line-height: 20px;
	text-decoration:underline;
	}
	
#rightCol h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#660000;
	}
	
#rightCol h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	margin:35px 0 0 0;
	}
	
#rightCol ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	
	}

#rightCol ul li{
list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin: 0 10px 5px 0;
	}
	
#rightCol ul li a{
list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin: 0 10px 5px 0;
	text-decoration:none;
	}
	
#rightCol ul li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	margin: 0 10px 5px 0;
	text-decoration:none;
	}
	
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	width: 598px;
	margin: 50px auto;
	clear:both;
	float:right;
	}
	
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	margin: 0 auto;
	}
	
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	}

#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:underline;
	}	

	
#divider {
	background:url(images/hLine.jpg) no-repeat;
	height: 3px;
	width: 560px;
	margin:0;
}

#featuredItems {
	margin: 20px 0 0 0;
	width:560px;
	height:170px;
	border: none;
	border-color:none;
}

#featuredItems a{
	width:560px;
	height:170px;
	border: none;
	border-color:none;
}

#featuredItems a:hover{
	width:560px;
	height:170px;	
	border: none;
	border-color:none;
}

#signupBox{
	background:url(images/signupBox.png) no-repeat;
	width:180px;
	height: 190px;
	margin: 20px 0 0 5px;
	padding: 20px 0 0 0;
}

#tableHolder{
	margin: 20px 0 0 15px;
}

#rightCol table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height: 10px;
	
}

#rightCol td{
    border-width: 0;
    border-style: none;
}

#leftCol table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height: 10px;
	
}

#leftCol td{
    border-width: 0;
    border-style: none;
}

