﻿html,body 
{
	font-family:Verdana;
	font-size:14px;

}

.logoLeft
{
	float:left;
	background-image:url('images/logo-left.gif');
	width:479px;
	height:162px
}
.logoRight
{
	float:right;
	background-image:url('images/logo-right.gif');
	width:321px;
	height:162px
}
.topBar
{
	min-width:800px;
	width:100%;
	height:33px;
	clear:both;
	background-image:url('images/top-bar.gif');
	padding-top:5px;
	background-repeat:repeat-x;
	color:Orange;
	font-weight:bold;
}
.menuTop
{	
	background-image:url('images/menu-top.gif');
	width:194px;
	height:22px;
	clear:both;
}
.menuBottom
{	
	background-image:url('images/menu-btm.gif');
	width:194px;
	height:30px;
	clear:both;
}
.menu
{
	background-image:url('images/menu-bkground.gif');
	font-weight:bold;
	margin-right:20px;
	width:194px;	
	color:White;			
	background-repeat:repeat-y;		
	
	line-height:26px;
	text-align:right;
	text-indent:10px;
	
}
a.menu
{
	background-image:none;
	font-size:13px;
	text-decoration:none;
	
	
}
a.menu:Hover
{
	background-image:none;
	font-size:13px;
	color:Yellow;
	text-decoration:underline;
}
h1,h2
{
	
	color:#CC0000;	
}
h2,h2 a
{
	color:#2C458F;
}
h1
{
	text-align:center;
	font-size:22px;
}
h2, h2 a,h2 a:visited	
{
	font-size:18px;
	text-align:center;
}
h2 a
{
	text-decoration:none;
}
h2 a:hover
{
	text-decoration:underline;
}
.highlight, a.highlight
{
	color:#2C458F;
}
.highlight2, a.highlight2
{
	color:#CC0000;
}