@charset "UTF-8";
/******************************
  Color Glossary
  Red:           #6A2422
  Light Red      #d8b9b4
  White/Paper:   #faf8ea
  Blue:          #373a83
  Light Blue:    #bebfd6
******************************/
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(../images/global/main_bkg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {  /* extra protection against the underline for ID and Safari */
	text-decoration:none;
	cursor:pointer;
	padding:0px;
	margin: 0px;
}
.twoOverThreeFixed #container { 
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoOverThreeFixed #topMenuBar {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 20px;
	text-align: left;
	background-color: #000000;
	padding-top: 2px;
	height: 30px;
	width: 830px;
	
}
.twoOverThreeFixed #topMenuBar a:link {
	color: #999999;
	text-decoration:none;
}
.twoOverThreeFixed #topMenuBar a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.twoOverThreeFixed #topMenuBar a:hover {
	color: #6A2422;
	text-decoration: none;
}
.twoOverThreeFixed #topMenuBar a:active { /* selected link */
	color: #FF9933;
	text-decoration: none;
}
.twoOverThreeFixed #topMenuBar.breadcrumbs {
	width: 400px;
	float: left;
}
.twoOverThreeFixed #header {
	background-image:url(../images/global/header_tier_2.jpg);
	height: 65px;
	width: 850px;
	padding: 85px 0px 0px 0px;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	text-align: center;
} 
.twoOverThreeFixed #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color:  #6A2422;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
}
.twoOverThreeFixed #mainContent { 
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoOverThreeFixed #footer {
	background-color: #6A2422;
	height: 30px;
	width: 810px;
	padding: 15px 20px 0px 20px;
} 
.twoOverThreeFixed #copywright {
	width: 710px;
	margin: 0px 0px 0px 100px;
	text-align: right;
	color: #777777;
	font-size: 85%;
}
.twoOverThreeFixed #backButton {
	float: left;
	width: 79px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.formLables{
	color:#666666;
	display: block;
	width: 250px;
}

