body {
  margin: 0;
  padding: 0;
  background-color: #dedee3;
  color: black;
  background-image: url(images/BR2.gif);
  background-repeat: repeat;
  font: small Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background-color: #ffffff;
	color: black;
	margin: 30px 30px 30px 30px;
	padding: 10px;
}
#logo-border {
	background-image: url(images/black-yellow-horiz.gif);
	background-repeat:repeat-x;
	height: 18px;
}
#logo-border-below {
	background-image: url(images/black-yellow-horiz.gif);
	background-repeat:repeat-x;
	height: 18px;
}
#header-menu {
  font-weight: bold;
  border-top: 1px solid #000000;
  border-bottom: 4px solid #f5e126;
  height: 1%;
}
#header-menu ul {
  margin: 0;
  padding: 0;
  padding: 0 0 0 2px;
  text-align: left;
}
#header-menu li {
  display: inline;
  background-color: #ffffff;
  color: #050845;
  padding: 0px 2px 0px 2px; 
}
#header-menu a:link, #header-menu a:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #050845;
  padding: 0px 2px 0px 2px; 
}
#header-menu a:hover {
  text-decoration: none;
  background-color: #ecd924;
  color: #050845;
  padding: 0px 2px 0px 2px;
}
#header-menu .toplinkhereon {
  background-color: #ecd924;
  color: #050845;
  padding: 0px 2px 0px 2px;
}
#header-menu2 {
  background-color: #e0e0e0;
  border-bottom: 1px solid #000000;
  height: 1%;
}
#header-menu2 ul {
  margin: 0;
  padding: 0;
  padding: 0 0 0 10px;
  text-align: left;
}
#header-menu2 li {
  display: inline;
  background-color: #e0e0e0;
  color: #050845;
  padding: 0px 1px 0px 1px; 
}
#header-menu2 a:link, #header-menu2 a:visited {
  text-decoration: none;
  background-color: #e0e0e0;
  color: #050845;
  padding: 0px 1px 0px 1px; 
}
#header-menu2 a:hover {
  text-decoration: none;
  background-color: #ee2323;
  color: #f3de14;
  padding: 0px 1px 0px 1px; 
}
#header-menu2 .linkhereon {
  background-color: #ee2323;
  color: #f3de14;
  padding: 0px 1px 0px 1px; 
}
#header .logo-image {
  position: absolute;
  top: 80px;
  right: 55px;
}
#tagline {
  font-weight: bold;
  background-color: #ffffff;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 300px;
  float: left;
}
#man {
  position: absolute;
  top: 919px;
  left: 571px;
}
#main {
  width: 100%;
  margin-top: 10px;
  background-image: url(images/sidebarbg.gif);
  background-position: top right;
  background-repeat: repeat-y;
}
#content {
  margin: 0 240px 0 160px;
  border-top: 1px solid #423f3f;
  border-right: 1px solid #423f3f;
  border-left: 1px solid #423f3f;
  background-color: white;
  color: black;
}
#content2 {
  margin: 0 240px 0 0px;
  border-top: 1px solid #423f3f;
  border-right: 1px solid #423f3f;
  border-left: 1px solid #423f3f;
  background-color: white;
  color: black;
}
#mainfeature {
  background-image: url(images/banner-image-home.jpg);
  background-repeat: no-repeat;
  background-color: #ecd924;
  color: black;
  padding: 2em 2em 1em 200px;
  border: solid black 3px;
  height: 1%;
}
#mainfeature h1 {
  margin: 0;
  font-weight: bold;
  font-size: 140%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: bold;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#content .inner {
  margin: 3px 5px 10px 5px;
}
#content .inner h2 {
  color: #423f3f;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #423f3f;
  font-size: 110%;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner ul {
  list-style-image: url(images/more-bullet.gif);
  margin-top: 2px;
  margin-left: 50px;
  padding-left: 20px;
}
#content .inner li {
  font-size: 90%;
  line-height: 1.8em;
  height: 1%;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner h4 {
  color: #423f3f;
  font-size: 110%;
}
#content .inner p {
  color: #423f3f;
  font-size: 105%;
  line-height: 1.8em;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}
