body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #571a04;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
a:link {
	color: #36b8ec;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #36b8ec;
}
a:hover {
	text-decoration: none;
	color: #36b8ec;
}
a:active {
	text-decoration: underline;
	color: #36b8ec;
}
h1 {
	font-size: 24px;
	color: #36b8ec;
}
h2 {
	font-size: 18px;
	color: #36b8ec;
}

#wrapper {
	width: 750px;
	margin: 0px auto 0px auto;
	}
	
#header {
	height: 128px;
	position:relative;
	}
	
.header_address {
	position: absolute;
	left: 505px;
	top: 0px;
	}
	
#pic{
	margin: 30px 0px 5px 0px ;
	text-align: center;
	}
	
#content {	
	width: 750px;
	}
	
#left {	
	width: 195px;
	padding-left: 50px;
	float: left;
	}
	
/*#nav {
	background: #40baea url(images/nav-bg.jpg) repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 3px 5px 0px;
	}
	
#nav ul {
	text-align: right;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li{
	line-height: 26px;
	list-style: none;
	background-image: url(images/nav-under.gif);
	display: block;
	}
	
#nav ul li a:link{
	text-decoration: none;
	color: #ffffff;
	padding-right: 3px;
	background: url(images/nav-li.gif) no-repeat right;
	padding-right: 1em;
	list-style: none;
	}
	
#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav ul li a:hover{
	background-color: #571a04;
	display: block;
	/*background: url(images/nav-li2.gif) no-repeat right;
	padding-right: 1em;
	list-style: none;
	}
	
#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	
	}
	
#nav li.active {
	background-color: #571a04;
}
	
	*/
	
/* Josh */

#nav {
	background: #36b6e9 url(images/nav_bg.gif) repeat-x top;
	width: 195px;
}



#nav ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 195px;
}

#nav ul li {
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 25px;
	
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	margin: 0;
	padding: 0 15px 0 0;
	color: #fff;
	display: block;
	height: 25px;
	text-decoration: none;
	background: url(images/nav_li_bg.gif) 0 0 no-repeat;
	width: 180px;
}

#nav ul li a:hover  {
	background-position: -195px 0;
	
}

#nav ul li.active a, #nav ul li.active a:link, #nav ul li.active a:visited, #nav ul li.active a:hover {
    background-position: -195px 0;

}
	
#main {
	position: relative;
	margin-left: 20px;
	float: left;
	width: 435px;
	background-image: url(images/watermark.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: Justify;
	line-height: 18px;
	list-style-image:url(images/li.gif);
	}
	
.clear {
	clear:both;
	}
	
#footer {
	background: url(images/footer-bg.gif);
	height: 40px;
	color: #ffffff;
	width: 750px;
	margin: 0 auto;
	}
	
#footer a{	
	color: #ffffff;
	text-decoration: none;
	}
	
#copyright {	
	padding: 15px 0px 0px 5px;;
	float: left;
	}
	
#bread {	
	padding: 15px 5px 0px 0px;
	text-align: right;
	}
	
.heading_underline {
	background: url(images/heading-underline.gif);
	line-height: 19px;
	}
	
.heading_special {
	font-size: 18px;
	color: #36b8ec;
	}

.textbox {
	font-size: 13px;
	color: #333333;
	background-color: #f1fbff;
	border: #571a04 1px solid;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#cwd {
	text-align: right;
	margin: 5px auto;
	width: 750px;
	}
