@charset "utf-8";
/* CSS Document */

* 
{
    margin: 0px;
    padding: 0px;   
}

body 
{
	background-image: url('images/bg_pat.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #efcd8d;
}

h1
{
	font-family: Verdana, Arial;
	color: #000;
	font-size: 16px;
	margin: 0px 30px 20px 30px;
	font-weight: bold;
}

h2
{
	font-family: Verdana, Arial;
	color: #000;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
}

p
{
    font-family: Arial, Verdana;
    color: #000;
    font-size: 14px;
    margin: 0px 30px 15px 30px;
}

ol
{
    font-family: Arial, Verdana;
    color: #000;
    font-size: 14px;
    margin: 0px 30px 10px 30px;
    list-style-position: inside;
}
ul {
	font-family: Arial, Verdana;
	color: #000;
	font-size: 14px;
	margin: 0px 30px 10px 60px;
	list-style-position: outside;
	list-style-type: disc;
}


li
{
	margin-bottom: 15px;
}

#wrapper
{
    margin: auto;
    padding: auto;
    width: 700px;
    background-color: #FFF;
}

#logo
{
    width: 700px;
    height: 114px;
}

#content
{
    width: 563px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-right: solid 2px #000;
    float: left;
}
#content img {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 15px;
}


#navigation
{
    width: 110px; /*135px*/
    margin: 10px 10px 10px 12px;
    background-color: #F1DBB3;
    float: left;
}

#navbox
{
    width: 110px;
    background-color: #A66B38;
    padding: 3px 0px 3px 0px;
}

#navigation p
{
    margin: 0px;
    padding: 10px 10px 5px 10px;
    font-size: 12px;
    line-height: 18px;
}

#navigation a:link
{
    color: #AF7541;
    font-weight: bold;
    text-decoration: none;
}

#navigation a:visited
{
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#navigation a:hover
{
    color: #666;
    text-decoration: underline;
}

p.navBg
{
    background-color: #CCC;
}

#footer
{
    width: 699px;
    clear: both;
    background-color: #efcd8d;
    border: solid 1px #efcd8d;
}

#footer p
{
    margin: 20px 30px 10px 30px;
    font-size: 10px;
}.subhead {
	font-weight: bold;
}

