@charset "utf-8";
/* CSS Document */

/* --------------------Set Global Defults ----------------------------*/
a {
	text-decoration:none;
	color: #000000;
}
a img {
	border: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.1em;
	margin-bottom:5px;
	text-align: justify;
}

/*----------------- End  Global Defaults -------------------------*/

/* --------------------Layout Global Sections ---------------------------*/
#tophalf {
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	width: 901px;
	margin: 25px auto 0px;
	overflow: visible;
}
#topinner {
	background-image: url(../images/top.jpg);
	width: 901px;
	background-repeat: no-repeat;
	overflow: visible;
	padding-bottom: 5px;
}
#logotype {
	width: 290px;
	height: 65px;
	background-image: url(../images/logo_text.gif);
	background-repeat: no-repeat;
	float: left;
	top: 20px;
	position: relative;
	left: 40px;
}
#menu {
	width: 430px;
	height: auto;
	overflow: visible;
	position: relative;
	top: 20px;
	float: left;
	left: 155px;
}
#content {
	overflow: visible;
	width: 876px;
	margin: 0px auto 0px;
}
#bottomhalf {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	width: 901px;
	margin: 0px auto;
	height: 30px;
	clear: both;
	position: relative;
}
#footer {
	width: 875px;
	text-align: center;
	margin: 5px auto;
	padding-top: 5px;
	height: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
/*----------------- Finish Global Section Layout -------------------------*/




/*----------------Section Element Styling-------------------------------------------*/


/*-----------Main Menu-----------------*/
#mainmenu a, #mainmenu span {
	display: block;
	text-align:center;
	width: 100%;
}
#mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainmenu a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
.currentpage {
	color: #000000;
	background-color: #FFFFFF;
}
.topspace {
	height: 100px;
}
/*-----------End Main Menu------------*/



/*-----------Content Section----------*/
#content #contentcolumn1 {
	float: right;
	width: 150px;
	height: 400px;
	margin: 5px;
}
.colheader {
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	padding-top: 10px;
}
#menulogo {
	clear: both;
	height: 350px;
	overflow: visible;
}
#webheader {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.8em;
	text-align: center;
	background-image: url(../images/webheader_back.gif);
	padding: 20px;
	margin: 0px;
	font-weight: bold;
}
#content #opener {
	margin: 5px 70px 10px;
	text-align: justify;
	clear: both;
}

/*--------------------------Page Specific-------------------------------------*/
.cleardiv {
	clear: both;
	visibility: hidden;
	line-height: 0pt;
	font-size: 0px;
}
.floatclear {
	clear: both;
	visibility: hidden;
}
