@charset "utf-8";
/* CSS Document */
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	background-image:url(../images/bg-stripes.png);
	background-repeat:repeat;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
html {
	overflow-y: scroll;
}
#micro-nav-wrapper {
	background-color:#CCC;
	width:100%;
	padding:4px;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}
#micro-nav {
	background-color:#CCC;
	font-size:10px;
	width:950px;
	margin:auto;
	height:16px;
	vertical-align:middle;
	display:inline-block;
	text-align:left;
}
#micro-nav a:hover {
	color:#FFF;
}
#topnav-wrapper {
	background-image:url(../images/bg.jpg);
	width:960px;
	height:238px;
	margin:auto;
	padding: 0px;
}
#header {
	width:960px;
	height: 182px;
	padding:0px;
	margin:auto;
}
#courtesy {
	width:220px;
	height:182px;
	float:right;
	font-size: 11px;
	color:#FBFCDD;
	padding:0px;
	text-align:right;
}
#courtesy a:link {
	color:#ffffff;
}
#content-wrapper {
	width:960px;
	height:auto;
	margin:auto;
	background-color:#FFF;
	padding: 10px 0 10px 0;
	overflow:hidden;
}
#maincont {
	position: relative;
	float: left;
	width: 600px;
	margin-left: 10px;
	margin-right: 10px;
}
#sidecont {
	width: 310px;
	padding: 10px;
	margin-right: 10px;
	float: right;
	min-height: 200px;
	background-image:url(../images/column-bg.png);
	background-repeat:repeat-x;
	position: relative;
}
#left-content {
	width:254px;
	float:left;
	padding:0px;
	min-height:500px;
	background-color:#fff;
	background-image:url(../images/column-bg.png);
	background-repeat:repeat-x;
	overflow:hidden;
}
#right-content {
	width:680px;
	float:right;
	padding:0px 5px 5px 0px;
	background-color:#FFF;
}
#left-content-home {
	width:254px;
	float:left;
	padding:0px;
	min-height:500px;
	background-color:#fff;
	background-image: url(../images/column-bg.png);
	background-repeat:repeat-x;
	overflow:hidden;
}
#right-content-home {
	width:680px;
	float:right;
	padding:0px 5px 5px 0px;
	background-color:#FFF;
	position: relative;
}
#footer {
	width:940px;
	margin: auto;
	height: 70px;
	clear:both;
	background-color:#0483C8;
	color:#FFF;
	padding: 10px;
}
#footer a:link {
	color:#FFF;
	text-decoration:underline;
}

