/* CSS Document */

.maincontainer
{
	border:1px solid white;
	background-image: url(../images/bg1.png);
}

.footer
{
	background-image: url('../images/home page_r10_c1.png');
	font-family: Book Antiqua;
	font-size: 12px;
	padding-left: 5px;
}

div.box1
{
	background-image: url('../images/box1.png');	
	width: 206px;
	height: 155px;
}

.info
{
	background-color: white;
}

.nav
{
	background-image: url('../images/home page_r3_c2.png');
}
.nav a:link, .nav a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.nav a:hover
{
	text-decoration: underline;
}

#mainbody
{
	width: 700px;
	margin: auto;
	background-color: white;
	height:100%;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div.clear
{
	clear: both;
}

.header1
{
	font-size: 16px;
	font-weight: bold;
	border-bottom:1px dotted gray;
	padding: 3px;
	font-family: Book Antiqua;
	color: #999999;
}

#leftnav
{
	color: #AB8A29;
}

#leftnav a:link, #leftnav a:visited
{
	display: block;
	width: 190px;
	padding: 3px;
	border-bottom:1px dotted gray;
	color: #AB8A29;
	font-family: Book Antiqua;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;	
}

#leftnav a:hover
{
	color: #F8E183;
	background-color: #AB8A29;
}

span.upcoming_header
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

span.upcoming_datetime
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

span.upcoming_desc
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.newstitle
{
	font-size: 16px;
	font-weight: bold;
}
.newsdt
{
	font-size: 10px;
	color: gray;
	line-height: 14px;	
}
