body{
	background: #c0e2ff url( '' ) repeat-x;
	text-align: center;
}

#wrapper{
	width: 808px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#header{
	height: 120px;
	background: url( 'images/menu-bg.jpg' ) bottom repeat-x;
	position: relative;
}

#logo{
	position: absolute;
	top: 15px;
	left: 0px;
        color: #003366;
}

#menu{
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: arial,Myriad, Helvetica, sans serif;
	font-weight: lighter;
}

#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	padding: 0px 10px;
	padding-top: 4px;
	height: 37px;
	float: left;
}

#menu ul li a{
	color: #112346;
	text-decoration: none;
	font-size: 15px;
}

#menu ul li:hover{
	background: url( 'images/menu-bg-over.jpg' ) repeat-x;
}

#menu ul li:hover a{
	color: #003366;
}

#banner-index{
	background: url( 'images/banner.jpg' ) no-repeat;
	width: 808px;
	height: 108px;
	position: relative;
}

#text-size a{
	text-decoration: none;
	color: #003366;
}


#body{
	background: url( 'images/content-bg.jpg' ) repeat-y;
	color: #202020;
}

#content, div.content{
	margin-right: 200px;
	padding: 20px;
	font-family: arial,Comic Sans MS,Verdana;
        color: #003366;
}

#right-column{
	float: right;
	width: 200px;
	font-family: Arial,Myriad, Helvetica, sans-serif;
	color: #464646;
}

ul.right-col{
	list-style-type: none;
	margin-left: -27px;
	padding: 0px;
}

ul.right-col li{
	background: url( 'images/right-link.png' ) no-repeat;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 191px;
}

ul.right-col li a{
	display: block;
	position: relative;
	top: 12px;
	left: 36px;
	color: #112346;
	text-decoration: none;
}

ul.right-col li a:hover{
	text-decoration: underline;
}

p.address{
	padding: 20px;
}

div.service {
	margin-top: 14px;
}

div.service span, div.service_desc {
	margin-left: 12px;
	position: relative;
	top: 4px;
}

div.service_desc {
	display: none;
	#margin-bottom: 14px;
}

div.service a, div.link a {
	color: #5192d3;
	text-decoration: none;
}

table.stafftable {
	margin-bottom: 34px;
}

div.staff_text {
	margin-left: 12px;
}

span.staffemail {
	float: right;
	margin-right: 12px;
	unicode-bidi: bidi-override;
	direction: rtl;
}

table.contacttable {
	width: 100%;
}

td.news_separator {
	height: 12px;
}

div.link {
	margin-bottom: 12px;
}

#footer{
	color: #112346;
	font-family: Arial,Helvetica, sans-serif;
	padding-top: 5px;
}

span.float-right{
	float: right;
}

