@charset "UTF-8";
/* CSS Document */

.black {color:#000000}
.blue {color:#009dd7}
.white {color:#FFFFFF}
.bodyLink {
	text-decoration: none;
	color:#999999;
	}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:arial;
	font-size:12px;
	line-height:20px;
}
h1{
	font-family:arial;
	font-size:14px;
	color:#009dd7
	line-height:20px;
}
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color:#00AEEF;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
.clear {
	line-height:0;
	font-size: 0;
	height: 0;
	clear:both;
}
#header {
	background-image:url('images/backgroundimage.jpg');
	width:100%;
	height:428px;
}
#headerLayout {
	width: 670px;
	margin: auto;
}
#headerLeft {
	width: 157px;
	float: left;
}
#headerRight {
	position: relative;
	width: 510px;
	float: right;
}
#nav {
	height: 380px;
}
#title {
	height: 50px;
	margin-left: 27px;
}
#body {
	padding: 20px 0 0 27px;
	font-family:georgia;
	font-size:12px;
	text-align:left;
}

#footer{
	padding: 20px 0 30px 27px;
	font-family:arial;
	font-size:12px;
	text-align:left;
	color:#00AEEF;
	letter-spacing: -1px;
}