


/* Layout */
#AdBanner {
	position: absolute;
	left: 20em;
	padding: 20px;
	width: 152px;
	height: 125px;
	
}

#LogoPane {
	height: 100px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 2px;
	
	
}

#Logo {
	width: 200px;
	height: 90px;
	float: left;
	
}

#Login {
	text-align: right;
	font-weight: normal;
	color: #ffffff;
	padding: 5px;
}

#NavPane {
	height: 24px;
	margin-right: 0px;
	margin-top: 0px;
	
}

#NavBar {
	height: 24px;
	margin-right: 0px;
	margin-top: 0px;
	background: #336699;
	padding-left: 50px;
	font-weight: bold;
	line-height: 20px;
}

.divtest { background-image: url(images/members.jpg); 
                   background-repeat: no-repeat; 
                   background-position: right top; }
#pic {
	position: absolute;
	left: 0em;
	padding: 0px;
	width: 133px;
	height: 225px;
	 z-index:1;
	}
	
#main {
	
	margin-left: 80px;
	margin-top: 40px;	
	padding-left: 50px;
}	

#content {
	margin-left: 120px;
	margin-top: 40px;	
	padding-left: 50px;
	margin-right: 50px;
}
#address {
	margin-left: 80px;
	margin-top: 40px;	
	padding-left: 50px;
	color: #336699
}
#copyright {
	margin-left: 120px;
	margin-top: 20px;	
	padding-left: 170px;
	font-size: 12px;
	color: #336699
}
/* Classes */

.sweep {
	clear: both;
	height: 1px;
	background: #ffffff;
	font-size: 0px;
	display: block;
}

.sweep-left {
	clear: left;
	height: 1px;
	background: #ffffff;
	font-size: 0px;
	display: block;
}

.sweep-right {
	clear: right;
	height: 1px;
	background: #ffffff;
	font-size: 0px;
	display: block;
}

/* Tags */

BODY  {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

BODY  {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, San serif;
	background-image: url(images/headbkgd.jpg); 
	background-repeat: repeat-x;

	font-size: small  		/* intended value for better browsers */
}

BODY DIV, BODY P, BODY TD, BODY LI  {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, San serif;
	font-size: small  		/* intended value for better browsers */
}

a {
		
		color: #336699;
		text-decoration: none;
	}
	
a:hover {
		text-decoration: underline;
		color: #0099ff;
	}

h2 {
		
		color: #336699;
	}
	
/* Dropdown Controls */

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none; 
		line-height: 21px;
		z-index:2;
	}
	
	#nav a {
		display: block;
		/* hack for IE/Mac */
		float: left;/* \*/float: none;/*  */
		color: #ffffff;
		text-decoration: none;
		
	}
	
	#nav a:hover {
		color: #FFFF00;
	}
	
	#nav li {
		padding: 4px 30px 0 0;
		float: left;
	}
	
	#nav li ul {
		position: absolute;
		left: -999em;
		width: 152px;
		background: #cccccc;
		padding: 1px;
		border: 0px;
		line-height: 15px;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
	}
	
	#nav li ul li:hover, #nav li ul li.sfhover {
		background: #cdcdcd;
		color: #FFFF00
	}
	
	#nav li ul li {
		background: #336699;
		width: 150px;
		padding: 1px;
	}
	
	
