BODY
{
}

.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #caeaf5;
}

IMG.Photos
{
	border: 1px;
	border-color: #feaeb8;
}

UL
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #caeaf5;
	list-style-image: url(images/bullet.jpg);
}

OL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #caeaf5;
}

.header
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 16px;
	color : #caeaf5;
}

.title
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;
	color : #ffffff;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	padding-left:22px;
}

.caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

a, a:LINK, a:VISITED {
	font-family: arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #aed047;
	text-decoration: none;
}

a:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #aed047;
	text-decoration: underline;
}




/* MENU STYLES //////////////////////////////////////////////////////////////////// */




.MenuStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight:bold;
	text-indent: 2px;
	color : #ffffff;
	text-decoration: none;
	line-height:28px;
}

.MenuStyleOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight:bold;
	text-indent: 2px;
	color : #aed047;
	text-decoration: none;
	line-height:28px;
	background-image: url(images/arrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

#dropmenudiv{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #003d71;
	background-color:#afe1ec;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #003d71;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFFFFF;
}	
	
