@charset "iso-8859-1";

html {
	color:#000; 
	background:#FFFFFF;
    background-image: URL('images/headerbg.gif');
	background-repeat: repeat-x;
}
body {
	text-align:left; 
	font-family: arial, helvetica, sans-serif; 
	font-size:10pt; 
	color:#000; 
	padding:0px; 
	border:0px; 
	margin:0px;
    background-image: URL('images/headerbg.gif');
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	color:#000;
}
a:hover {
	text-decoration:none;
}

#wrapper {
	width: 996px;
	height: 628px;
	margin: 0px auto;
	text-align: center;
}

#banner {
	width: 996px;
	height: 122px;
	text-align: center;
   	background-image: URL('images/headerimage.gif');
	background-repeat: no-repeat;
}

#bannerlogo {
	position: absolute;
	top: 0px;
	width: 996px;
	height: 122px;
    text-align: center;
    overflow: hidden;
}

#SignInBox {
    position: absolute;
    top: 78px;
    right: 40px;
}

#topnav {
	width: 996px;
    top: 122px;
	height: 31px;
    background-image: URL('images/topmenuimage.gif');
	background-repeat: no-repeat;
}

#topnavtext {
    padding-top: 5px;
}

#topnavtext a:hover {
    color: #003366;
}

#topnavtext .padcol {
    padding-left: 15px;
    padding-right: 15px;
}


#enudge_nav {
	position: absolute;
	top: 153px;
	width: 996px;
	height: 32px;
}

#enavtext {
    background-image: URL('images/loggedinmenuimage.gif');
	background-repeat: no-repeat;
}

#enavtext a:hover {
    color: #8AB2DA;
}

#maincontent {
	width: 996px;
    top: 185px;
	height: 350px auto;
    background: #FFFFFF;
    text-align: left;
}
* html #maincontent{ /* for IE only */
	height: 350px;
}

#maincontent a, a:link, a:visited {
	text-decoration: none;
	color: #1A81BF;
}

#maincontent a:hover {
	color: #71A822;
}

#maincontent_text {
	margin-left: 20px;
	margin-top: 23px;
    padding-top: 10px;
}

#maincontent_text h1 {
	font-size: 16pt;
	color: #004C79;
}

#maincontent_text h2 {
	font-size: 12pt;
	color: #8AC436;
}

#flasharea {
    position: relative;
    left: 80px;
    height: 204px;
    width: 826px;
}


#fp_squares {
	width: 996px;
	height: 370px;
}

#left_square {
	width: 475px;
	left: 0px;
}

#left_square_heading {
	color: white;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 17px;
}

#left_square_heading a, a:link, a:visited {
	color: #004570;
}

#left_square_text {
	padding-left: 5px;
	padding-top: 0px;
}

#right_square {
	position: absolute;
	width: 475px;
	left: 475px;
	top: 168px;
}

#right_square_heading {
	color: white;
	font-weight: bold;
	padding-left: 37px;
	padding-top: 20px;
}

#right_square_heading a, a:link, a:visited {
	color: #56C1EA;
}

#right_square_text {
	padding-left: 15px;
	padding-top: 5px;
}

#specialfpsection {
	margin-left: 15px;
    margin-right: 0px;
    padding-top: 12px;
}

#footer {
	width: 996px;
	height: 60px;
	background-image: URL('images/footerimage.gif');
	background-repeat: no-repeat;	
}	

#footer_text {
	position: relative;
	top: 37px;
	text-align: center;
	color: #177FBC;
}

#footer_text a, a:link, a:visited {
	color: #177FBC;
    font-weight: bold;
	text-decoration: none;
	font-family: arial;
	font-size: 10pt;
}

#footer_text a:hover {
	color: #FFFFFF;
}

.tickpoints {
	margin-bottom: 4pt;
    list-style-image: url('images/greenbullet.gif');
}

.tmark {
	vertical-align: super;
	font-size: 6pt;
}

.imgRight {
	float: right;
}

.result {
	color: #71A822;
	font-weight: bold;
}

.smalltext {
	font-size: 8pt;
	color: #056299;
}

#news {
	height: 173px;
	overflow: auto;
}

#publications {
	height: 120px;
	overflow: auto;
}

.highlightText {
	color: #369;
	font-weight: bold;
}

.formtext {
	font-family: verdana, arial;
	font-size: 10pt;
	background: #E4FFD4;
	color: #056299;
	border: solid 1px #99CC00;
}

fieldset {
	border: 1px solid #BFD3C2;
	padding: 5px;
}

legend {
	color: #BFD3C2;
	font-size: 70%;
}

.pricingtable {
	border-collapse: collapse;
	empty-cells: show;
	background: #D5E4FF;
	border-top: 1px solid #99CC00;
	border-bottom: 1px solid #99CC00;
}

.clear {
	clear:both;
}

.altrowcol { /* used to colour every second row in tables */
    background-color: #FBFFF2;
}

.keypointPara {
    background-color: #FBFFF2;
    font-weight: bold;                                
}

