@charset "UTF-8";
.style7 {
	font-size: 24px;
	color: 6699cc;
}
.style10 {font-size: 12px}
.style12 {color: #6699cc}
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(IMG/background_white.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.twoColFixLt #container {
	width: 700px; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-position: right top;
}
.twoColFixLt #sidebar1 {
	float: left;
	background-repeat: no-repeat;
	height: 100%;
	width: 126px;
}
.header_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1A4C2C;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.twoColFixLt #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 135px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 100%;
} 
.twoColFixLt #footer {
	margin-left: 155px;
	margin-right: 30px;
}
.twoColFixLt #menu {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #365B3C;
}
.w95 {
	width: 95px;
	height: 40px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.w55 {
	width: 55px;
	height: 40px;
}
a:link {
	text-decoration: none;
	color: #365B3C;
}
a:visited {
	text-decoration: none;
	color: #365B3C;
}
a:hover {
	color: #73B7FF;
}
a:active {
	text-decoration: none;
	color: #365B3C;
}
.title_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1A4C2C;
}
.w72 {
	width: 72px;
}
.w118 {
	width: 118px;
}
.large_numbers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
}
.tiny_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
}
.medium_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: 6699cc;
	font-weight: normal;
}
.style2 {font-size: 11px}
.style10 {font-size: 12px}
.semi_medium_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.medium_header_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A4C2C;
}
