@charset "utf-8";
/*********************Layout*******************************/
body {
	background-image: url(../images/layout/browBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 20px;
}
#container {
	width:760px;
	margin:0 auto;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/layout/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav {
	background-image: url(../images/layout/navBg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 40px;
}
	#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	#nav ul li{
	display:inline;
	float:left;
	padding: 11px 11px;
	background-image: url(../images/layout/navDividers.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	#nav ul li a{
	color:#133E82;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: .1em;
	}
	#nav ul li a:hover{
	color:#4F91CD;
	}
	#nav ul li:hover{
	background-image: url(../images/layout/navBgOver.png);
	background-repeat: repeat;
	background-position: left bottom;
	}
#facility {

}
#content {
	background-image: url(../images/layout/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}
	#content ul{
	margin:0;
	margin-left:20px;
	padding:0;
	}
	#content ul li{
	background-image: url(../images/layout/listArrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	list-style-type: none;
	padding-left:16px;
	padding-bottom:5px;
	margin-top: 0px;
	}
#leftCol {
	float:left;
	width:260px;
	/*	border-right:solid 1px #999999;*/
	margin:0;
	padding:0;
	background-color: #EBF2F8;
}
#rightCol {
	float:left;
	width:500px;
	margin:0;
	padding:0;
}
#footer {
	background-color:#EBF2F8;
	padding:5px;
	font-size:12px;
}
	#footer strong{
	color:#133E82;
	}
.clear {
	clear:both;
}
/*********************Layout*******************************/

/*********************Styles*******************************/
h1 {
	color:#133E82;
	font-size:16px;
	font-weight: bold;
	margin:0px;
	padding:0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h2 {
	color:#4c8fcc;
	font-size:14px;
}
.content{
	padding:10px;
}
/*********************Styles*******************************/
/*********************Classes*******************************/
.border {
	border: solid 1px #203A6B;
}
/*********************Classes*******************************/
a:link {
	color:#03286F;
}
a:visited {
	color:#03286F;
}
a:hover {
	color:#91AF29;
}
a:active {
	color:#91AF29;
}
input, textarea {	
	font-family: Tahoma, Arial, Verdana, sans-serif;
}