@charset "utf-8";
/* global */

/* whitespace reset */

body,div,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,th {margin:0;padding:0;}

/* CSS Document */



body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
}

/* layout elements */

div#container {
	margin:0 auto;
	width: 800px;
	text-align:left;
	border: thin solid #CCCCCC;
}


/* header elements */

div#header {
	position: relative;
	width:800px;
	height: 216px;
	background-color: #0099FF;
}


div#menu {
	float: left;
	width: 800px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.headerImg {
	height: 216px;
	width: 800px;
}



/* footer elements */

div#footer {
	float: left;
	text-align: center;
	width: 800px;
	height: auto;
	color: #000000;
	text-decoration: none;
	font-size: 75%;
	display: inline;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#footer a {
color: #ffffff;
text-decoration: none;
}

div#footer a:hover {
color: #ffffff;
text-decoration: underline;
}


/* font sizing */

h1 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}
p {
	padding: 4px 0 8px 0;
	margin: 0;
	color: #333333;
	font-size: 12px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	margin:2px 0 -6px 0;
	padding:0 0 3px 0;
	display: block;
	color: #0066CC;
}
h3 {
	font-size: 90%;
	font-weight: lighter;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}
h4 { font-size: 100%; font-weight: bold; color: #00a0af; margin-top: 4px; margin-bottom: -3px; display: block; }
h5 {
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
h6 {
	font-size: 8px;
}
