/*************************************************
**********		PAGE STRUCTURE STYLES	**********
*************************************************/

html {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color:#a2c1cd;
	font-family:Verdana;
}

hr.clearall {
	width:100%;
	clear:both;
	visibility:hidden;
}

/*************************************************
**********		WRAPPER STYLES			**********
*************************************************/

div#page-wrapper {
	width:986px;
	margin:0 auto;
}

div#body-wrapper {
	background-repeat:repeat-y;
	min-height:300px;
	padding:0;
	margin:0;
	position:relative;
	z-index:50;
}

div#content-wrapper {
	margin:50px 0 0 4px;
}

/*************************************************
**********		HEADER STYLES			**********
*************************************************/

div#nav {
	text-align:right;
	float:left;
	width:250px;
}

div#nav a {
	color:white;
	text-decoration:none;
	font-family:Arial Rounded MT Bold;
	font-size:16px;
}

div.nav-link {
	background-color:#66c6d2;
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:235px;
	margin-top:4px;
	padding:8px 15px 8px 0;
}

div.nav-link-over {
	background-color:#da3700;
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:235px;
	margin-top:4px;
	padding:8px 15px 8px 0;
}

div#contact-info {
	text-align:center;
	padding:30px;
}

/*************************************************
**********		BODY STYLES				**********
*************************************************/

div#content {
	float:left;
	margin:0 0 20px 20px;
	width:686px;
	font-size:13px;
}

div#content h1 {
	font-size: 18px;
	color:#253873;
	font-family:Verdana;
}

div#content a {
	text-decoration:underline;
	color:#253873;
}

div#content a:visited {
	text-decoration:underline;
	color:#253873;
}

div#content a:hover {
	text-decoration:underline;
	color:#000000;
}



/*************************************************
**********		FOOTER STYLES			**********
*************************************************/

div#footer {
	text-align:center;
	color:#000;
	font-family:Verdana;
}

div#bottom-nav {
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
}

div#bottom-nav a {
	text-decoration:underline;
	color:#253873;
}

div#bottom-nav a:visited {
	text-decoration:underline;
	color:#253873;
}

div#bottom-nav a:hover {
	text-decoration:underline;
	color:#000000;
}




/*************************************************
**********		GENERAL PAGE STYLES		**********
*************************************************/

h1 {
	margin-top:0;
	padding-top:0;
}

span.required {
	color:red;
}