@charset "iso-8859-1";
/* Layout Stylesheet */
html, body {
	height: 100%;
}
body {
	background: #FFF;
	color: #333;
	text-align: center;
}
#outer {
	background: #FFF;
	text-align: left;
	width: 700px;
	margin: auto;
	margin-top: -19px;
	padding: 0px;
}
#hdr {
	height: 34px;
	color: #333;
	border-left: 1px solid #094B8C;
	border-right: 1px solid #094B8C;
	padding: 0px;
	margin: 0px;
	margin-top: -4px;
}
#bodySection {
	position: relative;
	background: #CFDBE9;
	color: #333;
	width: 698px;
	padding: 0;
	border-left: 1px solid #094B8C;
	border-right: 1px solid #094B8C;
}
#col1 {
	float: left;
	background: url(../images/gradient.gif) repeat-x bottom #FFF;
	color: #333;
	border-top: 1px solid #094B8C;
	border-right: 1px solid #9BB7D0;
	border-bottom: 4px solid #094B8C;
	border-left: 1px solid #9BB7D0;
	width: 197px;
	margin: 0 0 0 2px;
	padding: 3px;
	height: 100%;
}
#content {
	background: url(../images/gradient.gif) repeat-x bottom #FFF;
	width: 470px;
	color: #333;
	border-top: 1px solid #094B8C;
	border-right: 1px solid #9BB7D0;
	border-bottom: 4px solid #094B8C;
	border-left: 1px solid #9BB7D0;
	text-align: left;
	margin: 0 3px 0 0;
	padding: 5px;
}
#ftr {
	height: 50px;
	background: #c0c0c0;
	color: #333;
	border: 1px solid #094B8C;
	margin: 0;
}
#url {
	position: relative;
	display: block;
	font-size: 70%;
	top: 50px;
	left: 19px;
	z-index: 1;
}
#linkBar {
 position: relative;
 font-size: 80%;
 top: 62px;
 left: 1px;
 z-index: 1;
 background-color: #9BB7D0;
}
#linkBar ul {
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: left;
}
#linkBar ul li {
 display: inline; 
 margin-left: 21px;
}
#linkBar ul li a {
	text-decoration: none;
	padding: 3px 9px;
	border: 1px solid #094B8C;
	background-color: #E7E7E7;
	color: #094B8C;
	font-weight: bold;
}
#linkBar ul li a:hover {
	color: #333;
	background-color: #CFDBE9;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/* For 3 icons not yet placed on the top tabgrey.gif header
#home {

}
#sitemap {

}
#controlIcon {

}
*/
