@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: justify;
	line-height: 20px;
}
#box1 {
	background-image: url(images/box_left.jpg);
	height: 250px;
	width: 280px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 15px;
}
#box2 {
	background-image: url(images/box_middle.jpg);
	height: 250px;
	width: 280px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 15px;
}
#box3 {
	background-image: url(images/box_right.jpg);
	height: 250px;
	width: 280px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
.top_cat {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #044361;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #009997;
	text-align: center;
}
a:link {
	color: #009997;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #639;
}
a:hover {
	text-decoration: underline;
	color: #044460;
}
a:active {
	text-decoration: none;
	color: #009997;
}
#content_bg_top {
	background-image: url(images/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
}
#content_bg_bottom {
	background-image: url(images/content_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
#content_bg_middle {
	background-image: url(images/box_middle_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 27px;
	padding-left: 27px;
}
.align_center {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
a.menu_txt:link{
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


a.menu_txt:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a.menu_txt:hover {
	color: #3FF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a.menu_txt:active {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.copyright_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.sub-menu {
	font-size: 12px;
	text-align: right;
	color: #666;
	height:27px;
}
a.sub-menu-links:link {
	color: #999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

a.sub-menu-links:visited {
	color: #999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.sub-menu-links:hover {
	color: #8AC142;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.sub-menu-links:active {
	color: #999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.sub-menu-on {
	color:#044361;
	padding-right: 10px;
	padding-left: 10px;
}
#right_colum {
	padding-left: 15px;

}
.text-fields {
	border: 1px solid #044460;
}

#print-footer { display: none; }