div {
	border: none;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #E4E4E4;
	color: #000;
	}

#banner {
	margin-left: 0px;
	}
	
#leftcolumn {
	float: left;
	width: 250px;
	margin-left: 10px;
	margin-top: 40px;
	color: #000;
	padding: 3px 0px 3px 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;

	}
		
#centercolumn {
	margin-top: 25px;
	margin-left:175px;
	padding: 0px;
	color: #000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;

	}

#rightcolumn {
	position: absolute;
	margin-top: 75px;
	left: 80%;
	top: 85px;
	width: 140px;
	padding-left: 10px;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;



	}
	
#footer {
	width: 950px;
	float: none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	padding: 10px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-bottom: 15px;
	line-height: 25px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #660099;
	text-align: center;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #660099;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #660099;
	text-align: center;
	text-decoration: underline;


}
	
hr {
	padding: 10px;
	clear: both;
	border-top: 2px solid #999999;
	border-right: 2px none #999999;
	border-bottom: 2px none #999999;
	border-left: 2px none #999999;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
: none}
a:visited {
	color: #005782;
	text-decoration: none;
}
a:hover {
	color: #660099;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
.navbartext {
	text-align: center;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	height: 200px;
	border: thin none;
	list-style-position: inside;
	list-style-type: disc;


}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-variant: normal;
	list-style-type: square;
	font-style: normal;
	font-weight: normal;







}
.leftnavbar {
	float: left;
	height: auto;
	width: 200px;
	border-right-style: solid;
	border-right-width: thin;
	background-color: #e4e4e4;


}
.rightnavbar {
	float: right;
	height: auto;
	width: 200px;
	background-color: #e4e4e4;
	padding: 10px 10px 10px 20px;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;





}
