/* CSS Document */

body {
	margin: 0px;
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}



 a:link, a:visited{
	color: #0033CC;
	text-decoration: none;
	border: none;
}

a:hover{
	color: #0033CC;
	text-decoration: underline;
	border: none;
}

p{
	margin-left:10px;
	margin-right:10px;
	font-size: 90%;
	text-align: justify;
}

ul {
	margin-right:10px;
}

strong {
	color: #000099;
}

input, select{
		font-size:75%;
		background-color: #FFFFFF;
		border: 1px solid #333333;
		color: #333333;
		font-family: Georgia, "Times New Roman", Times, serif;
	}

acronym{
	border-bottom: 1px dotted #666666;
	font-variant: small-caps;
}



/* layout sections */
#container{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

	#header {
		width:760px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#header h1{
	background-image: url(../images/header_v3.jpg);
	background-color:#FFFFFF;
	margin: 0px;
	width: 760px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: left top;
		}

	#header h1 span {
		display:none
		}
	
	#maincontent{
	width: 519px;
	float:right;
	}
	
	#maincontent h2{
	letter-spacing: -2px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 175%;
	color: #6FA313;
	}

	#maincontent li{
		font-size: 90%;
	}
	
	#maincontent p{
	margin-left:10px;
	margin-right:10px;
	font-size: 90%;
	text-align: justify;
}

	#leftNav{
	width: 231px;
	float:left;
	}
	
	#leftNav h3{
	overflow: hidden;
	border-bottom: 2px solid #333333;
	margin-right: 2px;
	margin-left: 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 5px;
	font-size: 130%;
	padding-bottom: 5px;
	
	}

	#leftNav ul{
	list-style:none;
	margin-left:0;	/* ie, opera */
	padding: 0;	/* mozilla & NN7 */
	}
	
	#leftNav li{
		font-size: 95%;
		color: #999999;
		padding-bottom:2px;
	}
	
	#leftNav a, #leftNav a:visited{
		display:block;
		padding: 2px 2px 3px 35px;
		color:#666666;
		text-decoration:none
	}
	
		#leftNav a:hover, #leftNav a:active{
	color: #666666;
	font-weight:bold;
	}
	
	#leftNav .uberlink{
	background-image:url(../images/mnu1.gif);
	background-repeat:no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
	}

	
	
		#mole{
		position:absolute;
		bottom:	0px;
		width:150px;
		height:100px;
		background-image:url(../images/mole.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		left: 400px;
	}


	/*
	.menusep
	{
		width:145px;
		height:31px;
		background-image:url(../images/grass.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		margin-left:42px;
	}
	*/
	

	
		.menusep
	{
		height:51px;
		background-image:url(../images/grass.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	
	.menusep span{
		display:none;
	}
	
	
	#searchform{
		font-size: 90%;
		color: #666666;
		margin-left:35px;
	
	}
	
	#domaincheck{
		font-size: 90%;
		color: #666666;
		margin-left:10px;
	}
	
	#searchresults {
		width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
img {
	border: none;
}
h3 {

	height: 0.9em;
	overflow: hidden;
	border-bottom: 2px solid #666666;
	font-weight: normal;
	color: #10A1D0;
	margin-bottom: -10px;
	font-size: 120%;
}
