html, body {
    margin: 0;
    padding: 0
}

body {
	margin-top: 5px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 76%;
	background-color: #004D4E;
	background-image: url(im/bk.jpg);
	background-repeat: repeat-x;
	color: #282832;
}

p {
	margin: 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #675F51;
		
}


div#header {
	width: 760px; /*859*/
	height: 251px;
	
}

div#header img{
	
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #865A2D;
	border-bottom-color: #865A2D;
	margin-bottom: -3px;

}

div#header h1{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	color: #CCCC99;	
	text-align: center;
	letter-spacing: .15em;
}

div#globalnav{
	background-color: #56674F;
	width: 760px;
	height:40px;
	
}

div#container {
	text-align: left;
}

div#content p {
    margin: 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #675F51;
	line-height: 1.5em;
	
}



div#content p strong{
    font-weight: bold;
	
}
	


div#footer {
	height: 120px;
	color: #E6E6DE;
	background-image: url(../im/framefoot.jpg);
	background-repeat: no-repeat;	
}

#leftfoot{

    float: left;
    margin-left: 5px;
    width: 52%;
}

#leftfoot p{
	font-size: 12px;
}


#rightfoot{

    margin-right: 5px;
    float: right;
    width: 36%;
	
}

#rightfoot p{
	text-align: right;
	font-size: 12px;
}


div#footer {
    clear: left;
    width: 100%
}

div#container {
    width: 760px;/*700*/
    margin: 0px auto;
}

div#contentwrapper{
	background-color: #E6E6DE;
	background-image: url(im/contentbk.jpg);
	background-repeat: repeat-x;
}

div#wrapper {
    float: left;
    
	
}

div#content {
	margin-top: 10px;
	margin-left: 10px; /*0 150 */
	width: 500px;
	
}

div#content.wide {
	width: 730px;
	
}

div#content ul{
	margin: 0 28px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #675F51;
	line-height: 1.5em;

}

div#content ul li{
	display: list-item;
	list-style-type: disc;
}

div#content ul li a:link {

    color: #675F51;
    text-decoration: underline;
}

div#content ul li a:visited {

    color: #77181E;
    text-decoration: underline;
}

div#content ul li a:hover {

    background-color: #6D8465;
    color: #FFFFFF;
    text-decoration: none;

}


div#navigation {
    float: left;
    width: 230px;
	margin-top: 10px;
    margin-left: 10px;
    line-height: 1.2em;
}

#navigation h1{
	background-color: #6D8465;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 19px;
	color: #FFCC00;
	
}

#navigation p.underh1{
	margin-top: -33px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #675F51;
	line-height: 1.1em;
	font-size: 15px;
}


p.underh1 a:link {

    color: #675F51;
    text-decoration: underline;
}

p.underh1 a:visited {

    color: #77181E;
    text-decoration: underline;
}

p.underh1 a:hover {

    background-color: #6D8465;
    color: #FFFFFF;
    text-decoration: none;

}


#navigation p{
	
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #675F51;
	line-height: 1.1em;
	font-size: 15px;
}

.caption{
	
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #675F51;
	font-size: 12px;
}


#navigation p a:link {

    color: #675F51;
    text-decoration: underline;
}

#navigation p a:visited {

    color: #77181E;
    text-decoration: underline;
}

#navigation p a:hover {

    background-color: #6D8465;
    color: #FFFFFF;
    text-decoration: none;

}



p a:link {

    color: #675F51;
    text-decoration: underline;
}

p a:visited {

    color: #77181E;
    text-decoration: underline;
}

p a:hover {

    background-color: #6D8465;
    color: #FFFFFF;
    text-decoration: none;

}

h1{
	margin: 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2em;
	color: #865A2D;
}

h2{

	margin: 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1em;
	color: #6D8465;
	
}



strong {

    font-weight: bold;
}

br.clear {

	clear: both;
}

#navigation hr {
	margin-left: 9px;
	color: #6D8465;
	background-color: #6D8465;
	height: 1px;

}

div#content p.center{

	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

em {
	font-style: italic;
}
