@charset "UTF-8";
/* CSS Document */

body{
	background-color:#CCCCCC;
	background-image:url(../img/bkg_gradient.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	text-align:justify;
	}

.clear{
	clear:both;
	}

.spacer{
	height:2px; 
	width:900px;
	}

a{
	outline:none;
	border:none;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	}

a:hover{
	outline:none;
	border:none;
	text-decoration:none;
	color:#090;
	font-weight:bold;
	}


#head{
	width:900px;
	padding-bottom:20px; 
	padding-top:40px;
	}
	
#content{
	background-color:#333333; 
	padding:10px; 
	width:880px;
	line-height:17px;
	}

#footer{
	width:880px;
	padding:10px; 
	font-size:11px; 
	background-image:url(../img/bkg_footer.jpg); 
	background-repeat:repeat;
	}

.navspace{
	float:left; 
	width:5px; 
	height:27px;
	}

.nav{
	background-image:url(../img/tab_off.jpg); 
	background-repeat:no-repeat; 
	float:left; 
	width:103px; 
	padding-top:5px; 
	height:22px; 
	font-size:15px; 
	font-weight:bold; 
	text-align:center;
	cursor:pointer;
	}
	
.nav:hover{
	background-image:url(../img/tab_on.jpg); 
	background-repeat:no-repeat; 
	float:left; 
	width:103px; 
	padding-top:5px; 
	height:22px; 
	font-size:15px; 
	font-weight:bold; 
	text-align:center;
	cursor:pointer;
	}
	
.navactive{
	background-image:url(../img/tab_on.jpg); 
	background-repeat:no-repeat; 
	float:left; 
	width:103px; 
	padding-top:5px; 
	height:22px; 
	font-size:15px; 
	font-weight:bold; 
	text-align:center;
	cursor:pointer;
	}
	
.img{ border:none; outline:none;
	}

a.foot{
	color:#FFFFFF;
	outline:none;
	text-decoration:none;
	font-weight:normal;
	}
	
a.foot:hover{
	color:#FFFFFF;
	outline:none;
	text-decoration:underline;
	font-weight:normal;
	}
	
a.bplink{
	color:#333333;
	outline:none;
	text-decoration:none;
	font-weight:normal;
	}
	
a.bplink:hover{
	color:#999999;
	outline:none;
	text-decoration:none;
	font-weight:normal;
	}