html {
	font-size: 125%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	background-color: #1e1d83;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {
	background-color: #d0e7fb;
	background-image: url(/images/container_bkg.jpg);
	width: 975px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	text-align: left;
}
#header {
	color: #FFFFFF;
	background-image: url(/images/header_bkg.jpg);
	background-repeat: repeat-x;
	height: 126px;
	font-size: .9em;
}
.housekeeping {
	text-align: right;
	padding-top: 12px;
	padding-right: 12px;
}
.housekeeping a {
	color: #FFFFFF;
	text-decoration: underline;
}
.companyname {
	height: 48px;
	padding-top: 8px;
	padding-left: 18px;
}
#tagline {
	height: 18px;
	padding-left: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 592px;
}
.floatleft {
	float: left;
}
#nav {
	float: left;
	width: 153px;
	padding-left: 8px;
}
.navbuttons {
	margin-bottom: 8px;
}
#content {
	float: left;
	width: 279px;
	padding-left: 17px;
	padding-right: 25px;
}
#logos_col {
	float: left;
	width: 205px;
}
.center {
	text-align: center;
}
.floatright {
	float: right;
}
#footer {
	font-size: .9em;
	color: #FFFFFF;
	background-color: #00895d;
	text-align: center;
	clear: both;
	padding-top: 12px;
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #1d1d83;
	padding-bottom: 12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

.newsimage {width: 200px;
			padding-left: 5px;
			padding-bottom: 5px;
			float: right;
			}
			
.newsh {padding-bottom: 0px;
		margin-bottom: 0px;
		}
		
h4 {color: blue;
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}.partners {
	text-align: center;
	padding: 12px;
	float: right;
	height: auto;
	width: 196px;
	margin-right: 18px;
	margin-bottom: 18px;
	border: 1px solid #1d1d83;
}
#subcontent {
	float: left;
	width: 500px;
	padding-left: 17px;
	padding-right: 25px;
}
.alignleft {
	text-align: left;
}
.breadcrumbs {
	font-size: .8em;
	color: #1d1d83;
}
.breadcrumbs a {
	color: #1d1d83;
	text-decoration: underline;
}
