/* CSS Document */

body
{
	padding:0;
	margin:0;
	font-family:Tahoma;
	font-size:11px;
	line-height:18px;
}
p
{
	padding:0px;
	margin:0px;
	
}

a
{
	color:#e77918;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	font-family:Arial;
	font-size:14px;
	color:#133984;
	margin:0;
	padding:0;
}
.top-menu
{
	background-image:url(images/top-menu.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:711px;
	font-family:Arial, Helvetica, sans-serif;
}
.top-menu ul
{
	margin:0;
	padding:0;
}
.top-menu ul li
{
	display: block;
	float: left;
	border: none;
	background: url(images/bullet.jpg) no-repeat right 50%;
	padding: 4px 15px;
	font-weight: bold;
	color: #133984;
	font-size:11px;
	list-style:none;
}
.top-menu ul li a
{
	text-decoration:none;
	color: #133984;
	
}
.top-menu ul li a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
.news-updates
{
	background-color:#e4e4e4;
	padding: 5px 5px 5px 5px;
	line-height:22px;
}
.news-updates a
{
	color:#000000;
	text-decoration:underline;
}
.news-updates a:hover
{
	text-decoration:none;
}
.footer
{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:896px;
	height:35px;
	padding-top:5px;
}
.image img
{
	border:1px solid #e77916;
	padding:5px;
}