@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(pattern.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	outline:none
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header img{
	margin:0px;
	padding:0px;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#main_bottom {
	height:245px;
}

#footer {
	background:#fff;
	width:800px;
	margin: 0 auto;
	margin-bottom:15px;
	z-index:1;
}


#bar {
	background-color:#F86623;
	height:30px;
	margin: 0 auto;
	position:relative;
	margin-top:-95px;
	z-index:2;
}


#main_top{
	background-color:#7A9AA3;
	width:100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top:100px;
	}
	
p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.orangeText {
	color: #F86623;
	font-size: 10px;
	margin-left: 30px;
}


.sidebarText {
	font-size: 12px;
	margin-left: 30px;
}

.bodyText {
	font-size: 14px;
	padding: 0px;
	margin-right: 50px;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #50311C;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}
.sidebarTextSelection {
	font-size: 12px;
	margin-left: 10px;
}
a {
	border:0;
	}
img {
	border:0}
.bodyText1 {
	font-size: 14px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #50311C;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}
