#dropmenudiv{
position:absolute;
background: url(images/menubg.png) top left repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
font:normal 12px Arial;
color: #ffffff;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color: #ffffff;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #000000;
background: url(images/menubghover.png) top left repeat;
background-color: #ffffff;}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

a:link {color: #FF0000; border: 0px;}     /* unvisited link */
a:visited {color: #FF0000; border: 0px;}  /* visited link */
a:hover {color: #FFFFFF; border: 0px;}   /* mouse over link */
a:active {color: #FF0000; border: 0px;}   /* selected link */ 

.content {
	font-family: arial;
        font-size: 10px;
        line-height: 17px;
	color: #FFFFFF;
        text-align: justify;
	background: url(images/layout_06.gif) top left no-repeat;
	background-attachment: fixed;
	width: 492px;
	height: 498px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;}

.contentbody {
	scrollbar-3dlight-color: white;
        scrollbar-arrow-color: white;
        scrollbar-track-color: #5F0000;
        scrollbar-darkshadow-color: white;
        scrollbar-face-color: #5F0000;
        scrollbar-highlight-color: white;
        scrollbar-shadow-color: white;
	background-color: #000000;
	font-family: arial;
        font-size: 11px;
        line-height: 19px;
	color: #FFFFFF;
        text-align: left;
	overflow: auto;
	background: url(images/layout_06.gif) top left no-repeat;
	background-attachment: fixed;
	width: 430px;
	height: auto;
	vertical-align: top;
	padding: 20px 40px 0px 0px;}

.contentbody a, a:visited {
	font-family: arial;
        font-size: 11px;
        line-height: 19px;
	color: #b27878;
        text-align: justify;
	font-weight: bold;
	text-decoration: underline;}

.contentbody a:hover {
	color: #ffffff;}

.head {
	font-family: times new roman;
        font-size: 15px;
        line-height: 19px;
	color: #ff6060;
        text-align: justify;
	font-weight: bold;}

.strong {
	font-family: times new roman;
        font-size: 14px;
        line-height: 19px;
	color: #ff6060;
        text-align: justify;
	font-weight: bold;
	}

.em {
	font-family: arial;
        font-size: 12px;
        line-height: 19px;
	color: #b27878;
        text-align: justify;
	font-weight: bold;}

.footer {
	font-family: arial;
        font-size: 10px;
        line-height: 17px;
	color: #7d5252;
        text-align: right;
	width: 492px;
	height: 48px;
	vertical-align: bottom;
	background: url(images/layout_30.gif) top left no-repeat;}

.footer a{
	font-family: arial;
        font-size: 10px;
        line-height: 17px;
	color: #7d5252;
        text-align: right;
	vertical-align: bottom;
	text-decoration: none;}

.footer a:hover{
	color: #ffffff;}



.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 150px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: white;
}