body {
	background : transparent url(images/background.jpg) center fixed;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FF0000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FF0000;
	scrollbar-arrow-color: #000000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 145px;
}

#nav li { /* all list items */
	float: left;
	width: 145px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: transparent;
	width: 145px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.7em 0 0 145px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content01 {
	clear: left;
	color: #000000;
}

#content02 {
	clear: left;
	color: #000000;
}

#content03 {
	clear: left;
	color: #000000;
}

#nav li:hover, #nav li.hover {
    position: static;
}

A:link {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	background-color : transparent;
}

A:visited {
	color : #1E90FF;
	text-decoration : none;
	background-color : transparent;
}

A:hover {
	color : #FF0000;
	text-decoration : none;
	font-weight : bold;
	background-color : transparent;
}

.mainfont {
	font-family : arial;
	font-size : 10pt;
	color :  #000000;
	background-color : transparent;
}

.formfont {
	font-family : arial;
	font-size : 10pt;
	color :  #000000;
	font-weight : bold;
	background-color : none;
}

.mainfontbold {
	font-family :  arial;
	font-size : 10pt;
	color :  #000000;
	font-weight : bold;
	background-color : transparent;
}

.comingsoon {
	font-family :  arial;
	font-size : 16pt;
	color :  #000000;
	font-weight : bold;
	background-color : transparent;
}

.accentfont {
	font-family : arial;
	font-size : 10pt;
	color :  #FF0000;
	font-weight : bold;
	background-color : transparent;
}

.fieldset
{
	border-style : double;
	border-color : #FF0000;
	border-width : 5px;
	width : 90%;
}

.bar
{
	width:950;
	height:4;
	valign:middle;
	color:#1E90FF;
	background:#1E90FF;
}