*
{
	font-family: Verdana;
	font-size: 12px;
	vertical-align: top;
}

#website
{
	width: 780px;
	margin: 0 auto;
	background-image: url(bg_menu.png); 
}

#header
{
}

#hspacer
{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 10px;
	background-color: #FFEC01;
	
}

#menu
{
	position: relative;
	float: left;
	left: 0;
	top: 0;
	width: 180px;
	height: 100%;
}

#background
{

}

#content
{
	position: relative;
	float: left;
	left: 10px;
	top: 10px;
	width: 70%;
	padding: 0px 0px 15px 20px;
	height: 100%;
	min-height: 230px;
	font-family: Arial;
	font-size: 10px;
}


#footer
{
	width: 100%;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #2C4D9A;
	text-align: center;
	color: white;
	font-size: 10px;
}

#footer a
{
	color: white;
	text-decoration: underline;
	font-size: 10px;
}


a {color: #2C4D9A;}
a:hover {color: #2C4D9A;}
a:active {color: #2C4D9A;}
a:visited {color: #2C4D9A;}

h1
{
	font-size: 2em;
	font-weight: bold;
}

h2
{
	font-size: 1em;
	font-weight: bold;
}

/* Extra margin for images; not for the header image */
img	{	margin: 3px;	}
#header img	{	margin: 0px;	}

/* Menu Settings */

	
.clearfix
{
	list-style-type:none;
	margin: 5px 0px 0px 5px;
	width: 174px;
	padding: 0px;
}

.clearfixsub
{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	width: 174px;
	padding: 0px;
}

.clearfix li a
{
	padding-left: 15px;
	padding-top: 5px;
	height: 19px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
	
.clearfix li a:link, .clearfix li a:visited
{
	color: white;
	display: block;
	background:  url(menu.png);
}
	
.clearfix li a:hover
{
	color: #2C4D9A;
	background:  url(menu.png) 0 -24px;
}

.clearfixsub li a
{
	padding-left: 35px;
	padding-top: 5px;
	height: 19px;
	text-decoration: none;
	font-weight: normal;
}

.clearfixsub li a:link, .clearfixsub li a:visited
{
	color: #4D4D4D;
	display: block;
	background:  url(submenu.png);
}
	
.clearfixsub li a:hover
{
	color: #2C4D9A;
	background:  url(submenu.png) 0 -24px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

#informationblock {
vertical-align: middle;
background-color:#EEEEEE;
border:1px solid #CCCCCC;
color:black;
float:right;
padding:3px;
position:relative;
top:0;
}
#informationblock img {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}