body{
	background: #cccccc url(bg.png) repeat-x;
}
li{
	font: 16px Impact, Arial, sans-serif;
	display: block;
	padding: 5px;
	color:#13386C;
}
#mainMenu{
	text-align: center;
	width: 100%;
}
#mainMenu td{
	text-align: center;
}
#mainMenu a{
	font: bold 10px Verdana, sans-serif;
	color: #534A2B;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	background: url(hline.gif) repeat-x bottom;
	width: 100%;
	padding: 5px;
}
#mainMenu a:hover{
	color: #fff;
	background-color: #C2B36B;
}
#news{
	vertical-align: top;
	background: url(bg_vline.gif) repeat-y right;
	padding-right: 10px;
}
#news h1{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #990000;
	margin: 10px;
}
#news p{
	text-align: left;
	line-height: 180%;
	font: 11px "Trebuchet MS", sans-serif;
	padding: 14px;
	padding-top: 6px;
	padding-left: 26px;
	color: #333333;
}
#last{
	border-bottom: 1px dotted #CCCCCC;
}
#content{
	color: #333333;
	vertical-align: top;
	text-indent: 24px;
	padding-bottom: 60px;
	font: 11px "Trebuchet MS", sans-serif;
	text-align: justify;
	text-indent: 25px;
	padding-left: 20px;
	padding-right: 30px; 
}
#content h1, h2{
	padding-top: 8px;
	font: 18px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #990000;
}
h2{
	border-bottom: 2px solid #C90816;
}
p{
	text-align: justify;
	padding-top: 10px;
	line-height: 180%;
}
#copy{
	font: 11px "Trebuchet MS", sans-serif;
	color: #999;
	text-indent: 0;
	padding-right: 20px;
	text-align: right;
	padding-bottom: 2px;
}
.img{
	border: 1px solid #666;
}
/*td{
	border: 1px solid Black;
}*/

