body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Arial";
	font-size: 12px;
}

a {
	color: #000000;
}

.header
{
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF;
	background: url(images/header/header_background.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
}

	.header p
	{
		font-family: inherit;
		font-size: inherit;
		margin: 8px 5px 0px 0px;
	}
		
p {
	line-height: 14px;
}

.menu
{
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	text-align: center;
}
	
	.menu li
	{
		display: inline;	
	}
	
.content
{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
}	

.main
{
	text-align: left;
	width: 780px;
	
}
	
.footer
{
	font-family:"Arial";
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	background: #0073B9;
	color: #6CAFF5;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
	.footer a
	{
		color: #6CAFF5;
		text-decoration: none;
	}
	
	.footer p
	{
		font-size: 10px;
		font-weight: normal;
		color: #024D87;
	}
	
	.footer p a
	{
		font-size: 10px;
		font-weight: normal;
		color: #FFFFFF;
		text-transform: uppercase;
		text-decoration: none;
	}

.homepagetable
{
	font-family: "Arial";
	background: url(images/homepage/homepage_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #737373;
}

	.homepagetable a
	{
		color: #EB995D;
		text-decoration: none;
	}
	
.bluebox
{
	background: #EBF1F9;
	border-width: 1px;
	border-style: solid;
	border-color: #0170BA;
	width: 750px;
	padding: 5px 15px 15px 15px;
	margin: 0px 0px 10px 0px;
}

.bluebox img
{
	margin: 10px 20px 0px 0px;
}

.horizontal li
{
	display: inline;
}