@charset "utf-8";
/* Sitter Flex */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	 font-weight: bold;
	color: #FFF;}
a:hover {
	text-decoration: none;
	 font-weight: bold;
	color: #E3F9BB;
}
a:active {
	text-decoration: none;
	 font-weight: bold;
	color: #FFF;}


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#container {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -4em;
	}

#mainContent {
	margin: 0px auto;
	width: 1000px;
	min-height: 700px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	}

#top-stripe {
	background-color: #8c8b8b;
	height: 18px;
	}

#logo {
	float: left;
	width: 279px;
	height: 131px;
	padding-top: 10px;
	padding-left: 15px;
	}

#icon-top {
	float: right;
	padding-right: 10px;
	}
	
#headercon {
	margin: 0px auto;
	width: 969px;
	height: 308px;
	background-image: url(../images/header-bg.jpg);
	}

#m-content {
	margin: 0px auto;
	width: 969px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.clr {clear: both;}
