<style type="text/css">
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{color: #d52d00;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}

div#footer{
	background-image: url('../images/bg_footer_new.jpg');
	color: #000000;
	height:56px;
	width: 720px;
	border-bottom: 2px solid #333333;
}
div#footer p{
	margin:0;
	padding:5px 0px 5px 0px;
	text-align: center;
	font-weight:bold;
}

div#container{
	width:720px;
	margin:0 auto; 
	background:#f2f2ed;
}
div#content{
	float:left;
	width:470px;	
	background:#f2f2ed;
	padding-left: 15px;
	padding-right: 7px;
}
div#rightBlock{
	float:right;
	width:200px;
	border-left: 1px solid #898989;
	padding-left: 7px;
}

div#extra{clear:both;width:100%}
div#logo{height:100px; border-bottom: 1px solid #5c1300;}
.contentHeader
{
	padding-top: 15px;
	font-size:20px; 
	line-height:18px; 
	font-weight:bold; 
	color:#d52d00;
}
.lineBreak
{
	background:url('../images/bg.gif') 0 0 repeat-x;
}

.rightHeader
{
	background-image: url('../images/rightHead_bg.jpg');
	background-color: #cecece;
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	font-weight:bold;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 10px;
	color: #333333;
}


/*** NAVIGATION BAR ***/
#navcontainer
{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
	text-decoration: none;
	background: url('../images/m_1.jpg');
	
	text-align: center;
	font-size: 16px;
	color: #333333;
	
	float: left;
	margin: 0px;
	height: 70px;
	width: 95px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navcontainer li a:hover
{
	background: url('../images/m_1_hov.jpg');
	color: #d52d00;
}

.resultsTable{
	border: 1px solid #898989;
	width: 100%;
}

.resultsTable tr{
}

.resultsTable td{
}

.tableHeader{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.altRow{
	background-color: #898989;
}
</style>