html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#e2dcb8;
	background-image:url(../img/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border: solid 0px #000;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif; 
	color : #491e03;
	font-size: 100%;
    scrollbar-face-color:#f6e9b5;
    scrollbar-shadow-color:#996633;
    scrollbar-3dlight-color:#996633;
    scrollbar-arrow-color:#996633;
    scrollbar-base-color:#f6e9b5;
    scrollbar-darkshadow-color:#f6e9b5;
    scrollbar-highlight-color:#f6e9b5;
    scrollbar-track-color:#f6e9b5;
	}
	
#header { 
	position: absolute;
	margin: 0px; 
	padding: 0; 
	width: 970px;
	height: 184px;
	border: solid 0px #000;
	z-index: 100;
	}


#menu {
	position: absolute;
	width: 147px;
	padding: 0;
	margin: 105px 0 0 0;
	border: solid 0px #000;
	z-index: 10000;
	top: 3px;
	}

#subhead { 
	position: absolute;
	width: 680px;
	height: 100px;
	margin: -80px 0 0 -20px; 
	}
#content { 
	position: absolute;
	width: 650px;
	height: 500px;
	margin: 155px 0 0 200px; 
	padding: 0px;
	top: 30px;
	text-align: left;
	border: solid 0px #000;
	z-index: 10;
	}

	
.Main {
	width: 550px;
	height: 100%;
	overflow: auto;
	text-align: left;
	margin: 0 0 0 40px;
	padding: 0px 50px 0 10px;
	border: solid 0px #000;
	}


.copyright {
	font-size: 11px;
	text-align: center;
	padding: 20px;
	
	}
	


h1	     	{font-size: 18px;
			font-weight: bold;
			letter-spacing: .05em;
			text-transform: uppercase;}

			
h2	     	{font-size: 16px;
			font-weight: bold;}

h3	     	{font-size: 14px;
			font-style: italic;
			font-weight: bold;}

h4	     	{font-size: 13px;
			font-weight: bold;}

hr          {height:1px;
			width:200px;}

p			{top: 1.5em;
			bottom: 1.5em;
			line-height: 1.5em;}

li.homepage	{font-size: 13px;
			margin-top: 1.5em;}


small		{font-size: 11px;}


li			{
			font-size: 13px; 
			line-height: 1.5em;}

a			{text-decoration: none;
			font-weight: bold;
			color:#993300;}

a:hover     {color:#993300;} 
a:active    {color:#993300;} 
a:visited   {color:#663300;}

.required	{font-size: 11px;
			color: #ff0000;} 
			
.title	    {font-size: 14px;
			font-weight: bold;
			letter-spacing: .05em;
			text-transform: uppercase;}
