body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #cccc99;
	font-family: Verdana, Arial, Helvetica, Century Gothic, sans-serif;
	font-size:11px; font-weight: normal; color:#003366;
}

a:link {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #99ccff;
}

#brief {
	width: 100%; height: 15px;
	background-color: #ccccff;
	color: #330066; font-size: 11px; font-style: italic; font-weight: bold;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #330066; border-bottom: 1px solid #330066;
}

#logo {
	width: 100%; height: 67px;
	background-image: url(images/bg-top.gif);
	overflow: hidden;
}

#contain {
	width: 100%; height: 3200px;
	background-color: #ffffff;
	color: #003366; font-size: 11px;
	vertical-align: top;
}

#lt
	{
	width: 150px; height: 335px;
	vertical-align: top;
	text-align: center;
	background-color: #336699;
	float: left;
	border-right: 3px solid #336699;
}

#rt {
	width: 10px; height: 100%;
	background-color: #336699;
	float: right;
	border-left: 1px solid #330066;
}

.menu {
	width: 150px;
	background-color: #0066cc;
	vertical-align: top;
	text-align: left;
	font-size: 13px; font-weight: bold;
}

.menu_link {
	display: block;
	width: 150px; height: 15px;
	background-color: #cccccc;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 11px; font-weight: normal; color: #ffffff;
	padding: 2px 0 0 0;
	margin: 3px 0 3px 0;
}

#main {
	height: 100%;
	vertical-align: top;
	border-left: 1px solid #336699;
	border-right: 10px solid #336699;
}

.main_pad {
	padding: 10px 3px 25px 7px;
	text-align: left;
}

.photo_description {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px; font-weight: normal; font-style: italic;
	color: #666666;
	margin: 10px 0 5px 0;
}

#footer {
	font-size: 11px;
	text-align: center
}

#footer a:hover {
	text-decoration: underline;
	background-color: #cccc99;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic; color: #336699; font-weight: bold;
	color: #003366;
	text-align: center;
}

h1 {
	font-size:30px;
	margin: 15px 0 5px 0;
}

h2 {
	font-size:28px;
	margin: 3px 0 7px 0;
}


h3 {
	font-size:22px;
	line-height: 20px;
	margin: 15px 0 2px 0;
}

h4 {
	font-size:20px;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #336699;
}

p {
	margin: 3px 0 10px 0;
}

.emph {
	font-style: italic;
	text-decoration: underline;
}


