body {
	
	font: 100% Arial,Verdana, Helvetica, sans-serif;
	background: #00abee;
	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:#666666;	
}
.oneColElsCtr #container {
	width: 770px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	text-align:justify;
	background-image:url(../images/wrapper.jpg);
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:19px;
	padding-right:19px;
}
a
{
	text-decoration:none;
	color:#666666;	
}
#header
{
	text-align:center;
}
#navigation
{
	font-family: Verdana,Arial;
	background-image:url(../images/navigation.png);
	background-repeat:no-repeat;
	background-position: center center;
	height:18px;
	margin-top:1px;
	color:#FFF;
	font-size:12px;
	padding-top:4px;
	text-align:left;
}
#navigation a
{
	color:#FFF;
	font-size:12px;
}
#search
{
	background-image:url(../images/search_bar.png);
	background-repeat:no-repeat;
	background-position: center center;
	height:31px;
	margin-top:1px;
}
#header_image
{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position: center center;
	height:110px;
	margin-top:1px;
}
#footer
{
	background:#00abee;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position: top center;
	height:29px;
}
#footer_txt
{
	text-align:right;
	padding-right:40px;
	padding-top:5px;
	font-size:14px;
}
#footer_gap
{
	height:2px;
	background:#00abee;
}
#nav_break
{
	position:relative;
	top:-1px;
	border-right:1px solid #FFF;
	height:18px;
	float:left;
}
#nav_txt
{
	padding-left:4px;
	padding-right:4px;
	float:left;
}
#nav_txt a:hover
{
	text-decoration:underline;
}
#navigation_text
{	
	position:relative;
	left:75px;
}
#simple_search
{
	position:relative;
	left:4px;
	top:1px;
	font-size:12px;	
}
.header_text
{
	font-size:26px;
	color:#0154A4;
}
.input_style {
font-size:12px;
}
#search_pages
{
	position:relative;
	top:5px;
}
#arrow_left
{
	height:30px;	
	float:left;
}
#number
{
	height:30px;
	text-align:center;
	font-size:14px;
}
#number_small
{
	font-size:12px;
	position:relative;
	top:3px;
	height:30px;
	text-align:center;
}
#arrow_right
{
	height:30px;	
	float:right;
}
#user_body
{
	padding-top:10px;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
}
.style1 {
	font-size:16px;
	line-height:30px;
}
#header_cont
{
	position:relative;
	left:-2px;
	height:269px;
}