.tnav {
	font-family: Oswald, sans-serif;
	font-size: 15px;
	line-height: 5px;
	color: #000000;
	letter-spacing: 1px;
	}

A.tnav:link { text-decoration: none; color: #121212}
A.tnav:visited { text-decoration: none; color: #121212}
A.tnav:active { text-decoration: none; color: #121212}
A.tnav:hover { 
	text-decoration: none;
	color: #EF8D31;
	/*background-color: #173157;
	padding : 1 1 1 1;*/
}

.tnav2 {
	font-family: Oswald, sans-serif;
	font-size: 16px;
	line-height: 27px;
	color: #dedede }

A.tnav2:link { text-decoration: none; color: #000000}
A.tnav2:visited { text-decoration: none; color: #000000}
A.tnav2:active { text-decoration: none; color: #000000}
A.tnav2:hover { 
	text-decoration: none;
	color: #ADB037;
	/*background-color: #173157;
	padding : 1 1 1 1;*/
}

.tnav3 {
	font-family: Oswald, sans-serif;
	font-size: 16px;
	line-height: 27px;
	color: #dedede }

A.tnav3:link { text-decoration: underline; color: #990000}
A.tnav3:visited { text-decoration: none; color: #990000}
A.tnav3:active { text-decoration: none; color: #990000}
A.tnav3:hover { 
	text-decoration: none;
	color: #EF8D31;
	/*background-color: #173157;
	padding : 1 1 1 1;*/
}


.content1 {
	font-family: Oswald, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	letter-spacing: 0px;
	}

.content2 {
	font-family: Oswald, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #EF8D31;
	letter-spacing: 0px;
	}

.content3 {
	font-family: Oswald, sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #000000;
	letter-spacing: 0px;
	}

.content4 {
	font-family: Oswald, sans-serif;
	font-size: 19px;
	line-height: 28px;
	color: #EF8D31;
	letter-spacing: 0px;
	}
	
.content5 {
	font-family: Oswald, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #000000;
	letter-spacing: 0px;
	}

	
.homepageannouncement {
	font-family: Lobster, sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #AFB038;
	letter-spacing: 2px;
	}

.homepageannouncement2 {
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: 2px;
	}

.homepageannouncement3 {
	font-family: Oswald, sans-serif;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	letter-spacing: 2px;
	}
	
.Example1 {
	font-family: Oswald, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #7e7e7e;
	letter-spacing: 0px;
	}

	
.PageTitle1 {
	font-family: Oswald, sans-serif;
	font-size: 27px;
	line-height: 40px;
	color: #EF8D31;
	letter-spacing: 0px;
	}	

/*drop down styles*/

#dropmenudiv{
position:absolute;
border:1px solid #cc0000;
border-bottom-width: 0;
font:normal 13px 'Oswald';
line-height:28px;
z-index:50;
margin-left: 0px; 
margin-top: 0px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cc0000;
padding: 1px 0;
text-decoration: none;
color:#ffffff;
background-color:#cc0000;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#ffffff;
background-color: #ff0033;
}

.li-style { padding-top:6px; padding-bottom:6px;}
.li-style2 { height:16px;}