/* CSS Document */

#image {
	position: relative;
	height: 200px;
	overflow: hidden;
	background-image: none;
	}
	
	.bottomround {
	height: 30px;
	width: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 170px;
	left: 0px;
	background-image: url(../bckgrnds/imageround.gif);
	background-repeat: no-repeat;
	}
	
	
#nav {
	height: 200px;
	background-image: url(../bckgrnds/linkbottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	

		#nav li ul {
			position: absolute;
        	left: 84px;
        	top: 15px;
        	display: none;
			z-index: 1;
       		 }
			 
			  #nav li ul.bottom {
        	left: 84px;
        	top: -24px;
        	
       		 }

		#nav li:hover ul { 
			border-right: solid 4px #CCCCCC;
			}

		#nav li a.quick {
			background-image: url(../bckgrnds/greenlink.gif);
			background-repeat: repeat-x;
			font-size: 13px;			
			color: #699F33;
			padding: 7px 0 8px 7px;
			}
			
		#nav li a.quicklink {
			background-image: none;
			font-size: 11px;
			color: #333333;
			padding: 0 0 0 10px;
			letter-spacing: 1px;
			}

		#nav li a.quicklink:hover {
			color: #699F33;
			background-image: none;
			}
			
#news {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 225px;
	height: 150px;
	background-color: #EDEDED;
	background-image: url(../bckgrnds/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	}	
	
	
	
#content {
	position: relative;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 470px;
	height: 150px;
	background-image: url(../bckgrnds/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline;
	overflow: hidden;
	border: none;
	}			
	
	#contenthead {
		width: 100%; 
		height: 15px;
		padding: 3px 0 2px 0;
		margin: 0 0 15px 0;
		background-color: #99CC66;
		border-bottom: solid 2px #FFFFFF;
		}
		
	#foot {
		position: absolute;
		top: 130px;
		left: 240px;
		}
		
#news ul, #content ul {
	margin: 0;
	padding: 0;
	}
	
#news li, #content li {
	list-style: none;
	margin: 0 0 5px 15px;
	}
	
h1 { 
	color: #FFFFFF;
	margin: 0 0 0 15px;
	padding: 0;
	}
		
			
h2 { 
	color: #FFFFFF;
	}
	
p {
	margin: 0 10px 10px 15px;
	}

	
p.footer{
	margin: 0;
	text-align: left;
	}

