body {
	background: #E4F3BC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5b614b;
}


a {
	color: #639;
	font-family: Tahoma, Arial;
	font-weight: bold;
	border: no-border;
	text-decoration: none;
}

#headerlogin {
	text-align:left;
	width:850px;
	margin: 0px auto;
	color: #2F5797;
	font-size: x-small;
	padding-right: 20px;
	padding-bottom: 5px;
}

a:hover {
	color: #C63;
	text-decoration: none;
	font-weight: bold;
}
#container {
	width: 850px;
	margin: 0px auto;
	background-color: #ECFFDB;
}
#container a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-image: url(../images/Banner_Standard.png);
	background-repeat: no-repeat;
	height: 208px;
	width: 850px;
	margin: 0px auto 0px auto;
}
#sub_header {
	background-image: url(../images/site_elements/index_08.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 152px;
}
#links {
	width: 850px;
	background-image: url(../images/site_elements/blue_bar.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	height: auto;
}
#links a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	height: auto;
}
#left_content {
	width: 23%;
	height: auto;
	background-color: #B8D18C;
}
#left_contents {
	padding: 15px 10px 10px 10px;
}
#left_contents a {
	font-size: xx-small;
}
.ue  {
	color: #2467B6;
	padding: 0px;
	margin: 0px;
}
#right_content {
	float: right;
	margin-bottom: 25px;
	height: auto;
	overflow: auto;
	width: 72%;
	margin-right: 25px;
}
#products {
	width: 850px;
	clear: both;
	background-color: #B8D18C;
	padding-top: 5px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#products a {
	color: #2467B6;
}
#lower_left {
}
#footer {
	padding: 10px 0px 5px 0px;
	font-size: small;
	width: 850px;
	color: #CCC;
	margin: 0px auto 15px auto;
	background-image: url(../images/site_elements/blue_bar_footer.png);
	background-repeat: repeat-x;
	height: 51px;
}
#footer a {
	color: #FFF;
}


h1 {
	font-size: large;
	color: #4389D1;
	font-weight: bold;
}

h2 {
	color: #333;
	font-weight: bold;
	font-size: small;
}

h3 {
	font-size: 14px;
	color: #069;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F0D95C;
	padding-right: 320px;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:152px;	width:850px ;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #609;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

