body {
	background: #2f548c;
	color: #FFFFFF;
	font-family:sans-serif;
	font-size: 16px;
	padding: 0 0 0 0;
	text-align: center;
}
#outer {
	background: #5070a0 url('middle.gif') repeat-y top left;
	width: 765px;
	text-align:left;
	margin: auto auto auto auto;
}
#topbar {
	background: url('top2.gif') top left no-repeat;
	width: 765px;
	height: 10px;
	font-size: 1px;
}
#bottombar {
	background: url('bottom2.gif') bottom left no-repeat;
	width: 765px;
	height: 36px;
	font-size: 1px;
}
#header {
	margin-left: 255px;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	height: 75px;
	width: 490px; 
	text-align: center;
}

#logospace {
	position: relative;
	float: left;
	height: 75px;
	width: 248px;
	text-align:center;
	padding: 0 0 0 0;
}
	

#nav {
	position: relative;
	float: left;
	left: 15px;
	width: 220px;
	text-align: center;
}

#navtitle {
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
}

#main {
	margin-left: 257px;
	margin-top: 10px;
	width: 475px; 
}

#main .sectionheader {
	font-size:  20px;
	font-weight: bold;
	font-variant: small-caps;
}

#footer {
	clear: left;
	margin-left: 15px;
	margin-top: 5px;
	width: 715px;
	text-align: center;
}

.hr {
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: center;
}

#nav .navelement {
	font-variant: small-caps;
	margin-top: 2px;
	margin-bottom: 3px;
	background: transparent url('link.gif') no-repeat top center;
	height: 30px
}


#nav .navelement:first-letter {
	font-variant: small-caps;
	font-size: 20px;
}

#nav .navelement a:first-letter {
	font-variant: small-caps;
	font-size: 20px;
}

a{
	text-decoration:none
}
a:link{
	color: #E0F0FF
}
a:visited {
	color: #F0E0FF
}
a:active {
	color: #FFF0E0
}
a:hover {
	color: #FFAACC;
}
