body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eee;
	text-align: center;
	color: #333;
	line-height: 1.166;	
}

a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #777;
	text-decoration: none;
	text-decoration: underline;
}

/************* #wrapper styles **************/
#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 36px;
	padding: 0 0 0 0;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	background-color: #fff;
}

/************* #header styles **************/
#header{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 2px solid #999;
	width: 100%;
	text-align: center;
}
#headerGraphic{
	width: 555px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#headerNav{
color: #666666;
padding: 0px 0px 0px 23px;
white-space: nowrap;
}
#headerNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	text-decoration: none;
}
#headerNav a:hover {
	color: #333;
	text-decoration: underline;
}


/*********** #navigation link styles ***********/
#navigation {
	float: left;
	width: 120px;
	border: none;
	border-right: 1px solid #999;
}
#navigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li {	
	display: block;
	border: none;
	border-bottom: 1px solid #999;
}
/* fix for browsers that don't need the hack */
html>body #navigation li {
	border-bottom: 1px solid #999;
}
/* end of li hack */
#navigation li a{
	font-size: 81%;
	display: block;
	background-color: #eee;
	padding: 4px; 
	text-decoration: none;
	border: none;
}
#navigation li a:hover{
	background-color: #ddd;
}

/************* #content styles **************/
#content {
	width: 600px;
	float: right;
	padding: 20px 20px 30px 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}

#content li {
	font-size: 80%;
	line-height: 1.8em;
}

/************* #footer styles ***************/
#footer{
	clear: both;
	border-top: 1px solid #333;
	font-size: 75%;
	color: #666;
	padding: 9px 9px 9px 9px;
}
#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}

/************* form styles ***************/
input.txt {
	border: 1px solid #000;
	width: 200px;
	padding-left: 3px;
}
input.btn {
	font-size: 14px;
	border: 1px solid #000;
	background-color: #eee;
	margin-top: 20px;
	margin-right: 5px;
	padding: 3px;
}
input.btn:hover {
	background-color: #ddd;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 20%;
}

/************* other styles ***************/
