body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif, sans;
	margin: 0px;
	padding-left: 50%;
	clear: both;
	position: absolute;
	background: url('images/bggrad2.png') repeat-x;
	background-color: #464646;
}

a 
{
	text-decoration: none;
	color: #747474;
}

a:hover 
{
	text-decoration: underline;
	color: #000;
}

#container 
{
	width: 700px;
	margin-left: -350px;
}

#navstart 
{
	background: url(images/navstart.png) no-repeat;
}

#navend {
	background: url(images/navend.png) no-repeat;
}

.navbutton 
{
	height: 30px;	
	float: left;
	background: url(images/navmid.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 14px;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer 
{
	clear: both;
	margin-top: 10px;
	height: 30px;
}

#main 
{
	padding: 5px;
	width: 688px;
	text-align: justify;
	color: #333;
	line-height: 1.6em;
	background-color: #E2E2E2;
	border: 1px solid #888;
	float: left;
}

#fpic
{
	width: 686px;
	border: 1px inset #888;	
	height: 148px;
	background-color: #999999;
	clear: both;
	background: url('images/eyes.jpg') no-repeat;
}

#sidebar 
{
	width: 197px;
	border-left: 1px solid #BBB;
	float: right;
	margin-left: 9px;
	/*margin-top: 5px;*/
	padding-left: 8px;
	text-align: left;
	clear: both;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

h2 
{
	font-size: 10px;
	font-weight: bold;
}

#footer 
{
	background-color: #484848;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 23px;
	padding-top: 4px;
	padding-bottom: 1px;
	clear: both;
	width: auto;
}


.noteblock1
{
    background: #d0d0d0;
    width: 465px;
    padding: 5px;
    border: 1px solid #000;
    color: #000;
    margin: 7px 0px 7px 0px;
}


.noteheader
{
    width:auto;
    border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align:left;
}

p
{
	margin:0;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0;
}
