html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #2f86e5;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


/*-------------------------------- logo and strap line ---------------------------------*/



#header {
	float: left;
	width: 100%;
	min-height: 100%;
	border: 0px solid red;
}

#center {
	width: 767px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}


#header_content {
	width: 750px;
	height: auto;
	margin: 0 auto;
	border: 0px solid red;
}

#logo {
	float: left;
	height: 119px;
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
}

#logotext {
	float: left;
	border: 0px solid red;
}

#top_menu {
	text-align: right;
	float: right;
	padding: 5px 15px 5px 0px;
}

#submenu {
	text-align: left;
	float: left;
	padding: 15px 0px 5px 20px;
	border: 0px solid red;
}

#breadcrumb {
	text-align: left;
	width: 300px;
	float: left;
	padding: 15px 5px 5px 25px;
	border: 0px solid red;
}


/*-------------------------------- body ---------------------------------*/

#body_section {
	float: left;
	text-align:left;
	width: 500px;
	min-height: 100%;
	border: 0px solid red;
	background-color: #8cc3fd;
	background-image: url(../images/text_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 30px
}

#textbox {
	padding: 0px 15px 5px 15px;
	margin: 0px 0px 0px 0px;
}

#hook_section {
	float: left;
	text-align:left;
	width: 500px;
	min-height: 100%;
	border: 0px solid red;
	background-color: #82b6ef;
	margin-top: 5px
}

#textbox2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

/*-------------------------------- columns ---------------------------------*/

#column1 {
	width:500px;
	margin: 0 auto;
	float: left;
	height: auto;
}

#column_right {
	margin: 10px 0px 0px 0px;
	padding: 250px 0px 0px 0px;
	float: right;
	height: auto;
	width: 265px;
	text-align:left;
	background-image: url(../images/large_globe.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/*-------------------------------- footer ---------------------------------*/

#footer_frame {
	float: left;
	margin: 10px 0px 50px 0px;
	width: 767px;
	min-height: 100%;
	border-top: 1px solid #599eea;
}

#footer_text {
	float: left;
	text-align:left;
	width: 100%;
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
	margin-bottom: 50px;
}

#footer_bg {
	float: left;
	width: 100%;
	min-height: 100%;
	border: 0px solid red;
}

#PrintFooter {
	display: none;
}