html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica;
	margin: 0;
	padding: 0;
	background: #effaff;
	text-align: center;
}

a {
	text-decoration: none;
}

img {
	border: none;
}
/* ------------------------------------ Begin Utility Divs ------------------------------------*/
.alignRight {
	width: 100%;
	text-align:right;
}

.alignLeft {
	width: 100%;
	text-align:left;
}

/* Use the clearFloat class to clear floats in the layout */
.clearFloat {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.clear_link {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 0px;
}
/* ------------------------------------ END tility Divs ------------------------------------*/



/*------------Body Structure------------*/

#outerContainer {
	margin-top: 0px;
	text-align: center;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}

#main_center_div {
	background: white url(../images/layout/bg.gif) repeat-y center;
}

.main_center {
	width: 767px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#main_content {
	
	
}

.content_center {
	width: 733px;
	padding: 0px;
	margin: 0px auto;
}

#header_logo {
	height: 150px;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
}

/*----------Top Nav----------------*/
#top_nav {
	width: 733px;
	height: 22px;
}

#top_nav .top_nav_item {
	float: left;
	padding: 0;
	margin: 0;
}

/*------------Search Bar---------------*/

#search_div {
	background: url(../images/layout/search_bg.gif) no-repeat top center;
	height: 24px;
	text-align: right;
	color: #008ce1;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	padding-right: 20px;
	vertical-align: middle;
}

#search_input {
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	width: 180px;
	padding-right: 10px;
}
#search_div input.styled {
	border: solid #c2eafc 1px;
}


/*----------Footer-----------*/
#three-colmn {
	padding: 0;
	margin: 0;
	line-height: 0;
}

#three-colmn a {
	float: left;
	display: inline;
}

#border_bottom {
	background: url(../images/layout/border_bottom.jpg) no-repeat top center;
	height: 17px;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #7d7d7d;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0 0 0;
	line-height: 18px;
}


/*----------Bottom Nav----------------*/
#footer a:link, #footer a:visited {
	color: #7d7d7d;
	text-decoration: none;
}

#footer a:hover {
	color: #7d7d7d;
}

#footer span {
	color: #023e7d;
	padding: 0 10px 0 10px;
}

/*-----------Forms----------------*/

form {
	margin: 0;
	padding: 0;
}

form hr {
	border: 0;
	color: #e4e8a7;
	background-color: #e4e8a7;
	height: 1px;
}


/*-----------Page Content Area------------*/
.inner_content {
	width: 733px;
	background: transparent url(../images/layout/content_area_bg.gif) top center repeat-y;
	padding: 0;
	margin: 0;
	line-height: 0;
	text-align: left;
}

#content_area {
	width: 733px;
}

.sidebar {
	width: 181px;
	margin: 20px 0 0 20px;
}

.page_content {
	width: 497px;
	margin: 20px 20px 0 15px;
}

.bottom_frame {
	background: transparent url(../images/layout/content_area_bottom.gif) no-repeat bottom center;
	width: 733px;
	height: 10px;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.full_width {
	width: 700px;
}