/* --------- defaults  --------- */
	body{ margin: 0; padding: 0; }
	
	body {
	background: #2182C6 url(../images/bg.gif) repeat-x;	
	text-align:center;
	font: normal 12px Geneva, Arial, sans-serif;
	}

	#container {		
	margin: 0px auto;
	
	
	

	text-align:center;
	width:775px;	
	}
	
	#wrapper {	
	float: left;
	position: relative;	
	width:775px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	background: url(../images/logo-top.gif) top no-repeat;
	}
	

	#sidebar {
	position: relative;
	float: left;
	display:inline;
	margin-left: 9px;
	margin-top: -18px;	
	}
	
	#leftnav {
	position:relative;	
	width: 175px;
	margin-top: 0 !important;
	text-align:left;
	padding: 0;
	background: url(../images/menu-gradient.gif) 1px repeat-y;
	}			

	#main {
	position: relative;
	width:775px;
	height:auto;
	background-color: #FFF;
	float:left;
	padding:0;
	}	
	
	
	#maincontent {
	float: right;
	margin-top: -18px;
	position: relative;
	display: inline;	
	text-align: left;	
	width: 560px;
	z-index: 5;
	margin-right: 20px;
	border-left: 1px #165FA8 solid;	
	}
	

	#footer {
	clear:both;	
	height: 17px;
	max-height: 17px;
	min-height: 17px;
	height: auto;	
	margin:0;
	padding-top: 7px;
	text-align: right;
	padding-right: 15px;
	background: #1364B0;
	color: #FFF;	
	}

	#heading {
	margin-bottom: 12px;
	}
	
	
/* --------- round borders --------- */

	.rbottom{
	display:block;
	background:#2182C6;
	}


	.rbottom * {
	display: block;
	height: 1px;
	background:#1364B0;
	overflow: hidden;
	padding: 0;
	}
	
	.r1{margin: 0 5px}
	.r2{margin: 0 3px}
	.r3{margin: 0 2px}
	.r4{
	margin: 0 1px;
	height: 2px
	}

	.rl1 {margin: 0 0 0 5px; }
	.rl2 {margin: 0 0 0 3px; }
	.rl3 {margin: 0 0 0 2px; }
	.rl4 {margin: 0 0 0 1px; height: 2px;
	}


/* --------- formatting --------- */

	#maincontent p {
	margin-left: 9px;
	color: #14549C;
	margin-top: 0px;
	}
	
	#maincontent a {
	color: #14549C;
	}

	#maincontent a:hover {
	color: #092647;
	}
	
	#footer a, #footer a:visited {
	color: #FFF;
	padding:0;
	text-decoration: none;
	}
	
	#footer a:hover{
	color: #6AB9FF;
	}
	
	.sblue {
	font: normal 11px Tahoma, Arial, sans-serif;
	color: #094891;
	font-weight: bold;
	}	
	
	h1, h2 {
	font-family: Geneva, Tahoma, Arial, sans-serif;
	margin-left: 7px;
	font-size: 12px;
	color: #14549E;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	}

	body h2 {
	margin-top: 20px;
	}

		
/* --------- images  --------- */

	#logo {
	position: relative;
	float: right;
	margin-top: 35px;
	z-index: 500;
	margin-right: 20px;
	display: inline;
	}

	.imgleft {position: relative;
	float: right;
	margin: 5px -20px 0 20px;
	padding-top: 5px;
	}
	

	.imgleftnewspa {
	position: relative;
	float: right;
	margin: 10px -20px 0px 20px;
	}

/* --------- lists  --------- */

	#sidebar ul {
	list-style: none;
	color: #fff;
	text-align:left;
	}

	#sidebar ul li a {
	margin-left: -15px;
	color: #fff;
	font-weight: bold;
	line-height: 2.0em;
	text-decoration: none;
	}
	#sidebar ul li a:hover {
	color: #6AB9FF;
	}


	#sidebar ul li a#current { 
	background: url(../images/bullet.gif) no-repeat center left;
	display: block;
	margin-left: -30px;
	padding: 0 0 0 15px;
	display: inline;
	}

	#maincontent ul li {
	color: #A30303;
	}
	
	#maincontent ul {
	margin-top: 0px;
	}
	
	#maincontent #news li {
	margin-bottom: 20px;
	margin-left: -15px;
	color: #14549C;
	}
	
	body#contact #main {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
