@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #555555;
	background-image: url(images/bg.jpg);
	background-color: #7BA7C0;
}
h1 {
	font-weight: normal;
	color: #E1A390;
	font-size: 21px;
	margin-top: 0px;
}
h2 {
	font-weight: normal;
	color: #4F81A2;
	font-size: 14px;
	margin-top: 0px;
}
a:link {
	color: #4F81A2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F81A2;
}
a:hover {
	text-decoration: underline;
	color: #4F81A2;
}
a:active {
	text-decoration: none;
	color: #4F81A2;
}
p {
	line-height: 14px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content {
	margin-left: 24px;
	margin-top: 25px;
	margin-bottom: 40px;
}
/***********************************************/
/* Class styles                                */
/***********************************************/

#dropmenudiv{
	position:absolute;
	border-bottom-width: 1px;
	font:normal 11px Georgia;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cbab7d;
	border-right-color: #cbab7d;
	border-bottom-color: #cbab7d;
	border-left-color: #cbab7d;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	color: #295d7f;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #fcf3d6;
}
.smallText{
	font-size: 10px;
}
