@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	}
	
p {
	margin: 0px;
	padding: 0px;
	}
	
img {
	border: none;
	}
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	color:#006600;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	}
	
/*Links */

a {
	text-decoration:underline;	
	color:#669900;		
	}
	
a:hover {
	text-decoration:underline;	
	color: #CCCCCC;
	}
	
/*Navigation */

#mainNav {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
#mainNav ul{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 48px;
	height: 26px;
	}
	
#mainNav ul li{
	float: left;
	padding: 0px 0px 0px 1px;
	margin: 0px;
	width: 100px;
	background-image:url(../images/dotted_divider.gif);
	background-repeat: no-repeat;
	background-position:left;
	}
	
#mainNav ul li a{
	background-image: none;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100px;
	}
	
#mainNav ul li a:hover{
	background-image:url(../images/nav_hover_bg.jpg);
	background-repeat:repeat-x;
	background-position: left;
	display: block;
	width: 100px;
	}

#mainNav ul li a img{
	border: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	text-align: left;
	}
	
/* Main Content */

#topNav {
	padding-top: 10px;
	text-align: right;
	}
	
#topNav a {
	color:#666666;
	text-decoration: none;
	}
	
#topNav a:hover {
	color:#999999;
	text-decoration: underline;
	}

#mainContent {
	background-image:url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 7px;
	}
	
#homeContentArea {
	margin: 10px 0px;
	background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	}
	
#internalContentArea {
	margin: 10px 0px;
	background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	padding: 20px 10px;
	}
	
/* Footer */
#footer {
	margin: 15px;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color:#999999;
	text-align: center;
	}
	