body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
#wrapper, #mainContent, #subContent, #leftCol, #rightCol {
	height:100%;
}
body, #wrapper, #slogan {background-color:#FFF;}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#header {
	width:100%;
	height:190px;
	padding:0;
	margin:0;
	background:url(../images/header_mid.jpg) repeat-x;
	min-width:1000px;
}
#header_left {
	width:500px;
	float:left;
}
.whitesmlerTxt {
	color:#FFFFFF;
	font-size:10px;
}
#header_right {
	width:373px;
	float:right;
}
#slogan {
	width:100%;
	height:35px;
	padding:0;
	margin:0;
	min-width:1000px;
	font-weight:bold;
	background-image: url(../images/nav_gd.gif);
	background-repeat: repeat-y;
	background-position: 470px top;
}
#slogan_left {
	padding:0 !important
	float:left;
	height:27px;
	width:470px;
	background:#000;
	color: #FFF;
	padding-top:8px;
	padding-left:15px;
	display: inline-table;
}
#slogan_right {
	padding:0 !important
	float:right;
	height:27px;
	width:15%;
	color: #000;
	padding-top:8px;
	padding-right:15px;
	text-align:right;
	float: right;
	display: inline-table;
}
#nav {
	height:70px;
	width:100%;
	background:url(../images/nav.jpg) repeat-x top;
}
#navCenter {
	width:960px;
	padding:5px 20px;
	text-align:center;
	margin: 0 auto;
	font-size:18px;
}
#mainContent{
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
}
.subContent {
	height:100%;
	width:960px;
	margin:0 auto;
	padding:20px 20px;
}
.leftCol {
	float:left;
	width:650px;
}
.rightCol {
	width:310px;
	float:left;
	padding-top: 30px;
}
.clear {
	clear:both;
}
#footer {
	height:60px;
	background:#990100;
}
#footerNav {
	width:960px;
	padding: 12px;
	margin:0 auto;
}
/* TEXT */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#999;
	margin:0;
	padding:0;
}
.redbigText {
	color:#FF0000;
}
.whitesmlTxt {
	color:#FFFFFF;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
}

/*LISTS*/
#navCenter ul li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	width:auto;
	padding:20px;
}
#navCenter ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	width:800px;
}
#navCenter li {
	padding:0;
	margin:0;
	color:#FFF;
	width:auto;
}
#navCenter a {
	color:#FFF;
	text-decoration:none;
}
#navCenter a:linked {
	color:#FFF;
	text-decoration:none;
}
#navCenter a:active {
	color:#FFF;
	text-decoration:none;
}
#navCenter a:visited {
	color:#FFF;
	text-decoration:none;
}
#navCenter a:hover {
	color:#FFF;
	text-decoration:none;
}
#footerNav a {
	color:#FFF;
	text-decoration:none;
}
#footerNav a:linked {
	color:#FFF;
	text-decoration:none;
}
#footerNav a:active {
	color:#FFF;
	text-decoration:none;
}
#footerNav a:visited {
	color:#FFF;
	text-decoration:none;
}
#footerNav a:hover {
	color:#FFF;
	text-decoration:none;
}