/*
	Kimtron CSS
*/

body {
	background-color:#007ca2;
	margin-top:0px;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:13pt;

}
#header {
	height:96px;
	width: 832px;
	margin: 0 auto 0px auto;
}

#topbar {
	background:url(images/topbar.jpg) no-repeat;
	height:48px;
	width:861px;
	margin: 0 auto 0px auto;
}


#centerColumn {
	width:832px;
	height:auto;
	margin: 0 auto 0px auto;
	}

#readmore a {
	float:right;
	font: 8pt  Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#007ca2;
	}
	
a {text-decoration: none;}
a:hover { text-decoration:none}

#logo {
	float: left;
	width: 326px;
	height:94px;
	margin: 20px 0 0 20px;
}

#page {
	width: 861px;
	height:auto;
	background:url(images/bg.jpg) repeat-y;
	margin: 0 auto 2px auto;
	text-align:left;

}

#maincontent {
	height:auto;
	width:93%;
	padding:30px;

	}
	
.blueBoldText {
	font-weight:bold;
	color:#007ca2;
	}
.whiteBoldText {
	font-weight:bold;
	color:#ffffff;
	}

#footer {
	background:url(images/footer.jpg) no-repeat;
	width:861px;
	height:90px;
	vertical-align: bottom;
	}
	
#footerText  {
	color:#ffffff;
	font-size:7pt;
	width:70%;
	margin: 40px auto 0px auto;
	text-decoration:none;

	}


#footerText a  {
	color:#ffffff;
	text-decoration:none;

	}
