body {
  width: 100%;
  background-color: #CCCCCC;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .75em;
}

#margin {
  text-align: center;
}

#margin.home #mainpage {
  width: 675px;
  display: inline;
  padding: 0 10px 10px 0;
  margin: 0;
}

#page {
  width: 1000px;
  background: #fff;
  margin: auto;
  height:100%;
}

#page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#menubar {
  float: left;
  text-align: left;
  width: 150px;
  background-color: #fff;
  line-height: 1.5em;
}

#menubar a {
  display: block;
  text-indent: -0.9em;
  padding-left: 1.4em;
  line-height: 1.0em;
  margin-bottom: 6px;
}

#menubar p {
  padding-left: 5px;
  padding-right: 5px;
}

ul.menulinks {
  margin: 0 0 9px 2px;
  padding: 0;
  list-style: none;
  list-style-image: none;
  width: 150px;
}

ul.menulinks li {
  height: auto;
  display: inline;
}

#mainpage {
  float: left;
  position: relative;
  margin: 200px 5px 0 0;
  padding: 10px 0 20px 0;
  text-align: left;
  background: none;
  border: none;
  width: 700px;
  background-color: #fff;
  font-size: 1em;
  display: inline;
  min-height: 800px;
}

#rightbar {
  float: left;
  text-align: left;
  width: 150px;
  background-color: #fff;
  line-height: 1.5em;
}


#mainpage p {
  line-height: 1.6em;
  margin: 0;
  padding: 0.5em 0;
  font-size: 1em;
}

#mainpage a, #main a:link, #main a:active, #main a:visited {
  color: #063f9e;
}

#footer {
  width: 1000px;
  margin: auto;
  background: #fff;
  border-top: 4px solid #066;
  padding-top: 5px;
  float: bottom;
}

#footer hr, #header hr{
  width: 100%;
  border: 0;
  border-top: 2px solid #ccc;
}

#header {
  height: 85px;
  margin: auto;
  width: 1000px;
  text-align: left;
  background: #fff;
  position: relative;
  padding: 0;
}

h1 {
  color: #063f9e;
  font-size: 2em;
  font-style: italic;
}

h2 {
  color: #063f9e;
  font-size: 1.4em;
}

a {
  color: #063F9E;
  text-decoration: none;
  background-color: #FFFFFF;
}

a:hover {
  color: #063F9E;
  text-decoration: underline;
  background-color: #FFFFFF;
}

a.TermsStyle {
/*ont-size: 0.8em; */
  color: #CCCCCC;
  font-size: 0.8em;
}
a.MenuHighlight {
/*ont-size: 0.8em; */
  color: #063F9E;
  font-size: 1.9em;
  text-decoration: strong;
}
a.MenuHighlightRed {
	color: #FF0000;
	font-size: 1.9em;
	text-decoration: strong;
	
}

a.TermsStyle:hover {
  color: #F00;
}

#full {
  width: 100%;
}

#half {
  width: 50%;
}

#center {
  text-align: center;
}

li.GreenTicks {
  list-style-image: url(/images/Tick.gif);
  list-style-position: inside;
}

div.Terms {
  font-size: 0.9em;
  padding-top: 9px;
  padding-bottom: 9px;
}

div.Box table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #063F9E;
}

div.Box th {
  font-size: 10pt;
  color: white;
  background-color: #063F9E;
  background-image: url(images/Crossbar.jpg);
}

div.Box td {
  font-size: 10pt;
}

div.Box li {
  list-style-position: outside;
}

#banner {
  width: 1000px;
  background: url(../images/header/header_bg.gif) no-repeat bottom;
  height: 69px;
}
/*
#legal
#links a {font-size:0.70em;}
#rss {margin-bottom:-4px;margin-right:5px}
*/
