/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/top_background.gif);
	background-repeat:repeat-x;
	background-color:#86A4FF;
	margin: 0;
}

h1 {
	margin-top:0;
	font-size:22px;
}

h2 {
	font-size:18px;
}

li {
	margin-bottom:8px;
}

.wrapper {
	width:900px;
	margin:auto;
	position: relative;
	top:5px;
}

.header {
	height:233px;
	background-image:url("images/banner.gif");
	background-repeat:no-repeat;
	bottom:0;
}

.nav {
	height:36px;
}

.body {
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}

.footer {
	height:81px;
	background-image:url("images/footer.gif");
	background-repeat:no-repeat;
	line-height:81px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}

.footer a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color:#FF0000;
}

a {
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#FF0000;
}#stretch {
	clear: both;
}
