fieldset {
	border:0;
}

.header {
/*background-color:#369;*/
/*background-color:#0980bf;*/ 
background-color:#000;
height:160px;
border:1px solid #000;
/*Leigh added*/
text-align:center;
}

.header img {
border:0px;
}

.topnav {
/*background-color:#036;*/
/*background-color:#b6d9ef;*/
background-color:#0980bf; 
border-left:1px solid #000;
border-bottom:1px solid #000;
border-right:1px solid #000;
/*Leigh added*/
border-top:2px solid #0980bf;
text-align:center;
}

.buttons {
text-transform:uppercase;
font-family:Verdana, sans-serif;
font-weight:700;
font-size:.7em;
white-space:nowrap;
margin:0 0 0 -20px;
padding:7px 20px;
}

.buttons a {
/*border-right:1px solid #000;*/
font-family:Arial, sans-serif;
font-weight:700;
color:#FFF;
text-decoration:none;
/*padding:7px 20px;*/
}


.buttons a:hover {
/*border-right:1px solid #000;*/
/*font-family:Arial, sans-serif;
font-weight:700;*/
padding:7px 5px;
text-decoration:none;
/*background-color:#FFFF00; */ /*yellow*/
/*color:#000; */ /* black*/
/*background-color:#FFFF00;*/ /*yellow*/
background-color:#333; /* gray */
color:#FFFF00; /*yellow*/
}

.buttons strong {
border-right:1px solid #000;
font-family:Arial, sans-serif;
font-weight:700;
color:#FFF;
text-decoration:none;
background-color:#000;
padding:7px 20px;
}

/*This should make the current page's button highlighted differently */
.buttons i {
 font-family:Arial, sans-serif;
 padding:7px 5px;
 text-decoration:none;
 /*color:#000; */ /* black*/
 /*background-color:#FFFF00;*/ /*yellow*/
 background-color:#0980bf; /*same blue as border */
/* background-color:#333; */ /* gray */
/* color:#FFFF00; *//*yellow*/
 }


.leftnav {
/* width:200px;*/
/*Leigh added*/
/*width: 20%;*/
width: 22%;
/* height:450px;*/
height: 100%;
/*background-color:#CCC;*/
background-color:#9cb8df;
/*background-color:#b6d9ef;*/
border-left:1px solid #000;
border-right:1px solid #000;
float:left;
/*Leigh added*/
padding: 0em .5em 0em .5em;
border-bottom:1px solid #000;
font-family:Arial, sans-serif;
margin-left:auto;
margin-right:auto;
}

.leftnav h3 {
font-family:Arial, sans-serif;
/*font-weight:700;*/
}


.leftnav a {
font-family:Arial, sans-serif;
/*font-weight:700;*/
color:#FFF; /*white*/
/*color:#000;*/ /*black*/
text-decoration:none;
/*padding:7px 20px;*/
}


.leftnav a:hover {
font-weight:700;
padding:7px 5px;
text-decoration:none;
background-color:#333; /* gray */
color:#FFFF00; /*yellow*/
}

.rightborder {
	/* width:200px;*/
	/*Leigh added*/
	/*width: 20%;*/
	width: 22%;
	/* height:450px;*/
	height: 100%;
	/*background-color:#CCC;*/
	background-color:#9cb8df;
	/*background-color:#b6d9ef;*/
	border-left:1px solid #000;
	border-right:1px solid #000;
	float:right;
	/*Leigh added*/
	padding: 0em .5em 0em .5em;
	border-bottom:1px solid #000;
	font-family:Arial, sans-serif;
	margin-left:auto;
	margin-right:auto;
}

.body {
/*height:450px;*/
/*Leigh added*/
font-family:Arial, sans-serif;
height:100%;
background-color:#FFF;
/*border-right:1px solid #000; */ /*This adds a tiny line on the rhs of the
page*/
/*Leigh added*/
padding: 0em 0.5em 0em 0.5em;
/*margin-left: 22%;*/
margin-left: 25%;
/*margin-right: 22%;*/
margin-right: 25%;
}

/*Leigh added*/
#subscriptionratestable {
margin-left: 1em;
margin-right: 1em;
margin-bottom: 10px;
/*padding-right: 2em;*/
border-style: solid;
border-width: thin;
}

#subscriptionratestable td, #subscriptionratestable tr, #subscriptionratestable th {
	border-style: solid;
	border-width: thin;
}

#subscriptionratestable td {
	text-align: center;
}

#floatdescrip {
	margin-left: auto;
	margin-right: 1em;
}

.floatimg {
	float:left;
	margin: 0 8px 0px 0;
}


.validator {
	width:100%;
	float:left;
}
.validator img {
	border:0px;
}

.footer {
background-color:#000;
color:#FFF;
clear:both;
text-transform:uppercase;
font-family:Verdana, sans-serif;
font-weight:700;
font-size:.7em;
/*white-space:nowrap;*/
/*margin:0 0 0 -20px;*/
/*padding:7px 20px;*/
}

.footer p {
	text-align:center;
}

.footer a {
font-family:Verdana, sans-serif;
/*font-family:Arial, sans-serif;*/
font-weight:700;
color:#FFF;
text-decoration:none;
}

.footer a:hover {
background-color:#333; /* gray */
color:#FFFF00; /*yellow*/
}

