#wrapper {
	position:relative;
	visibility:visible;
	width:755px; 	
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	background-color: #FFFFFF;
}
#horizRule {
	position:relative;
	visibility:visible;
	left:0px;
	top:0px;
	width:755px;
	height:4px;
	z-index:2;
	background-color: #CCCCCC;
	overflow: hidden;
}
#header {
	position:relative;
	visibility:visible;
	left:0px;
	top:0px;
	width:755px;
	height:100px;
	z-index:3;
	background-color: #000066;
	overflow: hidden;
}
#ContentBody {
	position:relative;
	visibility:visible;
	left:0px;
	width:755px;
	/* IE5 reads this width = 755px */
	w\idth: 729px; 
	/* IE5 doesn't understand this but all other browsers do */
	height:100%;
	z-index:5;
	overflow: visible;
	background-color: #FFFFFF;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding-bottom: 50px;
	padding-right: 12px;
	padding-left: 12px;
}


#menuBar {
	position:relative;
	visibility:visible;
	left:0px;
	top:0px;
	width:753px;
	z-index:4;
	background-color: #CCCCCC;
	overflow: visible;
	font-size: 1.2em;
}
#footer {
	position:absolute;
	visibility:visible;
	left:0px;
	width:755px;
	height:50px;
	z-index:6;
	background-color: #000066;
	bottom: 0px;
}
#wrapper #menuBar {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000066;
	border: 1px solid #000066;
}

#wrapper #menuBar a:link { 
color: #000066; 
background-color: #CCCCCC;
text-decoration: none; 
}

#wrapper #menuBar a:visited { 
color: #000066; 
background-color: #CCCCCC;
text-decoration: none; 
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 20px;
	width: 755px;
	color: #000066;
	margin-right: auto;
	margin-left: auto;
}


#wrapper #menuBar a:hover {
color: #000066; 
background-color: white;
text-decoration: none; 
}
 
#wrapper #menuBar a:active { 
color: #000066; 
background-color: #CCCCCC;
text-decoration: none; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000066;
	font-weight: bolder;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: normal;
	font-size: medium;
	font-variant: normal;
}

td img 
{
	display: block;
	font-size: medium;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	list-style-type: circle;
	font-size: medium;
}
#wrapper #ContentBody table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: medium;
}

body {
	text-align: center;
	font-size: 76%;
	background-image: url(../TemplateImages/backGround.jpg);
	background-repeat: repeat;
}

   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

.ratesTable {
	background-color: #EFEFEF;
	border: 1px double #000099;
	font-weight: bold;
}
.ratesTableNested {
	color: #000099;
	background-color: #FFFFFF;
	border: 1px double #000099;
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
}
.ratesTableLink {
	font-size: large;
	color: #000099;
}
.copyrightLink {
	text-decoration: none;
	color: #000066;
}

.copyrightLink:hover {
	color: #000066;
	text-decoration: underline;
}


.btnTop{
	width: 63px;
	height: 63px;
	display: block;
	background-repeat: no-repeat;
	background-image:url(../TemplateImages/Buttons/topButtonDouble.gif);
}

.btnTop:hover{
	background-position: bottom right;
}
