@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/page-bg.png);
	background-repeat:repeat-x;
	background-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	}
#wrapper {
	top:0px;
	background-color:#ffffff;
	width:980px;
	height:auto;
	color:#000000;
	position:absolute;
	left:50%;
	margin-left:-490px;
	border-left:4px double #666666;
	border-right:4px double #666666;
	}
#header {
	background:url(images/fnheader.png);
	background-repeat:no-repeat;
	width:980px;
	height:90px;
	border-bottom:1px solid #003366;
	}
#nav {
	background:url(images/horiz-bg.png);
	background-repeat:repeat-x;
	color:#cccccc;
	width:980px;
	height:21px;
	border-bottom:2px solid #003366;
	padding-top:10px;
	padding-bottom:10px;
	}
#nav a {
	color:#ffffff;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
	}
#nav a:visited {
	color:#ffffff;
	text-decoration:none;
	}	
#nav a:hover {
	color:#A2C6FD;
	text-decoration:none;
	}
#nav a:active {
	color:#333399;
	text-decoration:none;
	}	
#footer {
	background-color:#292929;
	text-align:center;
	font-size:10px;
	width:980px;
	color:#ffffff;
	border-top:2px solid #000000;
	padding:5px 0px 5px 0px;
	border-bottom:4px double #666666;
	bottom:0px;
	}
#footer a {
	color:#CCCCCC;
	text-decoration:none;
	}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	}	
#left {
	float:left;
	width:150px;
	height:auto;
	background-color:#CCCCCC;
	font-size:12px;
	color:#000000;
	background-image:url(images/leftmenu-bg.png);
	background-repeat:no-repeat;
	background-color:#DADADA;
	z-index:100;
	padding:10px 10px 10px 10px;
	border-right:1px groove #666666;	
	border-bottom:1px groove #666666;
	}
#left a {
	color:#025591;
	text-decoration:none;
	}
#left a:hover {
	color:#025591;
	text-decoration:underline;
	}
#left a:visited {
	color:#025591;
	}
#left a:active {
	color:#333399;
	text-decoration:underline;
	}	
#left a:hover img {
	filter:alpha(opacity=90);
	opacity: 0.9; 
	}	
#maincontent {
	background-color:#ffffff;
	color:#000000;
	width:980px;
	height:auto;
	min-height:500px;
	z-index:-1;
	}
#maintext {
	float:right;
	width:780px;
	padding:20px 10px 10px 10px;
	position:relative;
	height:auto;
	}
#maintext a {
	color:#025591;
	text-decoration:none;
	}
#maintext a:visited {
	color:#025591;
	text-decoration:none;
	}
#maintext a:active {
	color:#333399;
	text-decoration:underline;
	}
#maintext a:hover {
	color:#025591;
	text-decoration:underline;
	}	
#maintext a:hover img {
	filter:alpha(opacity=90);
	opacity: 0.9; 
	}