html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: White;
}
body, td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445563;
	line-height: 150%
}

.table {
	width: 772px;
	height: 100%;
	border-left: 1px solid #DEE7EF;
	border-right: 1px solid #DEE7EF;
}

a:link,a:visited,a:active {
	color: #0072d3;
	text-decoration: underline;
}
a:hover {
	color: #2097FF;
	text-decoration: none;
}

a.alt:link,a.alt:visited,a.alt:active {
	color: #4b7ba4;
	text-decoration: underline;
}
a.alt:hover {
	color: #2574B8;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
form, input, select, option, textarea {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}


/* header */
.header {
	vertical-align: top;
}
.header_logo {
	background-image: url(images/header_logo_bck.gif);
	background-color: #ebf2f6;
	height: 60px;
}
.header_line {
	background-color: #45bfe8;
	height: 17px;
	border-bottom: 1px solid White;
}
.header_line_2 {
	background-color: #45bfe8;
	height: 5px;
}
.header_flash {
	background-color: #bee5f2;
	height: 186px;
}
.header_menu {
	background-image: url(images/menu_bck.gif);
	background-color: #459acb;
	height: 23px;
	border-bottom: 2px solid White;
	border-top: 1px solid White;
	color: White;
	padding-top: 7px;
	padding-left: 18px;
}
a.menu_link:link,a.menu_link:active,a.menu_link:visited {
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
	text-decoration: none;
}
a.menu_link:hover {
	color: #FFF3AA;
}
.menu_item {
	padding-right: 39px;
}

.search {
	text-align: right;
	color: #295c79;
	vertical-align: middle;
	padding-right: 10px;
}
.search_text {
	color: #295c79;
}
.search_input {
	border: 1px solid #a4b2bb;
	width: 140px;
	height: 14px;
}


/* body */
.body {
	background-image: url(images/body_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 25px;
}
.left {
	vertical-align: top;
	padding-right: 25px;
	border-right: 1px solid #c2cfda;
}
.right {
	vertical-align: top;
	width: 190px;
	padding-left: 20px;
}
.single {
	vertical-align: top;
}
.header1 {
	color: #003663;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}
.header2 {
	color: #1277b1;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}

.header_news {
	color: #0072d3;
	font-weight: bold;
	display: block;
	line-height: 120%;
}
a.header_news_link:link, a.header_news_link:active, a.header_news_link:visited {
	color: #0072d3;
	font-weight: bold;
	display: block;
	line-height: 120%;
	text-decoration: none;
}
a.header_news_link:hover {
	color: #2097FF;
	text-decoration: none;
}
.date {
	font-size: 9px;
	color: #5888b0;
	display: block;
}


/* footer */
.footer {
	vertical-align: bottom;
}
.footer_content {
	background-image: url(images/footer_bck.gif);
	background-repeat: repeat-x;
	background-color: #f1f6f9;
	height: 29px;
	padding: 15px;
	border-top: 1px solid #c2cfda;	
}
.footer_text {
	color: #416b8e;
	font-size: 10px;
	line-height: 110%
}
a.footer_link:link,a.footer_link:active,a.footer_link:visited {
	font-size: 10px;
	color: #416b8e;
}
a.footer_link:hover {
	color: #286EAA;
}



.admin_tb {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid Silver;
}
.admin_tb_header {
	background-color: #ECF6FF;
	font-weight: bold;
	color: #007397;
} 

.img_gallery {
	border: 2px solid #C2CFDA;
}
.gallery_link {
	border: 1px solid #C2CFDA;
}
.gallery_link_active {
	border: 2px solid #809BB2
}

.gallery_desciption {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
}
.gallery_hr {
	border: 1px solid #C2CFDA;
	background-color: #C2CFDA;
	height: 1px;
	margin-bottom: 10px;
}

.gal_link {
	padding-left: 10px;
	line-height: 100%;
	margin-bottom: 10px;
}
.gal_link_act {
	padding-left: 10px;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(images/bullet_gallery.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.sitemap {
	padding-left: 25px;
}