body {
	background-color: #d0d5e8;
	margin: 0;
	border: 0px none;
	color: #000
}
#main_container {
	width: 1018px;
	height: auto;
	margin: 0px auto 0px;
	border: 0px;
	background: transparent;	
}
#main_mast {
	width: 1018px;
	height: 117px;
	float: left;
	background-image: url('main_mast.jpg');
}
#main_header_container {
	width: 958px;
	height: 146px;
	float: left;
	background: transparent;
	margin-left: 30px;
}
#main_container_inner {
	width: 1018px;
	height: auto;
	float: left;
	background-image: url('main_liquid.gif');
	background-repeat: repeat-y;	
}
#side_graphic {
	width: 174px;
	height: 435px;
	background: transparent;
	float: left;
	margin-left: 30px;
	margin-top: 2px;
}
#main_content_container {
	width: 745px;
	height: auto;
	float: left;
	background: transparent;
	color: #0d2b88;
	font-family: verdana, "lucida console", sans-serif;
	text-align: left;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 20px;
}
#main_footer {
	width: 973px;
	height: 25px;
	padding-left: 45px;
	padding-top: 26px;
	text-align: left;
	font-family: verdana, "lucida console", sans-serif;
	font-size: 11px;
	color: #fff;
	background-image: url('main_footer.gif');
	float: left;
}
#main_footer a:link {color: #fff; text-decoration: none;}
#main_footer a:visited {color: #fff; text-decoration: none;}
#main_footer a:hover {color: #fff; text-decoration: underline;}
#main_footer a:active {color: #fff; text-decoration: none;}

#content_spacer {
	width: 745px;
	height: 10px;
	float: left;
	background: transparent;
}

a:link {color: #f57720; text-decoration: none;}
a:visited {color: #f57720; text-decoration: none;}
a:hover {color: #f57720; text-decoration: underline;}
a:active {color: #f57720; text-decoration: none;}


/** Start Main Navigation */

#nav_container_main {
	width: 962px;
	height: 35px;
	margin-left: 29px;
	background: transparent;
	float: left;
}
#nav_container ul {
	float: left;
	border: 0px none;
	margin: 0px 0px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: url('button_up.gif'); 
}
#nav_container ul li {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#nav_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 137px;
	height: 25px; /* box option height */
	color: #fff; /*color for other option type*/
	text-decoration: none;
	padding-top: 10px;
	background: url('button_up.gif');
	display: block;
	text-align: center;
	font-family: verdana, "lucida console", sans-serif;
	font-size: 12px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
#nav_container ul li a:hover { 
	color: #0d2b88; /* type colour for other option hover*/
	font-weight: bold;
	background-image: url('button_over.gif'); /* box colour for other option hover*/
}
#nav_container ul li a.selected {
	background-image: url('button_over.gif');
	font-weight: bold;
	color: #0d2b88;
}

/** End Main Navigation */

#top_buttons_container {
	width: 170px;
	height: 90px;
	float: right;
	background: transparent;
	margin-right: 29px;
	margin-top: 20px;
}

/** Start Home Button Navigation */

#home_nav_container_main {
	width: 72px;
	height: 90px;
	background: transparent;
	float: left;
}
#home_nav_container ul {
	float: left;
	border: 0px none;
	margin: 0px 0px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	background: url('home_up.gif'); 
}
#home_nav_container ul li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#home_nav_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 72px;
	height: 20px; /* box option height */
	color: #fff; /*color for other option type*/
	text-decoration: none;
	padding-top: 70px;
	background: url('home_up.gif');
	display: block;
	text-align: center;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 9px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
#home_nav_container ul li a:hover { 
	color: #0d2b88; /* type colour for other option hover*/
	background-image: url('home_over.gif'); /* box colour for other option hover*/
}
#home_nav_container ul li a.selected {
	background-image: url('home_over.gif');
	color: #0d2b88;
}

/** End Home Button Navigation */
/** Start Contact Button Navigation */

#contact_nav_container_main {
	width: 72px;
	height: 90px;
	background: transparent;
	float: left;
}
#contact_nav_container ul {
	float: left;
	border: 0px none;
	margin: 0px 0px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	background: url('contact_up.gif'); 
}
#contact_nav_container ul li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#contact_nav_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 72px;
	height: 20px; /* box option height */
	color: #fff; /*color for other option type*/
	text-decoration: none;
	padding-top: 70px;
	background: url('contact_up.gif');
	display: block;
	text-align: center;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 9px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
#contact_nav_container ul li a:hover { 
	color: #0d2b88; /* type colour for other option hover*/
	background-image: url('contact_over.gif'); /* box colour for other option hover*/
}
#contact_nav_container ul li a.selected {
	background-image: url('contact_over.gif');
	color: #0d2b88;
}

/** End Contact Button Navigation */

/** Publications Table */ 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #f57720;
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #f57720;
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #0d2b88;
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
#publication_titles_container {
	width: 740px;
	height: 25px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	background-image: url('pub_table_title.gif');
	margin-bottom: 10px;
}
#publication_table_container {
	width: 740px;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	background-image: url('pub_table_liquid.gif');
}
#publication_table_container_2 {
	width: 740px;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	background: transparent;
}
#publication_table_container_3 {
	width: 735px;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	background-image: url('pub_table_liquid.gif');
}
#title_section_td {
	width: 120px;
	height: auto;
	background: transparent;
	float: left;
	padding-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0d2b88;
}
#synopsis_section_td {
	width: 280px;
	height: auto;
	background: transparent;
	float: left;
	padding-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0d2b88;
}
#publish_section_td {
	width: 90px;
	height: auto;
	background: transparent;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0d2b88;
}
#cost_section_td {
	width: 100px;
	height: auto;
	background: transparent;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0d2b88;
	line-height: 14px;
}
#purchase_section_td {
	width: 100px;
	height: auto;
	background: transparent;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0d2b88;
}

#title_section_td_products {
	width: 150px;
	height: auto;
	background: transparent;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0d2b88;
}
#synopsis_section_td_products {
	width: 540px;
	height: auto;
	background: transparent;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0d2b88;
}
