html, body, p, h1, h2, h3, h4, h5, h6, ol, ul, li {
margin: 0;
padding: 0;
border: none;}

body {
margin-top: 0;
text-align: center;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
background-color: #FFF;}

/*wrapper*/

#wrapper {
width: 760px;
margin-top: 0;
margin-left: auto;
margin-bottom: 20px;
padding-bottom: 20px;
margin-right: auto;
text-align: left;
position: relative;
}

/*header*/

.header {
width: 760px;
height: 101px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #EDE6D3;
background-image: url(../artwork/heading.jpg);
background-repeat: no-repeat;
border: 0px;
}

.header h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: right;
	padding-top: 20px; 
	color: #275B3D;
}

.header h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	text-align: right;
	padding-top: 5px; 
	color: #275B3D;
}

.header ul {
text-align: right;
font-size: .8em;
padding-top: 20px;
margin-right: 5px;
color: #275B3D
}

.header ul li {
	list-style-type: none;
	display: inline;
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.header ul li a:link, .header ul li a:visited {
text-decoration: none;
color: #8E8480
}

.header ul li a:hover, .header ul li a:focus {
color: #33302A;
}

/*top menu*/

.menu-top {
	background-image: url(../artwork/menu-h.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}

.menu-top ul li {
	display: inline;
	padding: 5px;
}

.menu-top ul li a {
color: #FFF8DC;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.menu-top ul li a:hover, .menu-top ul li a:focus {
color: #FFF8DC;
}

.curve {
padding: 0;
margin: 0;
}

.content {
	width: 760px;
	background-image: url(../artwork/greenbar-L.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	border-bottom: 1px #777 solid;
}

.greenbar {
	width: 30px;
	position: absolute;
	top: 150px;
	left: 0;
}

/*nav menu*/
.nav {
width: 140px;
position: absolute;
top: 135px;
left: 30px}

.nav ul {
list-style-type: none;
font-size: .7em;
color: #275B3D;
font-weight: bold;
padding-bottom: .8em;
text-indent: 5px;
padding-top: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;}

.nav ul li a {
display: block;
width: 150px;
height: 1%;
border: 1px #275B3D solid;
border-left: 4px #275B3D solid;
color: #275B3D;
padding-top: 2px;
padding-left: 6px;
padding-bottom: 2px;
padding-right: 0px;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 1px;
text-indent: 0px;
text-decoration: none;
line-height: .8em;}

.nav ul li a:link {
color: #275B3D;
background-color: #FFF;} 

.nav ul li a:visited {
color: #716E69;
background-color: #FFF;} 

.nav ul li a:hover, .nav ul li a:focus {
background-color: #F6C221;
color: #000;}

/*nav2 menu*/

.nav2 {
width: 144px;
position: absolute;
top: 140px;
left: 40px;
border: 1px #275B3D solid;}


.nav2 p {
font-size: .7em;
margin-left: 10px;
padding-top: 10px;
padding-right: 6px;
}

.nav2 h1 {
	background-color: #275B3D;
	font-size: .8em;
	color: #FFFDEB;
	padding: 4px;
	padding-right: 6px;
}

.nav2 h2 {
font-size: .7em;
margin-left: 10px;
padding-top: 10px;
padding-right: 6px;
font-weight: bold;
color: #872323;
}

.nav2 p a:link {
color: #872323;} 

.nav2 p a:visited {
color: #61778C;}

/*content*/

.main {
background-color: #F7F6EF;
width: 410px;
margin-left: 200px;
padding-bottom: 40px}

.main p {
font-size: .8em;
margin-left: 10px;
padding-top: 10px;
}

.main ul {
padding-top: 10px;
padding-left: 50px;
}

.main ul li {
padding-left: 5px;
font-size: .8em;
line-height: 1.5em;
list-style: square;}

.main ol {
font-size: .8em;
line-height: 1.6em;
padding-left: 30px;
list-style-position: inside;
}

.main h1 {
font-size: 1.4em;
margin-bottom: 10px;
margin-top: 0px;
margin-left: 10px;
color: #872323;
font-weight: normal;}

.main h2 {
margin-bottom: 10px;
margin-top: 13px;
font-size: .9em;
font-weight: bold;
background-color: #EDD068;
border: 1px #000 solid;
display: block;
color: #000;
padding-left: 10px;}

.main h3 {
color: #872323;
margin-bottom: 10px;
margin-top: 13px;
margin-left: 10px;
font-size: .9em;
font-weight: bold;}

.main h4 {
color: #872323;
margin-bottom: 10px;
margin-top: 13px;
margin-left: 10px;
font-size: .9em;
font-weight: bold;}

.main h5 {
margin-bottom: 10px;
margin-top: 13px;
font-size: .9em;
font-weight: bold;
background-color: #FAC65F;
border: 1px #000 solid;
display: block;
color: #000;
padding-left: 10px;}

.main h6 {
margin-bottom: 10px;
margin-top: 13px;
font-size: .9em;
font-weight: bold;
background-color: #0071BC;
border: 1px #000 solid;
display: block;
color: #fff;
padding-left: 10px;}

.main p {
line-height: 1.3em;}

.main a:link {
color: #872323;} 

.main a:visited {
color: #61778C;}

.main a:hover, .main a:focus {
font-weight: bold;}

.main table {
	background-color: #c7850b
}

.main td {
	color: White;
}

.main td p {
	font-size: .8em;
	padding-left: 5px;
	margin: 0;
}

.right {
width: 140px;
position: absolute;
top: 140px;
left: 615px;
padding: 0;
margin: 0;
border: 1px #275B3D solid;}

.right h1 {
	background-color: #275B3D;
	font-size: .8em;
	color: #FFFDEB;
	padding: 4px;
}

.right p {
	font-size: .7em;
	color: #275B3D;
	padding: 4px;
	background-color: #EAE6D2;
}

.right a:link {
color: #872323;} 

.right a:visited {
color: #61778C;}

.right a:hover, .right a:focus {
font-weight: bold;}

.photo {
	text-align: left;
}

.caption {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	color: #FFF8DC;
	text-align: right;
	position: relative;
	top: -25px;
	right: 35px;
}

.caption2 {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	color: #275B3D;
	text-align: left;
}

#footer {
	font-size: .6em;
	color: #777;
}

#footer p {
	padding-top: 6px;
}

.box {
	padding-bottom: 5px;
	background-color: #F7F6EF;
	width: 410px;
	border-bottom: 2px solid #275B3D;
	border-left: 2px solid #275B3D;
	border-top: 1px solid #275B3D;
	border-right: 1px solid #275B3D;
}

.clear {
	clear: both;
}