@charset "utf-8";
/* CSS Document */

.Titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #4C3225;
	font-style: italic;
}

.green {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color:#360;
	font-style: normal;
}

.Content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
}

.Subheader {
	font-size: 34px;
	font-style: italic;
}

.ContentHeaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}
.ContentHeadersLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:bold;
	color: #333333;
}
body {
	background-color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
}

.footer {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.footerBlack {
	color:#FFF;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
}

.BannerText {
	color: #FFCE0E;
	font-size: 16px;
	font-weight: bold;
	border: 1px none #093F05;
	font-style: oblique;
}

.nav {
	color: #FCEBDB;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 14px Default Font;
	line-height:20px;
	z-index:100;
	color:#B7836A;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#B7836A;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #663300;
}

.sidemenuTitle
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #a1a38e;
	text-transform: uppercase;
	color: #3F3F3C;
	font-weight: bold;
}
.sidemenuItem
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	color: #3F3F3C;
	
}
.Content span {
	text-align: left;
}
.footerLarger {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.largerfont {
	font-size: 23px;
	font-style:normal;
	color: #484848;
}

.largerfontRed {
	font-size: 23px;
	font-style:normal;
	color:#84141c;
}

.largerfont2 {
	font-size: 30px;
	font-style:normal;
	color: #484848;
}

div#plans {
    width: 863px;
    overflow: auto;	
    white-space: no-wrap; /*Don't let the images wrap to the next line*/
    height: 100px;
}
