@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #003300;
	background-repeat: repeat;
	background-image: url();
	background-color: #000000;
}

.imgborder  {
	border: 1px solid #000;
	margin:4px;
	padding:2px;
}

.smallgreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #003300;
}
.greenitalic14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #003300;
}
.greentitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #003300;
}
.greentitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003300;
}
.greennormal14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #003300;
}
h2 {
	font-size: 18px;
	color: #003300;
}
h3 {
	font-size: 24px;
	color: #FFFFFF;
}
h4 {
	font-size: 18px;
	color: #FFFFFF;
}
.whiteitalic14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.white14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.Bold14 {	font-size: 14px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.greentitleunderline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #003300;
	text-decoration: underline;
}
.style1 {color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px;}
body,td,th {
	font-family: Tahoma, Verdana, sans-serif;
}

/*Header Styles*/
.header-nav  {
	margin: 8px 0px 0px 0px;
	padding:0;
}

.header-nav ul  {
	margin: 0px auto;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

.header-nav li  {
	margin: 8px 10px;
	padding: 0px;
}

.header-nav li a:link,  .header-nav li a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#003300;
	text-decoration:none;
	text-transform:uppercase;
}

.header-nav li a:hover  {
	font-size:15px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}


.header-nav2  {
	margin: 8px 0px 0px 0px;
	padding:0;
}

.header-nav2 ul  {
	margin: 0px auto;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

.header-nav2 li  {
	margin: 8px 10px;
	padding: 0px;
}

.header-nav2 li a:link,  .header-nav2 li a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.header-nav2 li a:hover  {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform:uppercase;
	background:black;
	color:white;
	/* 
	Green + Underline 
	color: #003300;
	border-bottom:4px solid #003300;
	*/
	width:80%;
	margin:auto;
}

.footer2{
	color: #FFFFFF; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
}
.footer2 a{
	color: #FFFFFF;
	text-decoration:underline;
}
.footer2 a:hover{
	text-decoration:none;
}
