html {
	margin:0;
	padding:0;
}
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height:100%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_media/images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #DEDEDE;
}
#masterContainer {
	position: relatives;
	top: 0px;
	left: 0px;
	height:100%;
	height: auto !important;
	min-height: 100%;
	width:100%;
}
#banner_wrap {
	width: 100%;
}
#banner {
	width: 1010px;
	padding: 0px;
	min-height:420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../_media/images/bannerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	width:780px;
	margin:0 auto;
	padding:48px 0 0 0;
}
#nav ul {
	width:100%;
	float:left;
	margin:0;
	padding:7px 0 0 0;
	background-color:none;
}
#nav li {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}
#nav li a {
	margin:0;
	font-size:110%;
	display:block;
	float:left;
	text-align:center;
	width:128px;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:underline;
}
#footerTopImg ul {
	width:100%;
	float:left;
	background-color:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footerTopImg li {
	list-style:none;
	float:left;
	display:block;
	padding-right:0;
	min-width:120px;
	margin:0;
}
#footerTopImg li a {
	font-size:90%;
	text-align:center;
	float:left;
	width:100px;
	text-decoration:none;
	color: #741c1c;
}
#footerTopImg li a:hover {
	text-decoration:underline;
}
#content_Container {
	width: 1010px;
	min-height: 420px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow:hidden;
	position: relative;
}
#keepEmCentered {
	width:780px;
	margin:0 auto;
}
#content {
	width: 530px;
	float:left;
	margin-left: 5px;
	padding: 10px 5px 5px 5px;
	position:relative;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
#content p {
	font-size:117%;
}

#sideNav h1 {
	color:#666;	
}

#sideNav {
	width: 220px;
	margin-left: 550px;
	padding: 5px;
	height: auto;
	margin-top: 0px;
}
#bottomContainer {
	width: 100%;
	padding: 0px;
	margin:0;
	position: relative;
	background-color: #FFF;
}
#bottom {
	text-align: center;
	width: 1010px;
	height: 80px;
	margin-top: -10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
	background-image: url(../_media/images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footerTopImg {
	width:1010px;
	height:26px;
	background-color:yellow;
	background-image: url(../_media/images/footerTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	bottom: 0px;
}
/* CSS Font Styles */	
	
p {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
}
h1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
}
h2 {
	color: #28437c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
h3 {
	color:#741c1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times;
}
a {
	color: #EDEDED;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
}
ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
}
ol {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
}
li {
	padding: 8px 8px 8px 0px;
}
 @charset "utf-8";
/* CSS Document */
.redColor {
	color: #741c1c;
	font-weight: bold;
	text-align: left;
}
.blueColor {
	font-size: 130%;
	color: #28437c;
	text-align: left;
}
#sideNav h1 {
	font-size:110%;
}
.relativeWrapper {
	width: 100%;
	position: relative;
	height: 110px;
}
.left {
	padding: 5px;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.right2, .right {
	padding: 5px;
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.right2 {
	width:40%;	
}

#content  a {
	color:#666;	
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;	
}
.aLittleMore {
	font-size: 110%;
}

