@charset "UTF-8";
/* CSS Document */

html { 
  background-color: #1E3853;
  padding:0px;
  margin:0px;
}

body {
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#000033;  
  padding:0px;
  margin:0px;
}

img {
	border:0px;
}

p, h2, pre {
	line-height: 1.5em;
}

#text p {
	width:510px;
}

a { 
	color: #000033;
	text-decoration: underline; 
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent:-1em;
	margin-top: .4em;
}

ul li {
	line-height: 1.8em;
	
}

h1 {
	margin: 0px;
	width:510px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:lighter;
	padding-bottom: 5px;
	border-bottom: 1px solid #000033;
	color: #000033;
}

h2 {
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
	color: #000033;
}

h3 {
  font-size: 11px;
  margin-top:-5px;
  font-weight: normal;
}

h4 {
font-size:11px;
font-weight:bold;
color: #000033;
}

/*  main content areas */

#head {
	height: 183px;
	white-space: nowrap;
}

#nav {
	background-image: url("images/nav_bg.png");
	background-repeat: repeat-x;
	background-color: #071835;
	height: 46px;
}

#logo {
	background-image: url("images/logo_bg.jpg");
	background-repeat: repeat-x;
	background-color: #a4bfa6;
	height: 137px;
}

#container {
	background-image: url("images/content_bg.jpg");
	background-repeat: repeat-x;
	width:1200px;
	white-space: nowrap;
}

#left, #lefthome { 
	float: left;
	left: 0px;
	background-image: url("images/contentleft_bg.jpg");
	background-repeat: no-repeat;
	width: 301px;
	padding-top: 10px;
	padding-left: 60px;
}

#lefthome {
	background-image: url("images/contentlefthome_bg.jpg");
	min-height:500px;
}

#left #infobox {
	background-image: url(images/infobox_bg.jpg);
	background-repeat: no-repeat;
	width:251px;
	height:141px;
	padding:20px;
	font-size: 0.9em;
}

#lefthome #infobox {
	background-image: url("images/infoboxhome_bg.jpg");
	background-repeat: no-repeat;
	width:282px;
	height:30px;
	padding:5px;
	font-size: 11px;
}

#content, #contenthome {
	background-image: url("images/contentright_bg.jpg");
	background-repeat: no-repeat;
	width:563px;
	padding-top: 10px;
	margin-left: 361px;
}

#contenthome {
	background-image: url("images/contentrighthome_bg.jpg");
	min-height: 500px;
}

#contenthome #hometext {
	background-color: #e3ece4;
	width:511px;
	height:293px;
	padding: 20px;
}

#content #text {
	background-image:url(images/text_bg.png);
	background-repeat:repeat-y;
	width:562px;
	min-height:425px;
	padding: 20px;
}

#left img.mainimage, #lefthome img.mainimage {
	padding-bottom: 8px;
}

#footer {
	margin:-100px 0px 20px 25px;
	color: #c7d5cc;
	font-size:11px;
}

#footer a {
color: #c7d5cc;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

.fltlt {
	float:left;
	margin-right: 20px;
}

#infobox .fltlt {
	margin-right: 10px;
}

#left #infobox, #lefthome #infobox, #contenthome #hometext, #content #text { white-space:normal; }

