@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8b9a9f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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-size: 10px;
}
#border {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dde4ea;
	margin:10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center; /* this overrides the text-align: center on the body element. */
	height: 635px;
		
}
#container{
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align:left;
	height: 600px;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	position:relative;
	top:15px;
	margin:0 auto;
}
#header {
	background: #f0f8fb;
	padding: 0 0 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}
#logo{
	float:left;
}
#rtHeadBox{
	float: right;
	height: 100px;
	width: 440px;
	text-align: center;
}

#rtHeadBox h1{
	color: #02300b;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: 45px;
	margin-bottom: 23px;
}
#rtHeadBox img{
	margin-top: 43px;
	margin-bottom: 23px;
}
.topMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696e86;
	width:87px;
	height: 15px;
	float: left;
	background-image: url(../images/menusplit.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#tmLeft{
	background-image: none;
}
.topMenu a {text-decoration:none;}

.mainContent {
	height: 350px;
	width:900px;
	margin: 0;
}
.mainContent .homeText{
	position:relative;
	top: 280px;
	left: 50px;
}
.mainContent .homeText h1{
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0;
}
.mainContent .homeText h2{
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 0px 0px 30px;
	padding: 0px;
	font-style: italic;
}
#leftText, #LTtight{
	font-size: 11px;
	float: left;
	width: 535px;
}

#LTtight p{margin:8px 0}
#pageGraphic{
	height: 350px;
	width: 350px;
	float: right;
}
#mcBGhome{
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu2{
	height:125px;
	margin: 0;
	position: relative;
	top: 0px;
}
.menuBox{
	margin-top:0px;
	margin-left:15px;
	float: left;
	height: 120px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696e86;
}

.menuBox a:link, .menuBox a:visited{
	color: #FFF;
	text-decoration: none;
}
.menuBox a:hover, .menuBox a:active{
	color: #DDE4EA;
	text-decoration: underline;
}
.menuBox img{
	margin-top:3px;
}
.textbody {height:325px;margin:10px 15px 15px 15px}
.tb2left{width:510px;float:left}
#footer {
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	margin: 0 15px;
	color: #696e86;
}
#footer a, #mBoxlink a{
	text-decoration: underline;
}
#footer a:link, #footer a:visited, .topMenu a:link, .topMenu a:visited,#mBoxlink a:link, #mBoxlink a:visited{
	color: #696e86;
}
#footer a:hover, #footer a:active, .topMenu a:hover, .topMenu a:active,#mBoxlink a:hover, #mBoxlink a:active{
	color: #02300b;
}
.wideFB{
	width:340px;
	margin-top: 5px;
}
.narrowFB {
	width:185px;
	text-align:center;
	margin-top: 5px;
}
.alignRT{text-align:right}
.menuBox h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	display: inline;
	line-height: normal;
	position: relative;
	top: -3px;
	width: 130px;
	margin-top: -8px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.menuBox p{
	margin-top:10px;
}
.fltlft{float:left;}
.fltrt{float:right;}
.clear{clear:both}
h1{
	margin: 10px 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #02300b;
}
h2{
	margin: 10px 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #02300b;
}
h3{
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h4{
	margin: 50px 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0f8fb;
}
.inst{font-weight:bold; color:#069;}
.listBox{margin-left:50px; width:150px; float:left;}
.list2{
	margin-left:0px;
	margin-top: 10px;
}
.listBox ul{margin:0; padding:0}
.listBox ul li {
	margin-bottom:4px;
	margin-top: 6px;
}

.boldBlue{
	color:#1c5382;
	font-weight:bold;
	font-size: 11px;
}
a {text-decoration:none;
	font-weight: bold;
}
a:link{color:#1c5382}
a:visited{color:#1c5382}
a:hover, a:active{text-decoration:underline;
	color:#1c5382
}
.boldGrn{
	color:#030;
	font-weight:bold;
	font-size: 11px;
}
#partner img {
	margin:10px;
	float: right;
}
#partner p{margin:0}
#contact{font-size:12px}
.formTitle{
	float: left;
	width: 150px;
	margin-left: 15px;
}
.bold{font-weight:bold}
.red {color:#C06}
.row{
	width:100%;
	clear: both;
	margin-top: 5px;
	height: 22px;
}
.hiRow{height: 50px;
padding-top:5px}

.lowRow{height:16px}
.formFill{
	float: right;
	width: 360px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.contactBG{
	background-image: url(../images/bg_tree.jpg);
	background-repeat: no-repeat;
}
.noMarg{margin:0}
.contentText{margin-left:10px}
.ftWide{width:350px}
.leftMarg{margin-left:7px}
#fb{
	margin: 10px
}
#aboutfb{
	float:right;
	margin-right:170px
}
.head{
	float:left;
	margin:3px 10px
}
#ltBalance{
	margin-left:28px
}
.noBtmMarg{margin-bottom:0px;}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.lDot{
	list-style-position: outside;
	list-style-image: url(../images/listDot.gif);
}