html, body {
	width:100%;
}

body {
	margin: 0;
	padding: 0;
	font: 0.75em/1em Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	line-height:normal;
	color: #333;
}

a, a:visited, a:active{
	text-decoration:none;
	color:#110F7F;
}

.update, a.update, a:visited.update, a:active.update{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

a:hover, a:hover.update {
	text-decoration:underline;
}

#container { /* this is the div you want to fill the window */
  width:968px;
  margin-left: auto ;
  margin-right: auto ;

}
* html #container {

}

img {
	border:0;
	margin:0;
	padding:0;
}

h1{
	font-size:1.4em;
	font-weight:bold;
	border-bottom: 1px solid black;
	padding-bottom:3px;
	line-height: 1.7em;
}

h2{
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:3px;
}

li {
	margin-bottom: 4px;
}

#content {
	margin-top:15px;
	text-align:center;
}

#intro_text {
	padding-top:0.5em;
	margin:0;
	width:100%;
	font-size:1.2em;
}

#header_area{
	padding-top:10px;
}

#home_centre_box{
	float:left;
	position:relative;
	background-color:#ccc;
	color:#333;
	width:100%;
	height:240px;
	font-weight:bold;
	margin:1px 0 15px 0;
	text-align:left;
	/* border: solid 1px; */
}

#home_small_box{
	float:left;
	position:relative;
	width:100%;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
}

#home_centre_box_image{
	float:left;
	position:relative;
	width:460px;	
}

#home_centre_box_text{
	float:left;
	position:relative;
	padding: 10px 15px;
	width:478px;
	font-weight:normal;
}

#home_small_box_text{
	float:left;
	position:relative;
	padding: 3px 15px;
	width:478px;
	font-weight:normal;
}

#home_centre_box_link{
	float:right;
	position:relative;
	padding: 20px 0 0 0;
}

#centre_box{
	float:left;
	position:relative;
}

#logo_container{
	float:left;
	position:relative;
	width:100%;
	border-top: 1px solid #CCCCCC;
	margin-bottom:10px;
}

#logo_box{
	float:left;
	position:relative;
	margin-top:20px;
	padding-left:2px;
	padding-right:1px;
}

#imagespacer{
	height:15px;
}
	
.bluelink, a.bluelink, a:visited.bluelink, a:active.bluelink{
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	color:#00167F;
}

.banner_title{
	font-size:1.8em;
	font-weight:normal;
	color:#666;
}


#lower_area{
	position:relative;
	float:left;
	width:100%;
	margin:0.5em 0;
	padding:5px;
}

.list_box{
	position:relative;
	float:left;
	width:150px;
	color:#999;
	font-size:0.9em;
}

.list_box_title{
	color:#CCCCFF;
	font-weight:bold;
}

.lightlink, a.lightlink, a:visited.lightlink, a:active.lightlink{
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	color:#999;
}

.darklink, a.darklink, a:visited.darklink, a:active.darklink{
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	color:#666;
}

a:hover.lightlink, a:hover.darklink, a:hover.subheader{
	text-decoration:underline;
}

.list_box_spacer{
	display:block;
	position:relative;
	float:left;
	width:54px;
	height:5px;
}

/* ---------------------------------------------sub pages ---------------------------------------------*/

#left_container{
	float:left;
	position:relative;
	width:248px;
	margin:20px 20px 20px 0px;
}

#right_container{
	float:left;
	position:relative;
	width:700px;
	margin:20px 0;
}

#middle_container{
	float:left;
	position:relative;
	width:100%;
	border-top: dashed 1px #333;
	margin-bottom: 20px;
	padding-top:10px;
}

#newsletter_container{
	float:left;
	position:relative;
	width:100%;
	padding:10px;
}
#newsletter_area{
	width:100%;
}
#newsletter_text{
	float:left;
	position:relative;
	font-size:1.16em;
	width:568px;
}

#newsletter_banner{
	float:right;
	position:relative;
	width:370px;
	padding-right:8px;
}
#banner_float{
	position:fixed;
}
.banner_img{
	margin-bottom:15px;
}
.banner_img_right{
	float:right;
	position:relative;
}

.image_box_left{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
	margin-top:0px;
}

#image_box_right{
	float:right;
	position:relative;
	margin-bottom:15px;
}

#submenu_box{
	position:relative;
	float:left;
	width:100%;
	color:#333;
}

.submenu_box_top{
	display:block;
	position:relative;
	float:left;
	width:95%;
	padding:5px 5px;
	background-color:#666;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
}

.submenu_box_text{
	border-bottom: 1px solid #ccc;
	padding:5px;
	color:#000;
}

.submenu_box_divider{
	position:relative;
	float:left;
	width:100%;
	height:20px;
}

a:hover.submenu_box_text{
	text-decoration:underline;
}

.text_area_top{
	position:relative;
	float:left;
	width:690px;
	margin-top: 15px;
	padding: 10px 0px 0px 10px;
	text-align:left;
}

.text_area{
	position:relative;
	float:left;
	width:690px;
	border-top: dashed 1px #666;
	margin-top: 20px;
	padding: 10px 0px 0px 10px;
	text-align:left;
}

.text_area_large{
	position:relative;
	float:left;
	padding: 0px 10px 0px 10px;
	text-align:left;
}

.subheader, a.subheader, a:visited.subheader, a:active.subheader{
	text-decoration:none;
	font-weight:normal;
	font-size:1.3em;
	color:#49494a;
}

.text_header{
	font-weight:bold;
}

.text_quote_left{
	position:relative;
	float:left;
}

td.floattop{
	vertical-align:top;
}
td.floatbottom{
	vertical-align:bottom;
}
td.floatmiddle{
	vertical-align:middle;
	border-bottom: dashed 1px #666;
}
td.floatmiddleplain{
	vertical-align:middle;
}

.text_quote_right{
	position:relative;
	float:right;
}

.optimum_row_head{
	border-bottom: solid 1px #000; 
	color:#fff;
}
.optimum_row_num{
	cellpadding:0;
	border-bottom: solid 1px #000; 
	color:#ff0000; 
	font-size:16px; 
	text-align:right;
}
.optimum_row_q{
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	background-color:#fff;
}
.optimum_row{
	border-bottom: solid 1px #000;
	background-color:#fff;
}
/* -------------------------------- footer -------------------------------------------------------------- */

#footer_area{
	position:relative;
	float:left;
	width:96%;
	margin-bottom:5px;
	border:1px ridge #999;
	background-color:#666;
	color:#FFFFFF;
	padding:3px 2%;
	font-size:0.8em;
}

.footer_section, a.footer_section, a:visited.footer_section{
	position:relative;
	float:left;
	color:#fff;
	border-right:1px ridge #999;
	padding: 0 5px 0 5px;
}

.footer_section_right, a.footer_section_right, a:visited.footer_section_right{
	position:relative;
	float:right;
	color:#fff;
	padding: 0 5px 0 5px;
}
