* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body {   
	background: #002140;
	}

#rightnav { width: 120px;
	    height: 300px;
	    margin-left: 16px;
	    margin-top: -5px;            float: right;            font-family: verdana, arial, helvetica, sans-serif;            font-size: 10px;
	    font-weight: bold;            line-height: 160%;}#rightnav a {text-decoration: none;
	     }

#rightnav a:hover {text-decoration: underline;}

#rightnav h1 {font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.2em;
		margin-left: -10px;
		}

#contact {
	clear: both;
}
input, select, textarea {
	background: #F3FAFB;
	color: #3F8F8F;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #8AC6AB;
	}
.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	background:transparent;
	}


#container {
	margin: 0px auto 0px auto;
	width: 754px;
	position: relative;
	background: #FFF;
	border: 1px solid #34506b;
	border-top: 0;
	}


#top {
	display: block;
	height: 126px;
	position: relative;
	background: url('../images/top-bg.jpg') no-repeat left top;
	}
	a.logo {  
		border: 0px;
		position: absolute;
		top: 25px;
		right: 0px;
		width: 185px;
		height: 85px;
		z-index: 100; 
		}  
	ul.navbar {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		list-style: none;
		}
		.navbar li {
			float: left;
			display: block;
			position: relative;
			padding: 0;
			margin: 0;
			}
		.navbar li a {
			display: block;
			padding: 7px 18px 7px 18px;
			color: #acd5fb;
			text-decoration: none;
			text-transform: lowercase;
			font: bold 13px Verdana, Arial, Helvetica, Sans-Serif;
			}
			.navbar a:hover {
				color: #FFF;
				text-decoration: underline;
				}
			.navbar a.active {
				color: #FFF;
				}

#page_title {
	display:block;
	background: url('../images/page_title-bg.jpg') repeat-y left top;
	height: 22px;
	padding: 10px 20px 10px 20px;
	margin: 0;
	color: #000;
    font-weight: bold;
	text-transform: uppercase;
    font-family: verdana, arial, sans-serif;
    letter-spacing: -1px;
	font-size: 16px;
	}
#main {
	display:block;
	position: relative;
	padding: 20px 20px 20px 150px;
	line-height:160%;
        margin-right: 10px;
        font-size: 11pt;
	}
	#sidebar {  
		display: block;
		position: relative;
		float: left;
		width: 110px;
		padding: 15px 20px 0 20px;
		z-index: 200;
		}  
		ul.subpages {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			.subpages a {  
				display: block;
				margin: 5px 0px 5px 0px;
				color: #0d497f;
				text-decoration: none;
				font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
				position: relative;
				xtext-transform: lowercase;
				}
			.subpages a:hover {  
				text-decoration: underline;
				}
			.subpages a.active {  
				color: #03213D;
				}
			.subpages a.secondary, .subpages a.secondaryActive {  
				font-size: 12px;
				padding-left: 30px;
				}
				.subpages a.secondaryActive {  
					font-size: 12px;
					font-weight: bold;
					}
		a.item {
			display: block;
			margin: 0 0 10px 0;
			padding: 5px 10px 5px 10px;
			text-decoration: none;
			clear: both;
		}
			a.item:hover {
				background: #E7F3FF;
			}
			a.item .itemAbstract {
				color: #000;
				font-size: 11px;
				display: block;
			}
		#main #sidebar {
			display: none;
		}
		.pageTitle {
			display: none;
		}
	#bottom {
		font: 11px Arial, Verdana;
		clear: both;
		color: #000;
		display: block;
		text-align: center;
		margin: 5px 0 5px 0;
		}
