/* CSS Document */

/* zero out all tags */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height:100%;		/* bugfix for center problem in firefox */
}

/* specific settings for the body tag. These are sitewide defaults */
body {
	text-align:center;  								/* this is a hack for IE5 to center the wrapper */
	min-width:780px;									/* this is a hack for mozilla */
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#ffffff;
	overflow: -moz-scrollbars-vertical;
	min-height: 100%;

	background-attachment: fixed;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*
	background-image: url(pix/2006back.jpg);

*/
/*
a:link { text-decoration: none; color: #FFFFFF; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: none; color: #FFFFFF; background-color: #404040}
*/

a:link {  color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #FFFFFF; background-color: #404040}




/* this is the wrapper that will contain our actual site */
#container{
	
	width:800px;
	background-color:#000000;
	margin: auto;
	text-align:left;
	color:#FFFFFF;
	border-bottom:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-top:1px solid #404040;
	padding: 10px 10px 10px 10px;

}



/* misc classes */
.clearboth {
	clear: both;
}
.floatright {
	float: right;
	margin: 0 0 20px 20px;
}
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
}
.floatleftmiddle {
	float: left;
	margin: 20px 20px 20px 0;
}
.copyright {
	font-size: 8pt;
}

.titleStyle {
	font-size: 24pt;
	color: #999999;
}

/* navbar settings */
#navbarcontainer {
}

#navbar {
	color:#FFFFFF;
	background-color:#000000;
	border-bottom:1px solid #ffffff;
}

#navbar ul {
	padding: 10px 0 5px 0;
	margin: 0;
	background-color:#000000;
	text-align:right;
}
#navbar ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
#navbar ul li a{
	font-size: 85%;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	padding: 0 5px 0 5px;
	text-align: right;
	width: 9em;
} 

#navbar ul li a:hover, #nav ul li a:focus{
	color:#c0c0c0;
}

.bodytext {
	font-size: 13px;
}
/* navbar settings */


a.newshead:link { text-decoration: none; color: #F0F0F0; }
a.newshead:visited { text-decoration: none; color: #F0F0F0; }
a.newshead:hover { text-decoration: underline; color: #F0F0F0; }


a.nav:link { text-decoration: none; color: #F0F0F0; }
a.nav:visited { text-decoration: none; color: #DDDDDD; }
a.nav:hover { text-decoration: none; color: #FFFFFF; background-color: #AAAAAA}


