<style type="text/css">
#body
{
	background-color: #E7D4C3;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container
{
	width: 100%;
	background-color: #FFFFDF;
	color: #333;
	border: thin none gray;
	line-height: 130%;
	background-image: url(canvas.jpg);
	margin: 0px;
	padding: 0px;
}

#top
{
	width: 100%;
	background-image: url(images/1024x160_header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 140px;
	padding-left: 0px;
	background-color: #DCC1A3;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #315a6c;
}

#top h1
{
	padding: 0;
	margin: 0;
	filter: Shadow(Color=0, Direction=45);
}
.shadowed {
	filter: Shadow(Color=0, Direction=135);
}


#leftnav
{
	float: left;
	width: 160px;
	padding: 1em;
	background-image: url(texture_menu.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #315a6c;
	border-right-color: #315a6c;
	border-bottom-color: #315a6c;
	border-left-color: #315a6c;
}

#content
{
	padding: 1em;
	max-width: 36em;
	background-image: url(texture_content.jpg);
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: gray;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 210px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
background-image: url(texture_menu.jpg);
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 160px;
	background-color: #CCCC99;
	background-image: url(texture_menu.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.markermenu li a{
background: white url(media/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}


.style1 {
	font-size: medium;
	font-weight: bold;
}
.style2 {font-family: Arial, Helvetica, sans-serif}
.style3 {font-size: medium; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }


 img.scaling {
 border: 1px solid #cecece;
 width: 40%;
 float: left;
 margin-right: .7em;
 margin-bottom: .5em;
 max-width: 600px;
}

.dropBox {
	float: left;
	padding: 0px;
	font: small Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


</style>
