html,body {
	height: 100%;
	margin: 0px;
	background-color: #636363;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

td {
	font-size: 12px;
	color: #CCCCCC;
}

a {
	color: #fff;
}

h1 {
	margin-bottom: 4px;
	font-size: 20px;	
}

hr {
	border: 1px dashed #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#bdy_left {
	background-image: url(../../images/bg_lt.gif)
}

#bdy_right {
	background-image: url(../../images/bg_rt.gif)
}

#hdr {
	height: 70px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#wrapper {
	width: 750px;
	position: relative;
	height: 100%;
}

#container {
	background-color: #ffffff;
}

#nav {
	height: 35px;
	background-color: #000;
	background-image: url(../../images/bg_nav.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	
}

#nav_sub {
	color: #CCC;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-right: 15px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#nav_sub a {
	text-decoration: none;
	color: #E6E6E6;
}

#nav_sub a:hover {
	text-decoration: underline;
	color: #fff;
}

#nav_sub a.active {
	font-size: 14px;
	color: #fff;
}

#nav_lt {
	top: 13px;
	left: 10px;
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#nav_lt a {
	text-decoration: none;
}

#nav_rt {
	top: 7px;
	position: relative;
	float: right;
}

#nav_bot {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 8px;
	background-image: url(../../images/bg_nav_bot.gif);
	background-repeat: repeat-x;
	font-size: xx-small;
}

#body {
 	background-color: #222222;
	background-image: url(../../images/bg_body.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
}

.dash {
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

/* START LEFT NAVIGATION */
#body_2col {
	width: 570px;
	float: right;
	position:relative;
	align: center;
	margin: 9px;
	text-align: left;
}

#body_1col {
	width: 710px;
	margin: 9px;
	text-align: left;
}

#body_nav {
	float: left;
	height: 100%;
	width: 150px;
	font-size: .75em;
	font-weight: bold;
  	background-color: #6B6B6B;
	border-right: 1px solid #2D2D2D;
	border-left: 1px solid #000;
	text-align: left;
}

#body_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#body_nav li a {
	display: block;
	text-decoration: none;
}

#tab {
  padding:5px 12px 5px 12px;
  background-color: #6B6B6B;
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #2D2D2D;
}

#tab:hover
{
  color: #fff;
  background-color: #EB2D2F;
  border-top: 1px solid #F56B6E;
  border-bottom: 1px solid #D90809;
}

#body_nav li a.active
{
  color: #0F3F1D; 
  background-color: #FFFFFF;
}

/* END HOME LEFT NAV */

#ftr {
	height: 22px;
	background-color: #000;
	background-image: url(../../images/bg_ftr.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #ccc;
	padding-left: 10px;
}

#ftr_sub {
	height: 20px;
	background-color: #000;
	background-image: url(images/bg_ftr_sub.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	padding-left: 10px;
}

.txtRed {
	color: #EB2D2F;
}

.txtGreen {
	color: #99CC00;
}

.txtBrown {
	color: #EA9A37;
}