/* main column and page layout */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Century Gothic", Century, Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
	float: left;
	padding: 0px;
	height: 315px;
	margin: 0px 0px 0px 0px;
}

#headerb {
	width: 1000px;
	float: left;
	padding: 0px;
	height: 212px;
	margin: 0px 0px 0px 0px;
}

#navigation {
	float: left;
	width: 1000px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#leftcolumn {
	width: 300px;
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content {
	float: left;
	margin: 0px;
	width: 390px;
	padding: 10px;
	clear: right;
}

#content2 {
	float: left;
	margin: 0px;
	width: 450px;
	display: inline;
	padding: 10px;
}

#rightcolumn {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 250px;
	float: left;
}
#footer {
	width: 1000px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* navigation */

.nav01 {
	background-image: url(_images/_nav/r1c1.gif);
	float: left;
	height: 31px;
	width: 361px;
}

.nav01sel {
	background-image: url(_images/_nav/r1c1sel.gif);
	float: left;
	height: 31px;
	width: 361px;
}

.nav01:hover {
	background-image: url(_images/_nav/r1c1.gif);
	background-position: 0px -31px;
}

.nav02 {
	background-image: url(_images/_nav/r1c2.gif);
	float: left;
	height: 31px;
	width: 100px;
}

.nav02sel {
	background-image: url(_images/_nav/r1c2sel.gif);
	float: left;
	height: 31px;
	width: 100px;
}

.nav02:hover {
	background-image: url(_images/_nav/r1c2.gif);
	background-position: 0px -31px;
}

.nav03 {
	background-image: url(_images/_nav/r1c3.gif);
	float: left;
	height: 31px;
	width: 89px;
}

.nav03sel {
	background-image: url(_images/_nav/r1c3sel.gif);
	float: left;
	height: 31px;
	width: 89px;
}

.nav03:hover {
	background-image: url(_images/_nav/r1c3.gif);
	background-position: 0px -31px;
}

.nav04 {
	background-image: url(_images/_nav/r1c4.gif);
	float: left;
	height: 31px;
	width: 97px;
}

.nav04sel {
	background-image: url(_images/_nav/r1c4sel.gif);
	float: left;
	height: 31px;
	width: 97px;
}

.nav04:hover {
	background-image: url(_images/_nav/r1c4.gif);
	background-position: 0px -31px;
}

.nav05 {
	background-image: url(_images/_nav/r1c5.gif);
	float: left;
	height: 31px;
	width: 353px;
}

.nav05sel {
	background-image: url(_images/_nav/r1c5sel.gif);
	float: left;
	height: 31px;
	width: 353px;
}

.nav05:hover {
	background-image: url(_images/_nav/r1c5.gif);
	background-position: 0px -31px;
}

/* text formatting */


img{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #0152A3;
	text-decoration: none;
	}

a:visited {
	color: #0152A3;
	text-decoration: none;
	}

a:hover {
	color: #0000;
	text-decoration: underline;
	}

.homepageheader {
	font-size:25px;
	color:#016bda;
	font-weight: bold;
	font-family: "Century Gothic", Century, Tahoma, Arial;
}


.descriptionsmalltitleblack {
	font-size:9px;
	color:#000000;
	font-weight: bold;
}

.descriptionsmall {
	font-size:9px;
	font-weight:normal;
}


.menutinytext {
	font-size:9px;
	color:#016bda;
}

.menutinytext:link {
	text-decoration: none;
	}
	
.menutinytext:visited {
	text-decoration: none;
	color: #016bda;
}

.subheadblack {
	font-size:13px;
	color:#000000;
}


.subheadblue {
	font-size:13px;
	color:#016bda;
}

.subheadblue:visited {
	text-decoration: none;
	color:#016bda;
}


.quote {
	font-size: 11px;
	background-color: #E7E8EA;
	padding: 7px;
	height: 100%;
	width: 375px;
	background-image: url(_images/quote_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.quotert {
	font-size: 11px;
	background-color: #E7E8EA;
	padding: 7px;
	height: 100%;
	width: 240px;
	background-image: url(_images/quote_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.quoteattrib {
	font-weight: bolder;
	text-align: right;
}
.mbgfooter {
	font-family: "Century Gothic", Century, Tahoma, Arial;
	font-size: 9px;
	color: #CCCCCC;
	background-image: url(_images/rb_txtr.gif);  
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 69px;
	padding-left: 90px;
}
.mbgfootercenter {
	text-align: center;
	float: left;
	width: auto;
	padding-left: 175px;
}

.mbgfooterlinks:link {
	text-decoration: none;
	color: #CCCCCC;
}
.mbgfooterlinks:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.mbgfooterlinks:hover {
	text-decoration: underline;
}


.mbgfooter_copyright {
	float: left;
}
.mbgdiv {
	background-image: url(_images/mbg_div_txtr.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
