html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "century gothic",sans-serif;
	font-size: 1em;
	color: #333;
	background: #F5F5F5;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 860px;
	min-height: 100%;
	background: #FFF url(images/NEW_container_bg.jpg) repeat-y;
}
/* Fix for IE6 */
* html #container {
	height: 100%;
}

#header_spacer {
	padding-top: 340px;
}

#header {
	position: absolute;
	width: 840px; 
	left: 10px; top: 0;
}

#top_menu {
	position: absolute;
	z-index: 1000;
	top: 0; 
	width: 840px;
	font-size: 0.875em;
	font-weight: bold;
	color: #F5F5F5;
	padding: 2px 0;
	text-align: right;
	border-bottom: 1px solid #F5F5F5;
	background: url(images/veil.png);
}
/* Fix for IE6 - does not recognise alpha transparency */
* html #top_menu {
	background: none;
}
#top_menu a {
	color: #F5F5F5;
	text-decoration: none;
}
#top_menu a:hover {
	color: #FFF;
}

#main_menu {
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-size: 0.875em;
	font-family: "trebuchet ms",sans-serif;
}
#main_menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #CCC; border-bottom: 0;
	background: url(images/main_menu_bg.gif) center center repeat-x;
}
#main_menu ul li {
	display: inline;
	float: left;
}
#main_menu ul li a {
	float: left;
	color: #FFF; 
	padding: 10px 20px 3px 20px;
	text-decoration: none;
	border-right: 1px solid #CCC; /*divider between menu items*/
	border-bottom: 1px solid #CCC;
}
#main_menu ul li a:hover, #main_menu ul li #selected {
	color: #FFF; /*text color of selected and active item*/
	padding-top: 11px; /*shift text down 1px for selected and active item*/
	padding-bottom: 2px; /*shift text down 1px for selected and active item*/
	background:  url(images/main_menu_bg2.gif) center center repeat-x;
	border-bottom: 1px solid #CCC;
}
#main_menu ul li a#selected {
	border-bottom: 1px solid #6495ED;
}
#main_menu ul li a#selected:hover {
	border-bottom: 1px solid #CCC;
}

#dropmenudiv {
	position: absolute;
	z-index: 150;
	text-indent: 5px;
	border: 6px solid #6495ED;
	padding: 1px 1px 0 1px;
	background: #4169E1;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	font-size: 0.625em;
	color: #FFF;
	background: #4169E1;
	text-decoration: none;
	padding: 1px 0;
	border-bottom: 1px solid #6495ED;
}
#dropmenudiv a:hover {
	color: #FFF;
	background: #6495ED;
	border-bottom: 1px solid #4169E1;
}

#sub_menu {
	font-size: 0.8em;
	color: #DCDCDC;
	padding: 4px 0px 4px 20px;
	background: #6495ED;
}
#sub_menu a {
	color: #DCDCDC;
	text-decoration: none;
	padding: 0 2px;
}
#sub_menu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#sub_menu a#current {
	font-weight: bold;
	color: #00008B;
	background: #6495ED;
}
#sub_menu a#current:hover {
	color: #00008B;
}
#page_nav {
	font-size: 0.8em;
	color: #4169E1;
	background: #F0F8FF;
	padding: 4px 0px 2px 22px;
	border-bottom: 1px dotted #4169E1;
}
#page_nav a#this {
	font-weight: bold;
}
#search {
	float: right;
	margin: 10px 10px 0 0;
}
#nzt {
	float: left;
	margin: 15px 7px 0 20px;
	font-size: 13px;
}
#timeanddate {
	float: left;
	margin: 3px 0 0 0;
}
#logo {
	margin: 10px 0 0 15px;
}

#main_content {
	padding: 0 20px 20px 20px;
}

.left_column {
	width: 520px;
	margin-top: 40px;
	border-right: 1px solid #CCC;
	padding: 0 10px 10px 0;
}

