/* CSS Document */
.error {
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}
.clear
{
	clear: both;
}

.header
{
	
	background: #093B49 url('images/header.jpg') top right no-repeat;
	
}

#header h1
{
	position: absolute;
	top: 1.2em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #fff;
}

#header h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	
	background: #007788 url('images/x3.gif') top left repeat-x;
	text-align: center;
	top: 0.5em;
	left: 0em;
}
.bigh2
{
	width: 97%;
	position: relative;
	left: 0px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}
.smlh2
{
	width: 80%;
	position: relative;
	left: 0px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}
.h2span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}



#menu a
{
	color: #fff;
	display: block;
	padding: 1em 1.25em 0.50em 1.25em;
	text-decoration: none;
}

#menu a:hover
{
	background: #007788 url('images/x4.gif') top left repeat-x;
}
.footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

.block
{
	border: dashed 1px #BFB793;
}

