@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	background-color:#E6E6EE;
	}
#outer_container{
	width:863px;
	text-align:left;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	}
#header {
	width:863px;
	height:136px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	}
#menu{
	width:863px;
	height:29px;
	padding-top:9px;
	color:#ffffff;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;

	}
#menu ul{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:6px;
	
}
#menu li{
	display:inline;
	background-image:url(images/menu_divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 28px 0 0;
	margin:0 0 0 28px;
	}
#menu li a{
	color:#FFFFFF;
	text-decoration:none;
	}
#menu li a:hover{
	color:#DCE2C5;
	text-decoration:none;
	}	
#main_content {
	width:863px;
		}
#text_content {
	padding:0 12px 12px 12px;
	}
.gallery_header{
	background-image:url(images/gallery-strip_bg.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	height:28px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.gallery_header a {
	color:#ffffff;
		text-decoration:none;

	}
.gallery_header a:hover {
	color:#DCE2C5;
		text-decoration:none;

	}
.gallery_header_right{
	background-image:url(images/gallery-strip_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	height:28px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.gallery_header_right a {
	color:#ffffff;
	text-decoration:none;
	}
.gallery_header_right a:hover {
	color:#DCE2C5;
		text-decoration:none;

	}
#footer{
	width:863px;
	height:62px;
	clear:both;
	border-top:1px solid #cccccc;
	text-align:center;
	padding-bottom:2px;
	
	}

#bottom_links {
	color:#666666;
	font-size:10px;
	padding-top:6px;
	}
#bottom_links a{
	color:#1f1f66;
	text-decoration:none;
	padding:0 6px;
	}
#bottom_links a:hover{
	color:#1f1f66;
	text-decoration:underline;
	padding:0 6px;
	}
#copyright {
	font-size:10px;
	padding-top:6px;
		color:#666666;

	}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-style: italic;
	color:#1f1f66;
	margin-top:12px;
	}
h1 a {
	color:#1f1f66;
	text-decoration:none;
	}
h1 a:hover {
	color:#333333;
	text-decoration:none;
	}
#gallery-link p {
		text-align:center;
}
#gallery-link a {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style: italic;
	color:#1f1f66;
	margin-top:13px;
	padding:0 4px;
	text-decoration:none;
	}
#gallery-link a:hover {
	color:#333333;
	margin-top:13px;
	text-decoration:underline;
	}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#184044;
		margin-top:12px;

	}
h2 a {
	color:#184044;
	text-decoration:none;
	}
h2 a:hover {
	color:#333333;
	text-decoration:none;
	}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-weight:bold;
	font-style: italic;
	color:#1f1f66;
		margin-top:12px;

	}
.homepage-text {
	font-size:12px;
	color:#333333;
	padding-right:12px;

	}
a {
	color:#1f1f66;
	text-decoration:none;
	}
a:hover {
	color:#333333;
	text-decoration:underline;
	}
.14 {
	font-size:14px;
	}
.border_bottom {
	border-bottom:1px solid #cccccc;
	}
.border_right {
	border-right:1px solid #cccccc;
	}
.border_top {
	border-top:1px solid #cccccc;
	}
.border_left {
	border-left:1px solid #cccccc;
	}