@charset "utf-8";
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #BBB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}


#container {
	margin: 0 auto;
	width: 812px;
	background: #9F9F9F url(../images/border/rb.gif) right top repeat-y;
	padding: 0 15px 0 0;
	border-left: 3px solid #76E1EE;
}
#header {
	width: 263px;
	background: #808080 url(../images/bg_logo2.png) 26px 10px no-repeat;
	height: 300px;
	float: left;
}
#headerText {
	margin-left: 263px;
	height: 300px;
	border-left: 10px solid #76E1EE;
	background: url(../images/bg_header2.png) bottom right no-repeat;
	/*background: url(../images/border/lb_lt.gif) repeat-y left top;*/
}

#divider {
	height: 4px;
	background: #76E1EE;
	clear: left;
}
#leftCol {
	width: 263px;
	float: left;
	/*background: url(../images/border/lb_lt_sm.gif) repeat-y left top;*/
	min-height: 300px;
}
#navBar {
	margin: 3em auto 0;
	width: 154px;
}



#mainContent {
	margin-left: 263px;
	min-height: 300px;
	background: #808080 url(../images/border/lb_dk.gif) repeat-y left top;
}
#contentPadding {
	padding: 10px 10px 10px 26px;
}

#footer {
	clear: left;
	border-top: 2px solid #76E1EE;
	text-align: center;
	font-size: small;
	background: #A6B6BD;
}

#UD {
	width: 265px;
	float: left;
}
#dateStamp {
	margin-left: 265px;
	width: 547px;

}

.-------------style-----------{}
a:link {
	font-weight: bold;
	color: #ADCE39;
	text-decoration: none;
}
a:hover {
	color: #31BDD6;

}




.--------------misc-----------------{}


.clear {
	clear: left;
	font-size: 0.01%;
}
.center {
	text-align: center;
}


.colorFinder {
	color: #595959;
}

