﻿html,body,div,p,h1,h2,h3,h4,h5,img,ul,li
{
	margin:0px;
	border:0px;
	padding:0px;
}
li
{
	list-style-type:none;
}
body
{
	text-align: center;
	background-color: #ffffdd;
}
.grad1
{
	margin-right:auto;
	margin-left:auto;
	border-right: solid 1px #eaebdb;
	border-bottom: solid 1px #eaebdb;
	width:764px;
}
.grad2
{
	border-right: solid 1px #cacabf;
	border-bottom: solid 1px #cacabf;
	width:763px;
}
.grad3
{
	border-right: solid 1px #a6a69f;
	border-bottom: solid 1px #a6a69f;
	width:762px;
}
.grad4
{
	border-right: solid 1px #878787;
	border-bottom: solid 1px #878787;
	width:761px;
}

#container
{
	font-family: 'Century Gothic';
	font-size: 100.01%;
	color: Black;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: White;
	border-left:solid 1px #b9930a;
	border-right:solid 1px #b9930a;
	width: 760px;
}
#nav
{
	width: 190px;
	float: right;
	margin-right:1px;
	font-weight:bold;
}
#nav_top
{
	background-image:url('SiteImages/navbar_01.png');
	background-repeat:no-repeat;
	height:165px;
}
#nav_mid
{
	background-image:url('SiteImages/navbar_02.png');
	background-repeat:repeat-y;
}
#nav_mid ul
{
	margin-left:20px;
}
#nav_mid ul li
{
	width:135px;
}
#nav_mid ul li a:link, #nav_mid ul li a:visited
{
	text-decoration:none;
	display:block;
	color:#584604;
}
#nav_mid ul li a:hover
{
	color:#B93B09;
}
#nav_bot
{
	background-image:url('SiteImages/navbar_03.png');
	background-repeat:no-repeat;
	height:36px;
}
#content
{
	float:left;
	width:540px;
	padding-right:10px;
	padding-left:10px;
}
h1
{
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-top:6px;
	margin-bottom: 12px;
}
h2
{
	font-size:175%;
	font-weight:bold;
	margin-bottom:12px;
	display:block;
	background-color:#F9E395;
	border:solid 1px #b9930a;
	padding-left:10px;
}
h3
{
	font-size:150%;
	font-weight:bold;
	margin-bottom:6px;
}
h4
{
	font-size:120%;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:6px;
}
h5
{
	font-size:110%;
	font-weight:bold;
}
.pageimage
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#footer
{
	clear:both;
	text-align:center;
	font-size:75%;
}
.label
{
	width:150px;
	text-align:right;
}
.textbox
{
	width:300px;
	left:150px;
}
.bigtextbox
{
	left:150px;
	width:300px;
	height:72px;
}
tr
{
	vertical-align:top;
}
td
{
	font-family:"Century Gothic";
}
.blogtext
{
	width:200px;
}