#content .inner a:link, #content .inner a:visited {
  color: #000099;
  text-decoration: none;
}
#content .inner a:hover {
  color: #FF0066;
}
#content2 .inner {
  margin: 3px 5px 10px 5px;
}
#content2 .inner h2 {
	color: black;
	padding-bottom: 0.2em;
	border-bottom: 3px solid #ecd924;
	font-size: 130%;
	clear: left;
}
#content2 .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content2 .inner ul {
  list-style-image: url(images/more-bullet.gif);
  margin-top: 10px;
  margin-left: 280px;
  padding-left: 20px;
  padding-bottom: 2em;
}
#content2 .inner li {
  font-size: 105%;
  line-height: 1.8em;
}
#content2 .inner ul.terms {
  list-style-image: url(images/white-bullet.gif);
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 20px;
  padding-bottom: 2em;
}
#content2 .inner li.terms {
  font-size: 105%;
  line-height: 1.8em;
}
#content2 .inner h3 {
  font-size: 120%;
}
#content2 .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content2 .inner h4 {
	color: #423f3f;
	font-size: 110%;
	font-weight:bold;
	clear: left;
}
#content2 .inner p {
  color: #423f3f;
  font-size: 105%;
  line-height: 1.8em;
}
#content2 .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content2 .inner p.author {
  color: #dc1d1d;
  font-weight:  bold;
}
#content2 .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content2 .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}
#content2 .imgLeft {
  float: left;
  padding-left: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
}
#content2 .imgRight {
  float: right;
  padding: 1em;
  padding-left: 2em;
  padding-right: 1em; 
}
#content2 .inner .glossaryFAQ {
	color: #ba1f1f;
	font-size: 110%;
	font-weight: bold;
}
#content2 .inner .thankYou {
	color: #e91010;
	font-size: 120%;
	font-weight: bold;
}
#content2 .address {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.8em;
	margin-left: 100px;
} 
#sidebar {
  float: right;
  width: 220px;
  background-color: #a8a7a7;
  color: #000000;
  margin: 0;
  padding: 0;
}
#sidebar h3 {
  font-size: 110%;
  background-image: url(images/sidebar-header-bg.gif);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: bold;
}
#sidebar h4 {
  font-size: 105%;
  background-image: url(images/sidebar-header-bg.gif);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: bold;
}
#sidebar .news {
  color: #000000;
  font-size: 90%;
  line-height: 1.4em;
  background-color: #ecd924;
  padding: 4px 4px 4px 4px;
  border: solid #000000 2px;
}
#sidebar .company {
  color: #000000;
  font-size: 90%;
  line-height: 2.0em;
  background-color: #d1d1d1;
  padding: 4px 4px 4px 4px;
  border: solid #000000 2px;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  background-color: #ecd924;
  padding: 2px 2px 2px 2px;
  border: solid #000000 2px;
  list-style-image: url(images/more-bullet.gif);
  margin-top: 2px;
  margin-left: 0px;
  margin-bottom: 2px;
  padding-left: 20px;
  height: 1%;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.8em;
}
#sidebar a:link, a:visited {
  color: #000000;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: #000000;
  line-height: 1.8em;  
}
#sidebar .date {
  font-weight: bold;
}
#contactform .label {
  font-size: 110%;
  font-weight: bold;
  margin-left: 100px;
}
#contactform .text {
  width: 250px;
  border: 1px solid #423f3f;
  margin-left: 100px;
}
#contactform .submitbutton {
  margin-left: 160px;
  margin-top: 4px;
}
#contactform .btn {
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 3px solid #ecd924;
  background-color: #a8a7a7;
  color: black;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#sidebar2 {
  float: left;
  width: 159px;
  border-top: 1px solid #423f3f;
  border-left: 1px solid #423f3f;
  background-color: #ecd924;
  color: black;
  margin: 0;
  padding: 0;
}
#sidebar2 .inner {
  margin:  5px;
}
#sidebar2 p {
  font-size: 100%;
  color: #000000;
}
#sidebar2 p.heading {
  font-size: 150%;
  font-weight: bold;
  text-align:center;   
}
#sidebar2 a:link, #sidebar2 a:visited {
  color: #245185;
  font-weight: bold;
}
#sidebar2 h2 {
  color: #000000;
  font-size:  150%;
  font-weight: bold;  
}
#sidebar2 h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size:  110%;
}
#nav {
  list-style: none;
  margin: 0;
  padding:  0;
}
#nav li {
  border-bottom: 1px solid #b9d2e3;
  padding: 0.4em 0 0.2em 0;
  font-size:  90%;
}
#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: #245185;
  font-weight: normal;
}
#bloglatest h4 {
  color: #ff4e00;
  font-size: 100%;
  font-weight: bold;
}
#blog {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: url(images/more-bullet.gif);
}
#blog li {
  font-size: 90%;
  padding-bottom: 0.5em;
  color: #ff4e00;
  font-weight: bold;
}
#newsletterform .text {
  width: 135px;
  border: 1px solid #423f3f;
}
#newsletterform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#newsletterform .btn {
  border: 1px solid #423f3f;
  background-color: #256290;
  color: white;
  font-size: 80%;
}
#footer {
  width: 100%;
  border-top: 1px solid #423f3f;
  border-bottom: 1px solid #423f3f;
  margin-top: 10px;
  clear: both;
}
#footer p {
  font-size: 90%;
  color: #423f3f;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
#clearone {
  clear: both;
  height: 1px;
}
#main2 {
  margin-top: 0px;
  background-image: url(images/leftbg.gif);
  background-position: bottom left;
  background-repeat: repeat-y;
}
#main3 {
  margin-top: 0px;
  background-image: url(images/left-cont2-bg.gif);
  background-position: bottom left;
  background-repeat: repeat-y;
  height: 1%;
}
a.soft:link {
  color: #EFEFEF;
}
a.soft:visited {
  color: #EFEFEF;
}
