html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #001d39;
	background-image: url(../images/main_image.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


/*-------------------------------- logo and strap line ---------------------------------*/



#header {
	float: left;
	width: 100%;
	min-height: 100%;
}

#center {
	width: 738px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

#page_bg {
	float: left;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	border: 0px solid red;
}

#header_content {
	width: 738px;
	height: 128px;
	margin: 0 auto;
	border: 0px solid red;
	background-image: url(../images/header_top_bg.jpg);
	background-position: top;
	background-repeat: repeat x;
}

#logo {
	float: left;
	height: 128px;
	width: 301px;
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
}

#top_menu {
	text-align: right;
	float: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

#date {
	text-align: right;
	width: 300px;
	height: 65px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

#search_box {
	text-align: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

#tel_number {
	text-align: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

#menu_frame {
	width: 738px;
	float: left;
	height: 27px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #993399;
}

#menu {
	width: 738px;
	float: left;
	height: 27px;
	margin: 0 auto;
	text-align: left;
}

#homeflash {
	float: left;
	width: 738px;
	margin: 0 auto;
	height: 210px;
	border: 0px solid red;
	display:table-cell;
}

#subflash {
	float: left;
	width: 738px;
	margin: 0 auto;
	height: 150px;
	border: 0px solid red;
	display:table-cell;
}

#homepic {
	width: 100%;
	margin: 0 auto;
	height: 210px;
	border: 0px solid red;
	display:table-cell;
}

#faq {
	width: 100%;
	text-align: right;
	border-top: 1px solid #993399;
	height: 28px;
	background-color: #ffffff;
	clear: both;
}

#faq_content {
	float: right;	
	padding: 0px 25px 0px 5px;
}

#breadcrumb {
	width: 100%;
	text-align: left;
	border-top: 1px solid #993399;
	height: auto;
	background-color: #DBD9E9;
	clear: both;
}

#breadcrumb_content {
	float: left;	
	padding: 5px 0px 5px 15px;
}
/*-------------------------------- body ---------------------------------*/

#body_frame {
	width: 738px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #993399;
}

#home_frame {
	float: left;
	text-align:left;
	margin: 0 auto;
	width: 738px;
	min-height: 100%;
	border: 0px solid red;
	background-color: #ffffff;
	background-image: url(../images/logo_body_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	clear:both;
}


#home_left {
	float: left;
	text-align:left;
	width: 400px;
	min-height: 100%;
	padding: 0px 0px 10px 15px;
	border: 0px solid red;
}

#home_right {
	float: right;
	text-align:left;
	width: 300px;
	min-height: 100%;
	padding: 20px 0px 10px 0px;
	border: 0px solid red;
}

#sub_right {
	float: right;
	text-align:left;
	width: 240px;
	min-height: 100%;
	padding: 20px 0px 10px 0px;
	border: 0px solid red;
}

#home_pad {
padding: 0px 10px 0px 0px;
}

#sub_pad {
padding: 15px 10px 5px 5px;
}

#docs, #profile, #newsdocs, #services, #news  {
	padding: 0px 0px 15px 0px;
}

#docs_title, #services_title, #profile_title, #news_title {
	float: right;
	text-align:left;
	width: 100%;
	border-bottom: 1px solid #993399;
	margin: 0px 0px 0px 0px;
}

#newsdocs_title {
	float: right;
	text-align:left;
	width: 100%;
	border-bottom: 1px solid #993399;
}

#latest_news {
	float: left;
	text-align:left;
	width: 250px;
	min-height: 100%;
	padding: 5px 5px 5px 5px;
	border-right: 0px solid #cccccc;
}

#latest_docs {
	float: right;
	text-align:left;
	width: 140px;
	min-height: 100%;
	padding: 5px 5px 5px 5px;
}

/*-------------------------------- columns ---------------------------------*/

#sub_left {
	float: left;
	text-align:left;
	width: 460px;
	min-height: 100%;
	padding: 20px 0px 10px 15px;
}

/*-------------------------------- footer ---------------------------------*/


#footer_text {
	float: left;
	text-align:left;
	width: 100%;
	min-height: 100%;
	border: 0px solid red;
	padding: 5px 0px 0px 0px;
	margin-bottom: 50px;
}


#PrintFooter {
	display: none;
}