body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #82DAFE;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/elements/background2.jpg);
	background-repeat: repeat-x;
	background-position: left top;



}

#Container {
	width: 790px;
	margin: 50px auto 0;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	position: relative;


}

#Header {
	width: 100%;
	height: 116px;
	clear: both;
	background-color: #6DCFFF;




}
/*
#Menu {
	background-color: #003399;
	width: 770px;
	color: #FFFFFF;
	text-align: center;
}
*/
#Content {
	background-color: #FFFFFF;
	clear: both;
	overflow: visible;
	width: 770px;
	padding: 10px;
	text-align: left;




}
#Legal {
	font-size: 9px;
	color: #999999;
	background-color: #FFFFFF;
	text-align: center;
	padding: 4px;
	width: 782px;
}
#Footer {
	background-color: #003399;
	height: 35px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;

}
#Copyright {
	font-size: 9px;
	color: #333333;
	background-color: #82DAFE;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

#Error {
	clear: both; 
	background-color: #FEFFCD; 
	border: 1px solid #FFBA01; 
	padding: 5px;
	margin-bottom: 5px;
	display: none;
	font-size: 10pt;
}



/* Other Bits */
/* Menu: Ref. http://css.maxdesign.com.au/listamatic/horizontal16.htm */
#Menu ul
{
	padding: .6em 0 .6em 0;
	margin: 0;
	list-style-type: none;
	background-color: #003399;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
}

#Menu li { display: inline; }

#Menu li a
{
	text-decoration: none;
	color: #FFF;
	padding: 0.2em .7em;
	text-transform: uppercase;
	font-size: 12px;
}

#Menu li a:hover
{	color: #FFFF00; }


#MenuSecondary {
	width: 225px;
}
/*
#MenuSecondary ul {
	padding: 0em;
	margin: 0px 0px 3px;
	list-style-type: none;
	color: #333333;
	font: normal 90% arial, helvetica, sans-serif;
}
#MenuSecondary li a {
	text-decoration: none;
	font-size: 10pt;
	color: #333333;


}
#MenuSecondary li {
	margin-bottom: 2px;

}
#MenuSecondary li a:hover {
	text-decoration: underline;

}

*/
.menuHR1, .menuHR2, .menuHR3, .menuHR4, .menuHR5, .menuHR6 {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
	border: 0px none;

}
.back2top {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C0C0C0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 25px;



}
a.linkback2top {
	color: #999999;
	text-decoration: none;
}

a.linkback2top:hover {
	color: #999999;
	text-decoration: underline;
}
hr {

	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
}
.VerticalSeperator {
	background-color: #FFFFFF;
	background-image: url(../images/elements/verticalbar.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 46px;
}


/* ======== side menu styling============= */



.tablemenu {
	padding:0;
	color:#000;
	margin-bottom:1em;
}

.tablemenu h3 {
	/*background:#F9B9BA;
	color:#000;*/
	color: #0054A6;
	padding:0.25em 0;
	text-align:center;
	font-size:0.8em;
	margin:0;
	border-bottom:1px solid #fff;
	
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 1.1em;
	color: #0054A6;*/
	font-weight: bold;
	text-transform: none;
}

.tablemenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.tablemenu li {
	border-bottom:1px solid #A8CCE8;
	margin:0;
	font-size:1.1em;
}

.tablemenu li a {
	display:block;
	padding:3px 5px 3px 0.5em;
	border-left:10px solid #D3E6F4;
	border-right:20px solid #A8CCE8;
	background-color:#D3E6F4;
	color:#000;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
}

html>body .tablemenu li a{
	width:auto;
}

.tablemenu li a:hover, a#active_menu:link, a#active_menu:visited {
	border-left:10px solid #A8CCE8;
	border-right:20px solid #D3E6F4;
	background-color:#A8CCE8;
	color:#000;
	font-weight:bold;
}

/* ======== end side menu styling ========== */

/* ======== calculator menu styling ========== */

.Calcmenu {
	padding: 0;
	color: #FFFFFF;
	margin-bottom: 1em;
}

.Calcmenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.Calcmenu li {
	/*border-bottom:1px solid #26539F;*/
	margin:0 0 10px 0;
	font-size:1.1em;
}

.Calcmenu li a {
	display:block;
	padding:13px 5px 13px 0.5em;
	border-left:10px solid #003399;
	border-right:20px solid #26539F;
	background-color:#003399;
	color: #FFFFFF;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
	height: 65px;
}

html>body .Calcmenu li a{
	width:auto;
}

.Calcmenu li a:hover, a#active_menu:link, a#active_menu:visited {
	border-left:10px solid #26539F;
	border-right:20px solid #003399;
	background-color: #26539F;
	color: #FFFFFF;
	font-weight:bold;
}
/* ======== end calculator menu styling ========== */