body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	padding-left:50%;
	background: #000303 url('http://i237.photobucket.com/albums/ff194/japanman490/NEWBGFL043-2-1.jpg') center fixed no-repeat;
}

a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}

#container
{
	width: 698px;
	margin-left: -350px;
}

#topheader
{
	background-color: #0000FF;
        border:1px solid #ffffff;
	height: 90px;
}

#title
{
    font-size: 24px;
    color: #fff;
    font-family: verdana;
    margin: 5px;
}

#navcontainer
{
	background-color: #ccc;
}

.navitem
{
	background-color: #D60000;
        border:1px solid #660000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 81px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast
{
	background-color: #D60000;
        border:1px solid #660000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 101px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


#main
{
        background: url(' ') no-repeat;
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#D60000;
	line-height: 1.6em;
}


#sidebar
{
	width:197px;
	border:1px dotted #ffffff;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
}

.headertext1
{
        color: #D60000;
	font-size:18px;
	font-weight:bold;
}
.headertext2
{
        color: #ffffff;
	font-size:10px;
	font-weight:bold;
}

#footer
{
	background-color:#D60000;
        border:1px solid #ffffff;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

img
{
	border: 1px solid #fff;
}

.verticaltext{
font: bold 12px Arial;
position: absolute;
right: 3px;
top: 20px;
width: 15px;
writing-mode: tb-rl;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: white;
margin: 3px 8px;
}