/* Website Structure Styles */
body {
	background: url(images/bg.gif);
	margin: 50px;
}
.main_table {
	width: 928px;
}
.header {
	color: #FFF;
}
.content {
	color: #000;
	padding: 10px 35px;
	min-height: 500px;
	background: url(images/content-bg.gif);
}
.footer {
	color: #FF6600;
	height: 74px;
	text-align: center;
	padding: 5px;
	background: url(images/bottom.gif);
}
.menu-table {
	background: #ffdb61;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.menu-table td {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 2px 2px 3px 5px;
}

/* Font Styles */
h1, h2, h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: 0px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}
td, p {
	color: #333;
}
a {
	color: #ef0000;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.footer a {
	color: #000;
}
.footer a:hover {
	color: #FF6600;
}
blockquote {
	color: #336600;
	background: #eab600;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
blockquote p {
	color: #336600;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
ul,ol {
	margin-left: 15px;
	padding-left: 5px;
	text-indent: 10px;
}
ul {
	list-style: square;
}
.feature-image {
	padding: 2px;
	border: 1px solid #333;
	background: #FFF;
}

/* Form Styles */
input, textarea {
	border: 1px solid #CCC;
	width: 180px;
}

/* Menu Styles */
.menu {
	background: #336600;
	height: 40px;
	padding: 0px 10px;
}
.menu a {
	padding: 14px 15px;
}
.menu a:link {
	color: #ffe1e9;
	text-decoration: none;
}
.menu a:visited {
	color: #ffe1e9;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #B4B4B4;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #666;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #B4B4B4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #8B8A8A;
}