/* CSS Document */

html, body{
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B1C1F1;
}

#header{
	background: #01427A url(images/header-stretch.jpg) top left repeat-x;
	width: 100%;
	height: 199px;
	overflow: hidden;
}
#headerSm{
	background: #01427A url(images/header-small-stretch.jpg) top left repeat-x;
	height: 84px;
	width: 100%;
	overflow: hidden;
}

#nav{
	background: #FFF;
	width: 100%;
/*	height: 20px;*/
	font-size:14px;
	/*overflow: hidden;*/
	text-align: center;
	
}

#nav ul{
	display: block;
	list-style-type: none;
	color: #244DC1;
	
	padding: 0;
	margin: 0;
}
#nav ul li{
	display: inline;
	margin: 0 4px 0 4px;
	margin-left: 10px;
/*	color: #244DC1;*/
	font-weight: bold;
}

#nav a:link, #nav a:visited{
	text-decoration: none;
	color: #244DC1;
}

#nav a:hover {
	color: #fff;
	background: #244DC1;
	}

#body{
	position: relative;
	height: auto;
	
	/*background-color: #B1C1F1;*/
	width: 100%;
	padding-top: 16px;
}
#body div#leftbar{
	/*float: left;*/
	position: absolute;
	left: 0;
	
	width: 150px;
	margin-left: 16px;
	margin-right: 32px;
	padding: 10px 16px 0 0;
}

#body div#sidebar{
	/*float: right;*/
	position: absolute;
	right: 0;
	
	width: 250px;
	text-align: center;
	border-left: 1px solid #FFF;
	margin-right: 16px;
	margin-left: 32px;
	padding: 10px 0 0 16px;
	height: auto;
}
#body div#sidebar h2{
	margin-top: 0;
	font-style: italic;
}
div.sidebarBox{
	text-align: left;
	border-top: 1px dashed #FFF;
	color: #343F60;
}
div.sidebarBox p{
	margin-left: 10px;
}

#body div#content{
	height: 100%;
	color: #343F60;
	margin-right: 300px;
	margin-left: 190px;

}
#body div#innercontent{
	border: 1px solid #3E6EA5;
	background-color: #E4E9FA;
	padding: 10px;
	font-size: small;
}

#footer{
	text-align: center;
	margin-top: 10px;
	font-size: small;
}
