/* Nav buttons defined below */
/* taken from wordpress.org */
#main {
	background: #000066;
	margin: auto;
	padding: 0;
	width: 800px;
}

#menu {
	border-bottom: 5px solid #e9e9e9;
	font-variant: small-caps;
	height: 19px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
}

#menu #last a {
	/*border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	font-weight: bold;
}

#menu a {
	height: 19px;
	background: #e9e9e9;
	font-weight: bold;
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	color: #000;
	float: center;
	padding: 5px 10px 5px;
	text-decoration: none;
}

#menu a:hover, #menu #current {
	background: #999999;
	font-weight: bold;
	color: #fff;
	/*border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-color: #000000;*/
}

#menu li {
	display: inline;
	margin: 0;
	text-align: center;
}

#content {
	/*border-right: 200px solid #676767;
	margin-left: 20px;*/
	padding-left: 20px;
	padding-right: 20px;
}

a:active {
	color: #000066;
}

a:hover {

  /*background-color: transparent;*/
  color: #CC0000;
 /*text-decoration: none;*/

}  

a:link {

  background-color: transparent;
  color: #000066;

}

a:visited {

  background-color: transparent;
  color: #000066;

}

.siteTitle {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bolder;

}

.footerText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

td {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.welcome {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;

}

.redLink {

	color: #FF0000;

}

.tableOutline {

	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-color: #000000;

}

.navTableOutline {

	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 0px solid;
	border-top: 0px solid;
	border-color: #000000;

}