/*-------------------------------------------------
GLOBAL STYLE SHEET
-------------------------------------------------*/

body {
	margin: 8 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #f0f0f0;
	text-align: center;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; }
td.header { background: #666;}
td.content { background: #fff;}

p.hr {border-bottom: 1px dotted #999;}

.hundred {font-size: 14px;}
.medium {font-size: 12px;}
.small {font-size: 11px;}		

A:visited { color: #900; text-decoration: underline;}
A:link { color: #900; text-decoration: underline;}
A:hover { color: #fff; background: #900; text-decoration: underline;}

a.q {font-weight:bold;}

A.footerlink:visited { color: #666; font-size: 11px; text-decoration: underline;}
A.footerlink:link { color: #666; font-size: 11px; text-decoration: underline;}
A.footerlink:hover { color: #fff; font-size: 11px; text-decoration: underline;}

#logoline { 
	color: #fff;
	background: transparent;
	padding: 20px 0 10px 30px;
	margin: 0;
	}

#marquee {
	width: 360px;
	margin: 20px 0 20px 20px;
	padding: 16px;
	border: 1px solid #ccc;
	color: #966;
	background: #fff; 
	}		
	
	
/*--- NAVIGATION ---*/
#nav {
	height: 21px;
	margin: 0;
	padding-left: 20px;
	}

#nav li {
	font-size: 71%;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	padding: 3px 8px;
	margin: 0 -1px 0 0;
	text-decoration: none;
	color: #333;
	background-color: #ccc;
	border: 1px solid #666;
	border-bottom: 1px solid #ccc;
	}	
	
#nav a.current:link, #nav a.current:visited {
	float: left;
	padding: 3px 6px;
	text-decoration: none;
	color: #666;
	background-color: #fff;
	border: 1px solid #666;
	border-bottom: 1px solid #fff;
	}
	
#nav a.user:link, #nav a.user:visited {
	float: left;
	padding: 3px 6px;
	text-decoration: none;
	color: #666;
	background-color: #cc9;
	border: 1px solid #666;
	border-bottom: 1px solid #cc9;
	}	
		
#nav a:hover {
	background: #efefef;
	} 
	
#nav a.current:hover {
	background: #efefef;
	} 
	
#nav a.user:hover {
	background: #ffc;
	} 	
		






	