* {
	border: 0;
	margin: 0;
	padding: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	margin: 0;
	padding: 0;
	background-color: #B21E2C;
	font: 100.01%/115% Arial, Helvetica, sans-serif;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	min-height: 300px;
	margin: 10px auto;
	
}

#ContentWrapper {
	min-height: 300px;
	background-color: #E9D9BE;
	border-top: 1px solid #333;
	margin-top: -1px;
}

/********************* Header Styles **********************/

#header {
	background: #fff /*url(../images/headerBG.gif) no-repeat;*/
	min-height: 132px;
	font-size: 80%;
}

#header ul {
  padding: 0px 0px 0 -0px;
  list-style-type: none;
  float: left;
  margin-top:0px;
}
  
#header li {
  float: right;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 0px 0 0;
  margin-left: .2em;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat left top;
  padding: 3px 5px 1px 13px;
  text-decoration: none;
  color: #fff;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #F2AF4B;
}
  
#header #current {
  background-image: url("../images/right_on.gif");

}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #000;
  padding-bottom: 2px;
}

/********************* Special Text Styles **********************/

#botCent ul {
	padding: 0px 0px 0 30px;
	list-style-type: disc;
	margin-top:0px;
	list-style-image: url(../images/bulletGoldDiamond.png);
}
  
#botCent li {
  padding: 0 0px 0 0;
  margin-left: .5em;
}

#botLeft ul {
	padding: 0px 0px 0 18px;
	list-style-type: disc;
	margin-top:0px;
	list-style-image: url(../images/bulletStar.png);
}
  
#botLeft li {
  padding: 0 0px 0 0;
  margin-left: .5em;
  font-size: .8em;
  line-height: 1.7em;
}

#botLeft p {
	margin: 5px;
}

#botLeft h1 {
	color: #FF9900;
	background-color: #002973;
	text-align: center;
	border: 1px solid #FF9900;
	padding: 5px;
	margin: 5px;
}
	
#botLeft a {
	color: #FF9900;
	text-decoration: none;
}

#botLeft a:hover {
	color: #E9D9BE;
}
		 
/********************* Structure Styles **********************/

#maincol {
	width: 855px;
	min-height: 100px;
	margin: 25px 10px -10px 25px;
	line-height: 1.5em;

}

#leftcol img {
	border: 0px solid #666;
}

#rightcol {
	width: 470px;
	float: right;
	margin: 20px 10px -10px 5px;
}

#botLeft {
	min-height: 300px;
	width: 205px;
	margin: 25px 8px 0 0;
	border: 1px solid #101C2E;
	float: right;
	background-color: #57111B;
	color: #ffffff;
}

#botLeft h2, h6 {
	color: #E3D28D;
	padding-top: 6px;
	text-align:center;
}

#botCent {
	min-height: 300px;
	width: 482px;
	float: right;
	margin: 25px 4px 0 4px;
	/*border: 1px solid #666;*/
	float: right;
	line-height: 1.5em;
}

#botRight {
	width: 170px;
	min-height: 600px;
	margin: 25px 7px 0 12px;
	/*border: 1px solid #101C2E;*/
	float: right;
	/*background-color: #E3D28D;*/
	color: #101C2E;
}

/********************* Styling for the sidebox **********************/


.sidebarbox {
	background: url(../images/sidebox-fill.gif) repeat-y left;
	margin: 0px 0px 10px 0px;
}

.sidebarbox p {
	margin: 0px 0 10px 5px;
	padding: 0px;
	color: #273F05;
	font-size: .8em;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.sidebarbox img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.sidebarbox h1 {
	font-size: 120%;
	font-weight: bold;
	font-family: "Comic Sans MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #5E1F02;
	padding: 0px;
	text-align: center;
	margin-bottom: 15px;
}

.sidebarbox h3 {
	font-size: 105%;
	margin-bottom: 0px;
	font-family: "Comic Sans MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #5E1F02;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}

.sidebarboxtop {
	background: url(../images/sidebox-top.gif) no-repeat left top;
	padding: 12px 8px 0px;
}
.sidebarboxbottom {
	background: url(../images/sidebox-bottom.gif) no-repeat left bottom;
	height: 13px;
}

.sidebarbox a image{
    margin: 15px 0px 5px 0px;
	background: none;
}

.sidebarbox a {
	color: #0C1322;
	text-decoration: none;
	font-weight:100;
	text-align: right;
	display: block;
	border: #FFFFFF;
	padding: 3px;
	font-size: 1.1em;
	font-weight: bold;
}

.sidebarbox a:hover {
	color: #8D3218;
	font-weight: bold;
	text-decoration: none;
}

/*********** Generic Classes *****************/

.right {
	float: right;
}

.left {
	float: left;
}

.stong {
	color:#57111B;
	font-weight: bold;
}	
	
.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.hide img {
	display: none;
}		

/*********** Footer Styles *****************/

#footer {
	clear: both;
	background-color: #670000;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #101C2E;
	border-right-color: #101C2E;
	border-bottom-color: #101C2E;
	border-left-color: #101C2E;
	padding-top: 5px;
}

#footer p {
	float: right;
	font-size: 70%;
	margin-right: 5px;
	color: #ffffff;
	margin-left: 5px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .6em .1em;
	padding: 0 0 0 0;
	color: #101C2E;
}

h1 {
	font-size: 150%;
	color: #101C2E;
}

h2 {
	font-size: 110%;
	color: #59252B;
}

h3 {
	font-size: 120%;
	margin-bottom:.2em;
	color: #101C2E;
}

h4 {
	font-size: 110%;
	color: #951f02;
}

h5 {
	font-size: 105%;
	color: #951f02;
}

h6 {
	font-size: 1.1em;
	color: #951f02;
}

p {
	margin: .5em .1em;
   font-size: 80%;
}

.box p, .box h3 {
	padding: 0px;
}

/*********** Content Styles *****************/
a {
	color: #ff0000;
	text-decoration: underline;
}

a:hover {
	color: #965736;
}

/*********** Clearing div styles *****************/

.clearit {
		clear: both;
		font-size: 0;
		line-height: 0;
		height: 0;
}

/*********** Column Control *****************/

#twoCol #botRight {
	display: none;
}

#twoCol #botCent {
 width: 662px;
 margin-left: 15px;
 float: right;
}

#twoCol #botLeft {
	min-height: 150px;
}

#twoCol #botLeft h2, h6 {
	color: #E3D28D;
	padding-top: 6px;
	text-align:center;
}

/********************* below used for Agency area (secure) pages **********************/

#twoCol #botCentAgency {
 width: 602px;
 margin-left: 15px;
 float: right;
 margin-top: 25px;
}

#botLeftAgency {
	min-height: 300px;
	width: 265px;
	margin: 25px 8px 0 0;
	border: 1px solid #101C2E;
	float: right;
	background-color: #57111B;
	color: #ffffff;
	font-size: 1.2em;
}

#botLeftAgency p {
	margin: 15px;
}

#botLeftAgency h1 {
	color: #FF9900;
	background-color: #002973;
	text-align: center;
	border: 1px solid #FF9900;
	padding: 5px;
	margin: 5px;
}

#botLeftAgency h2, h6 {
	color: #E3D28D;
	padding-top: 6px;
	text-align:center;
}
	
#botLeftAgency a {
	color: #FF9900;
	text-decoration: none;
}

#botLeftAgency a:hover {
	color: #E9D9BE;
}

#oneCol #botLeft, #oneCol #botRight {
	display: none;
}

#oneCol #botCent {
	width: 860px;
	margin-right: 15px;
	min-height: 150px;
}