.right_column {
	float: right;
	width: 262px;
	margin: 40px 5px 0 0;
	font-size: 0.8em;
}
.right_column img {
	border-color: #6495ED;
}
.right_column_text {
	text-align: right;
	padding: 5px 4px 5px 0;
	border: 1px solid #CCC;
	margin: 0 0 20px 0; 
}
.right_column_caption {
	margin: 0 0 20px 0; 
	color: #FFF;
	background: #6495ED;
	padding: 5px 0 5px 5px;
}
#quicklinks_header {
	width: 262px;
	color: #FFF;
	background: #6495ED;
	padding: 5px 0;
	text-indent: 5px;
}
#quicklinks {
	width: 262px;
	margin: 0px 0px 20px 0px;
	text-align: left; 
}
#quicklinks ul {
	list-style-type: none;
	margin: 0;
}
#quicklinks ul li a {
	display: block;
	width: 100%;
	color: #36C;
	padding: 3px 0;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	background: #FFF;
} 
#quicklinks ul li a:hover {
	color: #36C;
	background: url(images/sidemenu_bg.jpg) -3px 5px no-repeat;
} 

#footer {
	position: relative;
	width: 100%; 
	bottom: 0;
	font-size: 0.8em;
	background: #F5F5F5 url(images/bg_footer_gray.jpg) repeat-x bottom left;
}

#footercontent {
	width: 850px;
	margin: 0 auto;  
	padding: 0;
	text-align: left;
}

#footer_atrib {
	float: right;
	color: #4169E1;
}
#bottommenu {
	width: 850px;
	margin: 0 auto;  
	color: #4169E1;
	padding: 0 0 4px 0;
	text-align: right;
}
/* Fix for IE6  */
* html #bottommenu {
	margin-top: -10px;
}
#bottom_border {
	width: 855px; height: 10px;
	margin: 0 auto; 
	background: url(images/shadow_bottom.jpg) repeat-x;
}

/* h1 is page header */
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0;
}
/* h2 = subheader */
h2 {
	font-size: 1.75em;
	font-weight: normal;
	color: #32CD32;
	text-align: left;
	margin-bottom: 0;
}
/* h3 = boldtext */
h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #32CD32;
}
/* h4 = strong */
h4 {
	font-weight: bold;
	font-size: 1em;
	color: #32CD32;
}
hr {
	color: #32CD32;
	background: #32CD32;
	border: 0;
	height: 1px;
}
a {
	color: #4169E1;
	text-decoration: none;
}
a:hover {
	color: #6495ED;
	text-decoration: underline;
}
img a {
	border-color: #333;
}
form {
	margin: 0;
}
ul {
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
strong {
	color: #32CD32;
}
table {
	font-size: 1em ;
}
table td.heading {
	background: #F0FFF0;
	border-bottom: 1px solid #7CFC00;
}
table td.highlight {
	background: #F5F5F5;
}
table td.total {
	background: #DCDCDC;
	border-top: 1px solid #CCC;
}

#title {
	color: #32CD32;
	text-align: right;
	margin-top: 40px;
}
.subheader {
	font-size: 1.75em;
	color: #32CD32;
	text-align: left;
}
.boldtext {
	font-size: 1.5em;
	color: #32CD32;
}
.smalltext {
	font-size: 0.8em;
}

.boxed_images {
	width: 740px;
	background: #6495ED url(images/images_top_bg.gif) no-repeat;
	margin: 45px 0 0 40px;
}
.boxed_images img {
	border-color: #FFF;
}
.boxed_images_bottom {
	background: url(images/images_bottom_bg.gif) no-repeat;
	height: 5px;
	overflow: hidden;
}

#button {
	width: 100px;
	font-family: "trebuchet ms",sans-serif;
	font-size: 14px;
	background: #7CFC00;
	text-align: center;
	border: 1px solid #7CFC00;
}
#button a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
}
#button a:hover {
	text-decoration: none;
	background: #F0FFF0;
}

#form_box label {
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
}
#form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 50px;
}