/* main elements */
body {
	font-family: Verdana;
	font-size: 90%;
	color: #ffffff;
	background-color: #8e97dc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1 {
	font-size: 125%;
	color: #ffffff;
}

h2 {
	font-size: 115%;
	color: #ffffff;
}

h3 {
	font-size: 100%;
	color: #ffffff;
}

li {
	margin-top: 0em;
	font-size: 80%;
}
a:link, a:visited {
	color: #f4ff99;
	text-decoration: none;
}
a:hover, a:active {
	color: #f4ff99;
	text-decoration: underline;
}

/* block styles */
.header_div {
	border-bottom: 1px #ffffff solid;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}

.content_div {
	margin: 0 0 0 0;
	padding: 0em 2em 1em 0em;
}

.content_div p {
	font-size: 80%;
}

.footer_div {
	width: 90%;
	font-size: 75%;
	margin: 2em 0 1em 2em;
	padding: 0 1em 0 1em;
}

/* menu styles */
.menu_div {
	margin: 1em 2em 1em 1em;
	padding: 0em 0em 1em 0em;
	font-size: 90%;
	width: 150px;
}

.menu_items {
	font-size: 90%;
	margin-bottom: 0.5em;
	margin-top: 0em;
	border-bottom: 1px dashed #162e90;
	border-top: 1px dashed #162e90;
	padding-top: 0em;
}

.menu_items a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.menu_items a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.menu_items a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #162e90;
	background-color: #ffffff;
	width: 100%;
}

.menu_items a:active {
	font-weight: bold;
	text-decoration: none;
	color: #162e90;
	background-color: #ffffff;
	width: 100%;
}

/* galleries */
.icon_menu {
	font-size: 10pt;
	text-align: center;
}
table.icon_menu td a:link, table.icon_menu td a:visited {
	font-weight: bold;
	color: #ffffff;
}
table.icon_menu td a:hover, table.icon_menu td a:active {
	font-weight: bold;
	color: #003366;
}
table.icon_menu td {
	vertical-align: top;
}


/* news styles */
.news_div {
	margin: 0em 0em 1em 0em;
	padding: 0 0 0 0;
	width: 80%;
	border: 1px dashed #ffffff;
}

.news_title {
	font-weight: bold;
	background-color: #162e90;
	padding: 2 10 2 10;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #ffffff;
}

.news_content {
	margin: 0 0 0 0;
	padding-left: 1em;
	padding-right: 0.5em;
}

.news_content p {
	margin-top: 0.5em;
}
.gallery_title {
	font-size: 125%;
	font-weight: bold;
	margin-top: 1em;
}

.pages {
	text-align: center;
	font-size: 90%;
	margin-top: 0em;
	margin-bottom: 0em;
}

div.pages a:link, div.pages a:visited {
	font-weight: bold;
	color: #ffffff;
}

div.pages a:hover, div.pages a:active {
	font-weight: bold;
	color: #003366;
}

.image_gallery {
	vertical-align: top;
}
table.image_gallery td a:link, table.image_gallery td a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
table.image_gallery td a:hover, table.image_gallery td a:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
table.image_gallery td {
	vertical-align: top;
	padding: 1em 1em 1em 1em;
	border-bottom: 1px dashed #ffffff;
}
table.image_gallery td p {
	font-size: 10pt;
}
