* {
margin: 0;
padding: 0;
}

/* tags */

a {
color: #bad0f9;
}
a:hover {
color: #e6f1b9;
}

html, body {
background-color: #317ba6;
font-family: verdana, sans-serif;
font-size: 10pt;
color: #000000;
text-align: center;
}

/* divs */

#header {
width: 770px;
height: 175px;
margin: 1em auto 0 auto;
background: #e6f1b9 url('images/header_new.gif') no-repeat top center;
font-family: verdana, sans-serif;
font-size: 10pt;
color: #317ba6;
}
	#header a {
	color: #317ba6;
	text-decoration: none;
	}
	#header a:hover {
	color: #082d4d;
	}
	
#nav {
display: block;
width: 770px;
height: 33px;
margin: 5px auto 0 auto;
font-size: 10pt;
background: transparent url('images/nav.gif') no-repeat top center;
}
	#nav ul {
	display: block;
	width: 770px;
	height: 33px;
	margin: 0 auto 0 auto;
	list-style: none;
	}
	#nav ul li {
	display: inline;
	float: left; 
	/*float: none;*/
	width: 110px;
	height: 33px;
	}
	#nav ul li a {
	display: block;
	width: 110px;
	height: 33px;
	color: #317ba6;
	text-decoration: none;
	}
	#nav ul li a:hover {
	color: #021d2d;
	}
	#nav ul li a strong {
	display: block;
	padding: 5px 0 0 0;
	}

#content {
width: 770px;
margin: 0 auto 0 auto;
/*padding: 0 1em 0 1em;*/
background: transparent url('images/content.gif') repeat-y top center;
text-align: center;
font-size: 11pt;
color: #276285;
}
	#content a {
	color: #0b4465;
	}
	#content a:hover {
	color: #317ba6;
	}
	#content p {
	padding: 1em 2em 1em 2em;
	text-align: left;
	text-indent: 1em;
	color: #276285;
	}
	#content h2 {
	padding: 1em 2em 1em 2em;
	text-align: center;
	color: #276285;
	font-size: 16pt;
	font-weight: normal;
	}
	#content h3 {
	padding: 1em 2em 1em 2em; 
	text-align: center;
	font-size: 12pt;
	color: #276285;
	}
	
#content_bevel_top {
width: 770px;
height: 21px;
margin: 5px auto 0 auto;
background: transparent url('images/content_bevel_top.gif') no-repeat top center;
}


#content_bevel_bottom {
width: 770px;
height: 21px;
margin: 0 auto 0 auto;
background: transparent url('images/content_bevel_bottom.gif') no-repeat bottom center;
}

#footer {
margin: 0 0 1em 0;
font-size: 8pt;
color: #e2e2e2;
}

/* classes */

.centered {
display: block;
margin: 0 auto 0 auto;
text-align: center;
}

.hidden {
display: none;
}

.noborder {
border-style: none;
}
