body {
	background: #9BB2CA url('images/bg_main.gif');
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	text-align: center;
	min-width: 760px;
}

table {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-serif;
}

img {
	border: 0;
}

img.bordered {
	border: 1px solid black;
	display: block;
}

a:link, a:visited, a:active {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#4d4d4d;
	text-decoration:underline;
}

h1 {
	font-size:20pt;
}

h2 {
	font-size:16pt;
}

h3 {
	font-size:12pt;
	color:#666666;
}

h4 {
	font-size:8pt;
}

h5 {
	font-size:6pt;
}

.main {
	/*background-image: url(images/bg_content.gif) ;*/
	margin:0 auto;
	width:760px;
	min-width: 760px;
	text-align: left;
	display:block;
}

.content {
	background-image: url(images/bg_content.gif) ;
	border: 1px solid;
	border-color: #ffffff;
	display:block;
	clear: both;
	padding:4px;
}

.head_logo {
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: #ffffff;
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	background-color: #ffffff ;
	width: 87px;
	height: 76px;
}

.head_logo img {
	display: block;
	border: 0;
}

.head_banner {
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #ffffff;
	margin: 0;
	padding: 0;
	display: block;
	float:right;
	background-color: #ffffff ;
	width: 671px;
	height: 76px;
}

.head_banner img {
	display: block;
	border: 0;
}

.topstripe_dark {
	background-image: url(images/bg_stripe_dark.gif) ;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #ffffff;
	min-height: 14px ;
	display:block;
	clear:both;
	padding:6px 16px;
	font-size:1.1em;
}

.topstripe_dark a:link, .topstripe_dark a:visited, .topstripe_dark a:active {
	text-decoration: none;
	color: #ffffff;
}

.topstripe_dark a:hover, .topstripe_dark a.active:link, .topstripe_dark a.active:visited, .topstripe_dark a.active:hover, .topstripe_dark a.active:active {
	text-decoration: none;
	color: #ffffff;
/*	border-bottom: #164677 4px solid;*/
	border-bottom: #bec0c3 4px solid;
}

.topstripe_light {
	background-image: url(images/bg_stripe_light.gif) ;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #ffffff;
	min-height: 14px ;
	display:block;
	clear: both;
	padding:6px 16px;
	font-size:1.1em;
}

.topstripe_light a:link, .topstripe_light a:visited, .topstripe_light a:active {
	text-decoration: none;
	color: #ffffff;
}

.topstripe_light a:hover, .topstripe_light a.active:link, .topstripe_light a.active:visited, .topstripe_light a.active:hover, .topstripe_light a.active:active{
	text-decoration: none;
	color: #ffffff;
/*	border-bottom: #164677 4px solid;*/
	border-bottom: #bec0c3 4px solid;
}

.sectionlinks {
	background-image: url(images/bg_sl.gif) ;
	border: 1px solid;
	border-color: #ffffff;
	margin:14px;
	height:100%;
	float:left;
	clear:both;
}

.sectionlinks ul {
	list-style-type: none;
	padding:4px;
}

.spacer {
	padding:4px;
}

.sectionlinks_head {
	background-image: url(images/bg_sl_head.gif) ;
	border-bottom: 1px solid;
	border-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-align: center;
	color: #ffffff;
	padding-top:4px;
	padding-bottom:4px;
}

.siteinfo {
	padding:8px;
	text-align: center;
}

/*DEV*/

.left{
float:left;
margin: 0px 10px 10px 0px;
}
