/* CSS Document */

body {
	background-color: #fff;
	color:#333;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	}
#utilityArea {
	background-color: #455a20;
	color:#333;
	background-image: url(../images/top_space_bg.gif);
	background-repeat: repeat-x;
	border-bottom:1px solid #777;
	height: 28px;
	}
#navArea {
	width: 234px;
	position: absolute;
	left: 0px;
	top: 28px;
	}

#addArea {
	width: 210px;
	position: absolute;
	left: 0px;
	top: 475px;
	border-left: 1px dotted #000000;
	text-align: left;
	font-family: arial;
	font-size: 14px;
	margin: 10px;
	margin-top: 0px;
	padding-left: 10px;
	}

#featureArea {
	width: 210px;
	position: absolute;
	left: 0px;
	top: 285px;
	border: 1px solid #000000;
	text-align: left;
	font-family: arial;
	font-size: 14px;
	margin: 10px;
	margin-top: 0px;
	padding-left: 0px;
	}

#featureArea a {
	border: 0px;
}

#navArea ul {
	width: 205px;
	list-style: none;
	padding: 0;
	margin:0;
	border-bottom: 1px dotted #ccc;
	font-family: "Arial Narrow", Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: .9em;
	position: absolute;
	left: 28px;
	top: 77px;
	}		
#navArea li {
	text-align: left;
	}
#navArea li a:link, #navArea li a:visited {
	display: block;
	padding: 4px 4px 4px 50px;
	height:20px;
	border-top: 1px dotted #ccc;
	border-bottom:none;
	background-color:transparent;
	color: #333;
	text-decoration: none;
	}
#navArea li a:hover {
	background-image:url(../images/arrow.gif);
	background-position:30px 6px;
	background-repeat:no-repeat;
	background-color:transparent;
	color: #000;
	}
#navArea li a.current, #navArea li a.current:hover, #navArea li a.current:visited {
	background-color:#fff;
	color:#fff;
	background-image: url(../images/nav_area_current.gif);
	background-repeat: repeat-y;
	background-position:0 0;
	font-weight:normal;
	cursor:default;
	}
#contentArea {
	width: 575px;
	position: absolute;
	left: 233px;
	top: 28px;
	}
#contentArea p, #contentArea li {
	font-family: Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: .75em;
	background-color:white;
	color:#333;
	line-height:150%;
	}
#contentArea p {
	margin-top: 15px;
	}
#contentArea a {
	background-color:white;
	color:#800;
	text-decoration:none;
	}
#contentArea a:hover {
	border-bottom:none;
	}
#content {
	margin:15px;
	clear:both;
	}
#contentIntro {
	margin:20px 15px 0 15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-image:url(../images/content_intro_bg.gif);
	background-repeat:repeat-y;
	}
#contentIntro div.introLeft {
	float:left;
	width:330px;
	}
#contentIntro div.introRight {
	float:right;
	padding-top:10px;
	margin:0;
	}
#contentIntro div.introRight ul {
	width:160px;
	list-style: none;
	margin:0;
	padding:0;
	}	
#contentIntro div.introRight li {
	text-align: left;
	}
#contentIntro div.introRight li a {
	display: block;
	height:20px;
	padding: 0 0 0 23px;
	margin:0;
	background-color:white;
	color:#333;
	text-decoration: none;
	border:none;
	}
#contentIntro div.introRight li a:hover {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:3px 3px;
	color:#000;
	background-color:white;
	border:none;
	}
#contentIntro div.introRight li a.current, #contentIntro div.introRight li a.current:hover {
	background-color: #fff;
	background-image:url(../images/intro_right_current.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	color:#fff;
	border-bottom:none;
	cursor:default;
	}
#copyright {
	margin:0;
	height:50px;
	background-color:white;
	color:#333;
	}
#copyright p {
	background-color:white;
	color:#999;
	font-size: .7em;
	font-family: Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	text-align:center;
	padding: 10px 15px 35px 15px;
	}
.picLeft {
	border: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	}
.picRight {
	border: none;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 8px;
	}
h1 {
	font-family: "Arial Narrow", Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	color:#455a21;
	background-color:white;
	text-shadow: #777 2px 2px 1px;
	font-weight:normal;
	margin:8px 0 3px 0;
	}
h2 {
	font-family: "Arial Narrow", Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	color:#333;
	letter-spacing:2px;
	border-bottom:1px dotted #ccc;
	background-color:white;
	text-shadow: #ccc 2px 2px 1px;
	font-weight:normal;
	margin:5px 0 3px 0;
	}
dd {
	font-family: Arial;
	font-size: 12px;
}
h3 {
	font-family: Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: .75em;
	background-color:white;
	color:#333;
	font-weight:bold;
	margin:5px 0 3px 0;
	}
a, a:visited {
	border-bottom:1px dotted #800;
	}
a.imgLink:link, a.imgLink:visited  {
	border:none;
	}