body {
	background-image:url(images/bg.gif);
}

body, table, tr, td {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
	font-size: 13px;
}

img {
	border: none;
}

h1 {
	font-size: 1.5em;
	color: #1245B8;
}

h1 a {
	color: #1245B8;
	text-decoration: none;
}

.SubHeading {
	font-size: 85%;
}

a.main_nav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
}

a.main_nav:hover {
	text-decoration: underline;
}

#ColorImage {
	border-right: 1px solid #FFF;
}

#BrokerLogin {
	background-color: #0C2F7E;
}

#BrokerLoginForm {
	margin-left: 15px;
}

#BrokerLoginForm a {
	text-decoration: none;
}

#BrokerLoginForm a:hover {
	text-decoration: underline;
}

#RightColorBlock {
	width: 100%;
}

#LeftPane {
	vertical-align: top;
}

#RightPane {
	vertical-align: top;
}

#LeftPaneContentWrapper {
	padding: 0 15px 0 15px;
}

#ContactUs {
	padding: 0 15px 0 15px;
}

#RightPaneContentWrapper {
	padding: 0 15px 0 15px;
	background-color: #EEEEEE;
}

#BodyWrapper {
	width: 780px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	padding: 0;
}

#Header {
	width: 100%;
	border: 0;
}

#Content {
	width: 100%;
	border: 0;
}

#Footer {
	width: 100%;
	border: 0;
}

#LeftFooter {
	width: 350px;
	color: #999999;
	text-align: center;
	padding: 15px;
	font-size: .85em;
}

#RightFooter {
	width: 430px;
	color: #999999;
	text-align: center;
	padding: 15px;
	font-size: .85em;
}

#MainNav {
	width: 100%;
	background-color: #666666;
}

#MainNav td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px;
}

#Nav {
	width: 100%;
}

#navcontainer {
  float:left;
  width:100%;
  line-height:normal;
  }
#navcontainer ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#navcontainer li {
  float:left;
  background:url("images/left_tab.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 12px;
  }
#navcontainer a {
  float:left;
  display:block;
  background:url("images/right_tab.gif") no-repeat right top;
  padding:5px 12px 5px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navcontainer a {float:none;}
/* End IE5-Mac hack */
#navcontainer a:hover {
  color:#CCC;
  }
#navcontainer #current {
  background-image:url("images/left_tab_light.gif");
  border-width:0;
  }
#navcontainer #current a {
  background-image:url("images/right_tab_light.gif");
  color:#000;
  padding-bottom:5px;
  }