
/*global stuff*/
	
body {
	
	margin-left : 0;
	margin-top : 0;
	padding: 0; /* need for Opera */
	background: #ffffff;
	color: #333;
	min-width: 610px;
}

/*navigation*/
a	{
					font-family: Verdana, Arial, Helvetica, sans-serif;
					color : #cc0000;
					font-size : 14px;
					line-height : 16px;
					text-decoration :none;
     			}

a:hover {			font-family: Verdana, Arial, Helvetica, sans-serif;
					color : #3366ff;
					font-size : 14px;
					line-height : 16px;
				}
a.smallnav	{
					font-family: Verdana, Arial, Helvetica, sans-serif;
					color : #330066;
					font-size : 12px;
					line-height : 14px;
					text-decoration :none;
     			}

a.smallnav:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;
					color : #3366ff;
					font-size : 12px;
					line-height : 14px;
				}

/*homepagenav*/
#nav:before {
	line-height: 0.1;
	font-size: 1px;
	background: transparent ;
	margin: 0;
	height: 9px;
	display: block;
	border-bottom: 1px solid #ddd;
	
}
#nav {
	background: #E0E9E9 
}
#nav:after {
	display: block;
	padding-top: 0;
	line-height: 0.1;
	font-size: 1px;
	margin: 0 0 0 0;
	height: 8px;
	background: transparent ;
	border-top: 1px solid #fff;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav span {
	display: inline;
	padding: 0;
	margin: 0;
}

	
#nav span a {
	display: block;
	width :122px;
	padding: 8px 10px;
	text-decoration: none;
	background: #EDF2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}
#nav span a:hover {
	background: #E0E9E9;
}
	


#nav li li a {
	padding: 6px 8px 6px 20px;
}
	
/* blockpositions */

#header		    {	top : 0px;
					left : 0px;
					position:absolute;
					visibility : visible;
					}
#news	    {		position:absolute;
					top : 0px;
					left : 450px;
					width : 340px;
					visibility : visible;
					}
#nav	    {		top : 122px;
					left : 0px;
					vertical-align : top;
					position:absolute;
					visibility : visible;
					}
#mainpic	    {	top : 122px;
					left : 142px;
					position:absolute;
					visibility : visible;
					}
#mainbody	    {	top : 122px;
					left : 152px;
					width :600px;
					position:absolute;
					visibility : visible;
					}
#notices	    {	top : 122px;
					left : 428px;
					width :370px;
					position:absolute;
					visibility : visible;
					}
#maincontent	    {		position:absolute;
					top : 650px;
					left : 0px;
					width: 800px;
					visibility : visible;
					}
#memberpage	    {	top : 122px;
					left : 128px;
					width :670px;
					position:absolute;
					visibility : visible;
					}


/* footer */

#footer {
	clear: both;
	margin-top: 3em;
	margin-bottom: 1em;
	color: #888;
	padding: 0 50px;	
	text-align: center;
}


#footer ul#footer-menu {
	position: relative;
	top: -0.8em;
	margin: 0 1em 0 1em;
	padding: 0;
	list-style-type: none;
}




/* Random HTML Styles */

	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	.hide { display: none; }

/* General Structure */
    body{ /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            voice-family: "\"}\"";
            voice-family: inherit;
    }

	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	
	p,li {	font-family: Verdana, Arial, Helvetica, sans-serif;
					color : #003300;
					font-size : 10pt; 
					visibility : visible;
					}
					
		p.caption{	text-align:center;
					color : #003300;
					font-size : 10pt; 
					visibility : visible;
					}			
/* special copy */
.white	    {		font-family: Verdana, Arial, Helvetica, sans-serif;
					color : white;
					visibility : visible;
				}

.small   {	font-family: Verdana, Arial, Helvetica, sans-serif;
					color : white;
					line-height : 10px;
					font-size :8pt;
					visibility : visible;
				}
.red	    {		font-family: Verdana, Arial, Helvetica, sans-serif;
					color : red;
				}
				
				


/* Comments and other Asides */
	
	.note {
		color: #666;
		font-style: normal;
	}
	
	.first {
		margin-top: 0;
	}
	
	.remark {
		color: #666;
	}
	
	.sidenote {
		border: #666;
	}


/* Meta */

	address {
		color: #666;
	}

/* Lists */

dl {
	margin-top: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0.2em 0 1em 1em;
}
.small-print {
	font-size: 65%;
}

.small-print a:link,
.small-print a:visited {
	color: #666;
}

.small-print a:hover,
.small-print a:active {
	color: #333;
}