* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 10px 0;
background: #EFD6A1 url('images/bg.jpg') repeat left top;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 62.5%;
text-align: center;
}

#page {
margin: 15px auto;
padding: 3px;
width: 782px;
background-color: #ffffff;
text-align: left;
border: 1px solid #000000;
font-size: 1.5em;
}

#header {
width: 782px;
height: 329px;
margin-bottom: 11px;
}

#logoimg, #headerimg, .nav, #content, #footer  {
border-top: 1px solid #474747;
border-right: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
border-left: 1px solid #474747;
}

#logoimg {
float: left;
width: 256px;
height: 301px;
margin: 3px 3px 0 0;
}

#headerimg {
float: left;
width: 519px;
height: 301px;
margin-top: 3px;
}

.nav {
width: 780px;
height: 29px;
background-color: #666699;
font-size: .8em;
}

#content {
margin: 3px 0;
width: 730px;
padding: 10px 25px;
text-align: justify;
line-height: 1.4em;
color: #000000;
}

* html #content {
\width: 780px; /* for IE5 and IE6 in quirks mode */
w\idth: 730px; /* for IE6 in standards mode */
}

#footer {
clear: both;
width: 780px;
height: 50px;
background-color: #666699;
}


/* Nav */
.nav ul {
float: right;
}

.nav ul li {
float: left;
display: block;
height: 29px;
line-height: 29px;
}

.nav ul li a {
padding: 6px 20px;
}

.line {
border-right: 1px solid #ffffff;
}

/* Footer */
#footer p {
margin-top: 5px;
color: #F5F5F5;
font-size: 0.8em;
text-align: center;
}


/* Headers */
#header h1 {
display:none;
}

h3, h4, h5 {
margin: 15px 0 -5px 0;
}

h1, .title {
margin: 10px 0;
font-size: 1.6em;
}

h2 {
font-size: 1.3em;
margin: 10px 0;
}

h3 {
font-size: 1em;
}

h4, .small {
font-size: .8em;
}

/* Lists */
#content ul, #content ol {
margin: 0 0 0 10px;
padding: 0 0 0 10px;
}

#content ul {
color: #404040;
}

#content li {
margin: 5px 0 3px 10px;
}

dd {
margin-left: 40px;
}


/* Images */
p img {
padding: 0;
max-width: 100%;
}

img.alignleft, img.centered, img.alignright {
display: inline;

}

img.alignleft {
margin: 0 8px 2px 0;
float: left
}

img.centered {
margin: 2px auto;
display: block;
}

img.alignright, .slideshow {
margin: 0 0 2px 8px;
float: right;
}


/* Links */
a, a:link, a:visited {
color: #5E2F00;
font-weight: normal;
text-decoration: underline;
}

a:hover {
color: #824000;
text-decoration: none;
}

.nav a {
color: #ffffff;
font-weight: normal;
text-decoration: none;
}

.nav a:hover, #nav .active {
color: #EADAA9;
}

a img {
border: none;
}


/* Classes, IDs, Tags, Extras */
hr, .skip {
display: none;
}

p {
margin: 14px 0;
}

code, pre {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
font-size: 1em;
letter-spacing: .07em;
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #4B4B4B;
}

.alignleft {
float: left;
}

.talignleft {
text-align: left;
}

.centered, .alt {
text-align: center;
}

.alignright {
float: right;
}

.talignright {
text-align: right;
}

blockquote {
margin: 20px 30px 40px 30px;
padding: 1px 10px;
background-color: #DBDBE7;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

blockquote, strike {
color: #4B4B4B;
}

input, select, textarea {
margin: 3px 0 10px 0;
padding: 3px;
background-color: #E7EDEF;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 1em;
color: #000040;
border: 1px solid #9FB7BF;
}

textarea {
font-size: 1.1em;
}

input.button {
padding: 5px;
font-weight: bold;
}

.title {
font-family: Georgia, Serif;
color: #404040;
text-align: center;
}

.logo {
border: 3px solid #666699;
}

.headerimg {
border: 3px solid #666699;
}

.alt {
color: #5E2F00;
}

.slideshow {
margin-top: 30px;
padding-left: 10px;
}