/* CSS Document */
body
{
	background: url('layout/bg.gif');
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}

a:link, a:visited {
	color: #08006B;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}


#wrapper 
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 896px;
}

#content
{
	width: 896px;
	float: left;
	min-height: 500px;
    background: url('layout/bg_inside.jpg');	
}

#botcontent
{
	width: 896px;
    height: 9px;
    background: url('layout/bot_bg.jpg');
    float: left;
}

#header
{
    height: 170px;
    width: 896px;
    float: left;
    background: url('layout/header_bg.jpg');
}

#logo
{
    height: 64px;
    width: 341px;
    float: left;
    padding-top: 28px;
    padding-left: 24px;
}

#topnav
{
    float: right;
    height: 24px;
    line-height: 24px;
	color: #08006B;
	font-size: 11px;
	text-align: right;
	margin-right: 6px;
	padding-right: 10px;
	padding-left: 20px;
	background: #84868C url('layout/left_rounded.gif') left no-repeat; 
}

#topnav a
{
    font-weight: bold;
}

#contact
{
    float: right;
    font-family: Times New Roman;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding-top: 12px;
	padding-right: 20px;
	line-height: 16px;
}

#leftnavigation
{
    width: 212px;
    float: left;   
}

#main
{
    width: 625px;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px; 
    margin-top: -15px;
}

#footer
{
    float: left;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	width: 100%;
	text-align: center;	
}

.h1 
{
    font-family: Times New Roman;
	font-size: 34px;
	color: #08006B;
	text-align: center;
	font-style: italic;
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.h2 
{
    font-family: Arial;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 23px;
}

.h3
{
    font-family: Times New Roman;
	font-size: 26px;
	color: #08006B;
	text-align: left;
	font-style: italic;
	line-height: 26px;
}

.h4
{
    font-family: Arial;
	font-size: 13px;
	color: #666666;
	line-height: 23px;
	margin-top: -15px;
	margin-left: 20px;
}

.h5
{
    font-family: Arial;
	font-size: 12px;
	line-height: 23px;
	margin-top: -15px;
}

ul
{
    list-style-type: square;
    color: #08006B;
    font-size: 11px;
    font-weight: bold;
}

.h6
{
    font-family: Arial;
	font-size: 14px;
    font-weight: bold;
    color: #08006B;
    text-decoration: underline;
    margin-bottom: -5px;
}

.h7
{
    font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
}

#normal ul
{
    list-style-type: square;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}