body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 70%;
	line-height: 18px;
	text-align: center;
	margin-top: 4%;
	background-color: #FFFFFF;
	margin-bottom: 25%;
}

td {
	background-color: inherit;
	color: inherit;
	vertical-align: top;
	font-size: inherit;
}

img {
	border-width: 0px;
}

ul li {
	margin-top: 5px;
}

ul li ul {

}

ul li ul li {
	list-style-type: circle;
	margin-top: 0px;
}

ul li ul li ul li {
	list-style-type: disc;
}

li { 
	list-style-type: square;
}

.list {
	margin-left: 0px;
}

.list li {
	list-style-type: none;
}

.list li {
	list-style-type: circle;
}

div {
	text-align: left;
	color: inherit;
	background-color: inherit;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: 500;
	padding: 2px 0px 4px 5px;	
	margin: 0px 0px 15px 0px;
	border-left: 2px groove gray;
	border-bottom: 2px groove gray;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: 500;
	padding: 2px 0px 4px 5px;	
	margin: 35px 0px 15px 0px;
	border-left: 2px groove gray;
	border-bottom: 2px groove gray;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

a{
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

a:link{
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

a:visited{
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

a:hover{
	color: #006699;
	text-decoration: none;
	background-color: inherit;
}

/************** Form styles, standard-form **************/
form br {
	clear: both;
}

.standardform { 
	background-color: #EBEBEB; 
	border: 1px solid #999999;
	padding: 5px 10px 15px 10px;
	text-align: left;
	color: #000000;	
}

fieldset {
	padding: 5px;
	margin: 10px;
}

legend { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	background-color: inherit;
}

.standardform label {
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
	width: 110px;
	clear: left;
}

.standardform input {
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
	width: 200px;
	clear: right;	
}

label.smallLabel {
	clear: none;
	width: auto;
}

.standardform select {
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
	clear: right;	
}

.standardform textarea {
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
	margin-left: 0px;
	width: 200px;
	clear: right;	
}

input.smallInput {
	width: auto;
	clear: none;
}

input.button {
	width: auto;
}


/************** Div and layout tags  **************/
/* Layout div tags */
#page {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 652px;
	height: 600px;
}

#heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 76px;
}

#etc {
	padding: 1px 10px 1px 0px;
	text-align: right;
	margin-top: 3px;
	font-weight: 600;
	color: inherit;
	background-color: inherit;
}

#menuSection {
	margin: 40px 0px 20px 0px;
	text-align: center;
}

#content {
	width: 650px;
	margin-top: 50px;
	padding: 0px 0px 5px 0px; 
	border-bottom: 0px solid #333333;
	color: inherit;
	background-color: inherit;
	clear: both;
	font-size: 14px;
}

#siteInfo {
	text-align: center;
	padding: 3px 0px 3px 0px;
	background-color: #333333;
	color: #FFFFFF;
	clear: both;
}

#siteInfoIndex {
	text-align: center;
	padding: 3px 0px 3px 0px;
	background-color: #FFFFFF;
	color: #000000;
	clear: both;
	font-size: 16px;
	margin-top: 7%;
}

#siteInfo a {
	color: #FFFFFF;
	background-color: inherit;
}

/************** Substyles for the layout tags  ***************/
/* PAGE STYLES */


/* HEAD STYLES */
.logo {
	float: left;
}

/* ETC STYLES */


/* CONTENT STYLES */
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	margin: 20px 0px 5px 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left: 2px groove gray;
	border-bottom: 2px groove gray;
}

/* MENU SECTION STYLES */
#mainMenu ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#mainMenu li {
	list-style-type: none;
	display: inline;
	margin-right: 17px;
}

#mainMenu a {
	text-decoration: none;
	font-size: 22px;
}

#mainMenu a:link {

}

#mainMenu a:hover {
	text-decoration: none;
}

.link a {
	text-decoration: none;
}
