/* CSS Document */
body
{
	background: #FAF6E5 url('layout/bg.jpg');
	font-family: Arial;
	font-size: 15px;
	color: #4E2614;
	line-height: 20px;
}

:link, a:visited {
	color: #C0362C;
	text-decoration:none;
	}
 	
a:hover {
	text-decoration:underline;
	}


#wrapper 
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	background: #FAF6E5;
}

#content
{
	width: 970px;
	background: #FAF6E5;
	float: left;
    border: solid 1px #4F2816;	
}

#header
{
    border-top: solid 1px #4F2816;
    height: 160px;
    margin-top: 10px;
    float: left;
}

#olb
{
    border-top: solid 1px #4F2816;
    height: 160px;
    width: 370px;
    margin-top: 10px;
    float: right;
	font-family: Arial;
	font-size: 12px;
	color: #4E2614;
}

#olb a
{
    font-size: 11px;
}

#olbtitle
{
	font-family: Times New Roman;
	font-size: 25px;
	color: #C0362C;
	font-style: italic;
	line-height: 25px;	
}

#contact
{
    float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E2614;
	line-height: 18px;
	margin-top: 10px;
}

#contact a
{
	font-family: Times New Roman;
	font-size: 13px;
	color: #C0362C;
    text-decoration: none;
    font-style: italic;
}

#contact a:hover
{
    text-decoration: none;
}

#contacttitle
{
	font-family: Times New Roman;
	font-size: 25px;
	color: #C0362C;
	font-style: italic;
	line-height: 25px;
}

#footer
{
    float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E2614;
	background: #FAF6E5 url('layout/bg.jpg');	
	width: 100%;
	text-align: center;	
}

#nav
{
    width: 970px;
    height: 28px;
    background: #4F2816;
    float: left;
}

#leftside
{
    width: 275px;
    padding: 15px;
    float: left;
}

#rightside
{
    width: 625px;
    padding: 15px;
    background: #FAF6E5 url('layout/contentbg.gif') top center no-repeat;
    float: right;
    min-height: 495px;
}

#disclosure
{
    width: 625px;
    padding: 15px;
    background: #FAF6E5 url('layout/contentbg.gif') top center no-repeat;
	float: center;
	margin:auto;
    min-height: 495px;

}

.h1 
{
    font-family: Times New Roman;
	font-size: 32px;
	color: #C0362C;
	text-align: center;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 32px;
}

.h2 {
	font-family: Arial;
	font-size: 48px;
	color: #000099;
}

.h3 {
	font-family: Arial;
	font-size: 15px;
	color: #4E2614;
}
.h4 
{
    font-family: Times New Roman;
	font-size: 32px;
	color: #C0362C;
	text-align: center;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 32px;
}
.h5 
{
    font-family: Times New Roman;
	font-size: 32px;
	color: #C0362C;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 32px;
}
.h6
{
	text-align: justify;
	text-justify: newspaper;
}
.h7 
{
    font-family: Times New Roman;
	font-size: 20px;
	color: #C0362C;
	text-align: center;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}
.h8 
{
	font-family: Times New Roman;
	font-size: 24px;
	color: #4F2816;
	text-align: left;
	font-variant: small-caps;
	font-weight:600;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 8px;
	margin-left: 3cm;
}
