body
{
background-color: #ffffff;
background-image: url(images/body_bg.gif);
margin: 0px;
}
#dropmenudiv{
position:absolute;
margin-left: 150px;
margin-top: -20px;
border:1px solid #bbbbbb;
border-bottom-width: 0;
font-size: 11px;
font-family: verdana, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
color: #006633;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eeeeee;
color: #cc3300;
}

body,
td,
li
{
	font-family: arial, sans-serif; 
	font-size: 12px;
	line-height: 1.5em;
}

.green
{
	height: 50px;
	background-color: #ABBE81;
}
.brown
{
	height: 20px;
	background-color: #696050;
}

.content
{
	position: absolute;
	top: 90px;
	left: 260px;
	width: 450px;
	background-color: #ffffff;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;

}
.content2
{
	position: absolute;
	top: 90px;
	left: 260px;
	width: 514px;
	background-color: #ffffff;
	background-image: url(images/content_bg2.gif);
	background-repeat: no-repeat;

}
.content3
{
	position: absolute;
	top: 90px;
	left: 260px;
	width: 514px;
	background-color: #ffffff;

}
#rightSideBar
{
	position: absolute;
	top: 15px;
	left: 450px;
	width: 200px;
	background-color: #ECF1EC;
	padding: 10px;
	border: 1px solid #dddddd;
}
#rightSideBar h3
{
	margin: 0px 0px 5px 0px;
	color: #006600;
	font-family: sans-serif;
}
.tag
{
	position: absolute;
	top: 32px;
	left: 205px;
}
.menu
{
	position: absolute;
	top: 2px;
	left: 0px;
	width: 204px;

}

h2
{
	font-size: 17px;
	font-family: serif;
	letter-spacing: 5px;
	color: #696050;
	font-variant: small-caps;
	margin: 10px 0 10px 0;
}
h3
{
	font-size: 15px;
	font-family: serif;
	color: #696050;
	margin: 10px 0 5px 0;
}
.indent
{
	margin-left: 25px;
	margin-right: 100px;
}
.indent2
{
	margin-left: 25px;
	margin-right:120px;
	
}
.right_image
{
	float: right;
	border: 1px solid black;
	margin: 15px 0 10px 10px;

}

.footer
{
font-size: 11px;
line-height: 1.2em;
padding: 3px 10px 3px 10px;
color: #696050;
text-align: center;
margin-top: 60px;
margin-bottom: 15px;
border-top: 1px solid #696050;
}


