body {
	background: #fff url("/images_site/graffiti1.jpg") fixed no-repeat -5px 0;
	font:83%/1.5 tahoma,arial,verdana,sans-serif;
	margin: 0px;
}

a {
	color: #0058a2;
}
a:hover {
	color: #dd0000;
}

#container {

}
#navcontainer {
	color: black;
	position: absolute;
	left: 575px;
	top: 0px;
	width: 210px;
	font-size: 12px;
	font-weight: bold;
/*	background-image: url(../images_site/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -6px;*/
	
}
#navcontainer ul
{
margin-left: 22px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #0058a2;
border-bottom: 1px solid #eee;
color: #fff;
}


#navcontainer a:link, #navlist a:visited
{

text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
#navcontainer #selected
{
	color: #9bf;
}
#navcontainer .menu_level2
{
	background-color: #fff;
	color: #369;
	font-size: 11px;
}
#navcontainer .menu_level3
{
	background-color: #fff;
	color: #aaa;
	font-size: 11px;
}
#main {
	margin-left: 38px;
	width: 515px;
	padding: 5px;
}

#main p {

}
#banner {
	text-align: center;
}
#footer {
	text-align: center;
	border-top: 1px solid #ddd;
}
h1 {
 border-bottom: 3px solid #ddd;
 color: #0058a2;

}

h2{
	color: #0058a2;

}
h3{
	color: #0058a2;

	
}
h4 {
	color: #0058a2;

	
}
h1 {font-size: 172%;}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
/*#########################################*/

.reference {
	font-size: 85%;
	color: #999;
}
.superscript {
	font-size: 75%;
	color: #999;
	position: relative;
	top: -0.75em;
}
.featurebox {
	margin: 10px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #0058a2;
	display: block;
}