/* CSS Document */
body{
	font: 12px arial;
	background: #fff;
	color: #333333;
	margin-top: 15px;
}

.h1{
    color: #730C08;
    font-size: 30px;
    font-style: italic;
    font-family: Times New Roman;
    font-weight: normal;
}

.h2{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    margin-top: -10px;    
}

.h3{
    color: #730C08;
    font-size: 22px;
    font-style: italic;
    font-family: Times New Roman;
    font-weight: normal;
    margin-top: 0px;     
}

.h4{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: -5px;    
}

.h5{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 18px;
}

a:link, a:visited {
	color: #730C08;
	text-decoration:none
	}
	
a:hover {
	color: #730C08;
	text-decoration:underline;
	}	

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 910px;
}

#allinfo
{
    width: 910px;
	background: #fff url('layout/layoutbg.jpg') repeat-y;
	float: left;
	border-bottom: solid 1px #84868C;
}

#header
{
    width: 910px;
	height: 110px;
	float: left;
    color: #730C08;
    font-size: 20px;
    font-style: italic;
    font-family: Times New Roman;
    text-align: center;
    line-height: 26px;
}

#header a
{
    color: #730C08;
    font-size: 20px;
    font-style: italic;
    font-family: Times New Roman;
    text-decoration: none;
}

#header a:hover
{
    color: #730C08;
    font-size: 20px;
    font-style: italic;
    font-family: Times New Roman;
    text-decoration: underline;
}

#nav
{
    height: 28px;
    width: 910px;
    background: url('layout/nav_bg.jpg') no-repeat;
    float: left;  
}

#toppic {
	float: left;
	width: 669px;
	height: 151px;
}

#ltside {
	float: left;
	width: 241px;
	font-size: 11px;
}

#lefttitle
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#leftsubtitle
{
    color: #730C08;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}


#timedate
{
	line-height: 25px;
	text-align: center;
	color: #730C08;
	font-size: 11px;
}

#rtside
{
    float: left;
    width: 669px;
}

#leftsep
{
    height: 5px;
    width: 241px;
    background: url('layout/leftsep.gif') repeat-x;
}

#content
{
    padding: 15px;
}

#content ul
{
    list-style-type: square;
}

#footer
{
    text-align: center;
    color: #84868C;
    font-weight: bold;
    float: left;
    margin-top: -10px;
}

#footer a
{
    text-decoration: none;
    color: #84868C;
}
    
#footer a:hover
{
    text-decoration: underline;
    color: #84868C;
}

.menu55 
{
	font-family: arial, sans-serif; 
	width:826px; 
	height:28px; 
	position:relative; 
	z-index:100;
}

.menu55 ul li a, .menu55 ul li a:visited 
{
	display:block; 
	text-decoration:none; 
	color:#333333;
	width:118px; 
	height:28px; 
	text-align:center; 
	background: url('layout/nav_normal.jpg'); 
	line-height:28px; 
	font-size:12px; 
	overflow:hidden;
	font-weight: bold;
}

.menu55 ul 
{
	padding:0; 
	margin:0; 
	list-style: none;
}

.menu55 ul li 
{
	float:left; 
	position:relative;
}

.menu55 ul li ul {display: none;}

.menu55 ul li:hover a {background: url('layout/nav_over.jpg'); color: #fff;}