﻿body {
	background-color: white;
	color: #606060;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin: 0px;
}

a {
	color: #606060;
	text-decoration: underline;
}

a:hover {
	color: #606060;
	text-decoration: underline;
}

a:active {
	color: #606060;
	text-decoration: underline;
}

.left {
	float: left;

}

.right {
	float: right;
	text-align: right;

}

.clear {
	clear: both;
}

.clearer {
	clear: both;
	font-family: Arial;
	font-size: 0.1px;
	height: 5px;
}

form {
	padding: 0px;
	margin: 0px;
}

.rule {
	color: Red;
	font-size: 10px;
}


.subText {
	color: Navy;
	font-size: 10px;	
}

#holder {
	width: 725px;
	text-align: left;	
}

#header {
	margin-top: 72px;
	height: 49px;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-color: White;
}

.logo {
	float: left;
}

#menu {
	float: right;
	margin-top: 15px;
	color: #333333;
}

#menu a {
	color: #333333;
	text-decoration: none;
	float: left;
	display: block;
	height: 34px;
}

#menu .active {
	color: #333333;
	text-decoration: none;
	float: left;
	display: block;
	height: 34px;
	background-repeat: no-repeat;	
	background-image: url(menu_hover.gif);
	background-position: 50% 24px;	
}

#menu a:hover, #menu a:active {
	text-decoration: none;
	color: White;
	background-repeat: no-repeat;
	background-image: url(menu_hover.gif);
	background-position: 50% 24px;
}

#content {
	width: 723px;
	height: 350px;
	background-color: White;
	text-align: left;
	padding-bottom: 9px;
	border: 1px solid #dadada;
	border-top: none;
	line-height: 150%;
   clear: both;
   overflow: hidden;
}

#content .text {
	padding-right: 8px;
	padding-left: 8px;
	
}


h2 {
	font-size: 11px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

h3 {
	font-size: 11px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #2c2c2c;
	text-align: left;
}

.label {
	width: 85px;
	text-align: right;
	font-weight: bolder;
	float: left;
	padding-bottom: 4px;
	padding-right: 15px;
}

.input {
	border: 1px solid #dedddd;
	width: 150px;
}

.textarea {
	border: 1px solid #dedddd;
	width: 235px;
	height: 160px;
	overflow: auto;
}

.form_btn {
	border: 1px solid #dedddd;
	background-color: White;
	color: #606060;
	font-weight: bolder;
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer;
}

.form_next {
	background-image: url(btn_next.gif);
	width: 92px;
	height: 18px;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	font-weight: bolder;
	padding-left: 7px;
}

.form_next_big {
	background-image: url(btn_next_big.gif);
	width: 115px;
	height: 18px;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	font-weight: bolder;
	padding-left: 4px;
}

.form_prev {
	background-image: url(btn_prev.gif);
	width: 76px;
	height: 18px;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	font-weight: bolder;
	padding-left: 24px;
}

.form_prev:hover, .form_prev:active,
.form_next:hover, .form_next:active,
.form_next_big:hover,.form_next_big:active {
	text-decoration: none;
}

.link {
	width: 320px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	line-height: 150%;
}

.link a {
	color: #0447f2;
	font-weight: bolder;
}

.album {
	width: 200px;
	float: left;
	margin: 10px 10px 10px 10px;
	text-align: left;
	line-height: 150%;
}

.album a {
	text-decoration: none;
	font-weight: bolder;
}

#album_front {
	padding-left: 8px;
}

.album_text {
	height: 320px;
	margin-bottom: 10px;
	padding-right: 20px;
	overflow: auto;
	text-align: justify;
}

.image {
	vertical-align: top;
	text-align: right;	
	padding-left: 8px;
	padding-right: 8px;
}

.image_1 {
	width: 350px;
	vertical-align: middle;
	padding-right: 5px;
	text-align: center;
}

.image_2 {
	width: 350px;
	vertical-align: middle;
	text-align: center;
}

#footer {
	margin-top: 4px;
}

#footer a {
	text-decoration: none;
}

.hover {
	font-weight: bolder;
	color: Black;
}

.staticcontent {
	height: 342px;
	overflow: auto;
	text-align: justify;
	line-height: 150%;
}

td {
	font-size: 11px;
	line-height: 150%;
}

.footer_button {
	background-image: url(btn_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100px 6px;
	display: block;
	width: 90px;
	padding-right: 25px;
}

.footer_button_prev {
	background-image: url(btn_arrow_prev.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	display: block;
	width: 115px;	
	padding-left: 25px;
}

#copyright {
	font-size: 10px;
}

#copyright a {
	text-decoration: none;
}
