@charset "utf-8";
/* CSS Document */
.nav a:link { color: #ffffff; text-decoration: none; font-size: 16px; font-weight: bold;}
.nav a:visited { color: #ffffff; text-decoration: none; font-size: 16px; font-weight: bold;}
.nav a:hover { color:#CCCCFF; text-decoration: none; font-size: 16px; font-weight: bold;}
.nav a:active { color: #ffffff; text-decoration: none; font-size: 16px; font-weight: bold;}

body{background-color:#999999;}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:975px;
	height:253px;
	z-index:202;
}
#nav {
	position:absolute;
	left:62px;
	top:211px;
	width:580px;
	height:50px;
	z-index:302;
}
#center_image {
	position:absolute;
	left:0px;
	top:252px;
	width:975px;
	height:585px;
	z-index:1;
}
.navnolink {color: #FFFFFF; font-weight: bold; font-size: 16px; }
.smalltext {font-size: 14px}
.smalltextbold {font-size: 14px; font-weight:bold;}
.style4 {font-size: 18px}
.style6 {font-size: 24px}
.redtitle {font-size: 24px; color:#CC0000;}
.bluetitle {font-size: 24px; color:#000099;}
.style9 {
	font-size: 16px;
	color:#CCCCCC;
}
img.floatLeft { 
    float: left; 
    margin: 3px; 
}
