html, body {
	height:100%;
	margin:0;
	padding:0;
}
#background{
	background-color:#ffffff;
	background-image:url(../images/theme/body_background.gif);
	background-repeat:repeat-x;
}
#body_shadow{
	background-image:url(../images/theme/body_shadow_sides.png);
	background-position:center;
	background-repeat:repeat-y;
	height:auto;
	margin:0 auto;
	min-height:100%;
	padding:0;
	position:relative;
	width:900px;
}
#body_container{
	background:transparent;
	display:block;
	height:auto;
	margin:0px auto;
	overflow:visible;
	text-align:justify;
	width:871px;
}
#body_subcontainer{
	padding:16px;
	padding-bottom:32px;
}
#header{
	background:#F1F1F1;
	clear:both;
	display:block;
	height:auto;
	margin:0px;
	overflow:hidden;
	width:870px;
}
#logo{
	clear:none;
	float:left;
	height:105px;
	width:400px;
}
#header_right{
	clear:none;
	float:right;
	padding:12px 20px 0 0;
	text-align:right;
}
#imagecontainer{
	height:auto; 
	margin-left:auto; 
	margin-right:auto;
	margin-top:32px;
	text-align:center; 
}
#footer{
	background:#032ca2;
	bottom:0;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 0 14px;
	padding:8px 0 8px 0;
	position:absolute;
	text-align:center;
	width:871px;
}
a{
	color:#032ca2;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#3366ff;
	font-weight:bold;
	text-decoration:underline;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
}
h2{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}
h3{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
p.header{
	text-align:right;
}
ul.normal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img.noborder{
	border:none;
}
img.header{
	border:none;
	float:left;
}
img.left{
	float:left;
	padding-right:16px;
}
img.right{
	float:right;
	padding:0 0 16px 16px;
}
img.splashimage{ 
	border:none;
	padding:3px;
	width:30%;
}
fieldset.search{
	border:none;
	margin-right:-10px;
}
fieldset.noborder{
	border:none;
}
/* Main menu settings */
#centeredmenu {
	background:#DDDDDD;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	clear:both;
	float:left;
	margin-bottom:14px;
	padding:0;
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	width:870px;
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#centeredmenu ul li {
	padding:0;
	float:left;
	position:relative;
	left:50%;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:6px 12px 6px;
	font-size:14px;
	line-height:14px;
	background:#ddd;
	text-decoration:none;
	color:#444;
	font-weight:bold;
}
#centeredmenu ul li.active a {
	color:#fff;
	background:#000;
}
#centeredmenu ul li a:hover {
	background:#032ca2; /* Top menu items background colour */
	color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#032ca2; /* Top menu items background colour */
	color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:26px;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:195px; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:12px;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#000;
	line-height:14px; /* overwrite line-height value from top menu */
	float:left;
	width:100%;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#032ca2; /* Sub menu items background colour */
	color:#fff;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:13px;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

