/*
    Colour Components (Common Styles)
*/
/* 
Import Site Specifics 
*/
@import url(utility.css);
@import url(structure.css);
@import url(element.css);
@import url(menu.css);
@import url(form.css);
@import url(template.css);

/*
    Common Screen Elements
*/
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-color: #000000;
	
	color: #444;	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.75em;
	
	text-align: center;
}
p
{
	margin-top: 14px;
	margin-bottom: 5px;
	padding-left: 10px;
}

sup
{
	font-size: 8px !important;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0px 0px 5px 0px;
	padding: 8px 0px 0px 0px;
	
	color: #022c55;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: -1px;
}
h2,
h3
{
	padding-top: 10px;
	
	font-size: 140%;
	font-weight: bold;
	color: #c0d62e;
}
h1{
	font-family:"Arial Black", Arial, Helvetica;
	font-size: 200%;
}	

h2{
	font-family:"Arial Black", Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #022c55;

}
h3{
	font-family:"Arial Black", Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #022c55;
	background-image:url(../images/leftLogoHeader.gif);
	background-repeat:no-repeat;
	background-position: left 90%;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Default Link Styles */
a:link,
a:visited
{
	color: #133c5a;	
}
a:hover
{
	color: #005edd;
	text-decoration: blink;
}

/* Default List Styling */
ul
{
	margin: 15px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul li 
{
	margin-bottom: 2px;
	padding-left: 10px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px; 
}
	.backtotop {
		color: #91bb1b;
	}
	a:link.backtotop, a:visited.backtotop {
		color: #91bb1b;
		text-decoration: none;
	}
/* Add Mac IE Specific Styles, using backslash hack */
/*\*//*/
#calculator div.menu-calc
{
	float: right;
	width: 76%;
	margin:0;
	padding: 0;
}
#calculator div.menu-calc ul
{
	float: right;
}
#calculator div.menu-calc ul li a:link,
#calculator div.menu-calc ul li a:visited
{
	float: none;
	display: inline;
}
#calculator div.content
{
	width: 575px !important;
}
#calculator div.content-frame
{
	width: 98% !important;
	margin: 0px;
	padding: 0px;
}
#calculator .content h1
{
	clear: none;
	margin-top: -3px;
}
#calculator div.footer
{
	font-size: 90%;
}
/**/ 
