body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #b1aeae;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bg_green_repeat.gif);
}
a:link {
	color: #397591;
	text-decoration: underline;
}
a:hover {
	color: #4E5584;
}
a:visited {
	color: #10394C;
	text-decoration: underline;
}

.bg_index {
	background-image: url(../images/bg_index_main.jpg);
	background-repeat: no-repeat;
	height: 345px;
	width: 750px;
	background-position: left top;
}
.bg_secondary {
	background-image: url(../images/bg_secondary_main.jpg);
	height: 435px;
	width: 750px;
}

/*//TEXT//*/
.txt_footer_links {
	color: #FFFFFF;
	}

.txt_footer_links a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

.txt_footer_links a:hover {
	text-decoration:underline;
	color: #265B72;
}

.txt_footer_links a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}


.txt_light_blue {
	color: #c9e1eb;
	text-decoration: underline;
}
.txt_light_blue a:link {
	color:#c9e1eb
}
.txt_light_blue a:hover {
	color: #0D7491;
	text-decoration: underline;
}
}
.txt_light_blue a:visited {
	color:#c9e1eb
}
.txt_header_title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/*//text_nav_link//*/

.txt_nav_link {
	font-size: 13px;
	font-weight: bold;
	color: #0B5578;
	text-decoration: none;
}
.txt_nav_link a:link {
	font-size: 13px;
	font-weight: bold;
	color: #0B5578;
	text-decoration: none;
}

.txt_nav_link a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}

.txt_nav_link a:visited {
	font-size: 13px;
	font-weight: bold;
	color:#002C58;
	text-decoration: none;
}


/*//end of text_nav_link//*/


.txt_nav_title {
	font-size: 20px;
	font-weight: bold;
}
.txt_title_welcome {
	font-size: 24px;
	font-weight: bold;
	color: #333366;
}
.txt_base {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
.txt_white_bold {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.bg_main {
	background-image: url(../images/bg_main.jpg);
	height: 444px;
	width: 724px;
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_repeat {
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-y;
}
 
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.txt_blue_bold {
	font-size: 13px;
	font-weight: bold;
	color: #114F69;
}
.bg_main_secondary {
	background-image: url(../images/bg_main_secondary.jpg);
	height: 444px;
	width: 724px;
	background-repeat: no-repeat;
}
.txt_superscript {
	font-size: 5px;
}
.txt_black {
	color: #000000;
}

