body {
	margin: 0;
	min-width: 760px;
	background-color: #E4E4E4;
}

#pageHeader {
	background-color: #ffffff;
	border-bottom: 1px solid #124570;
}
#masterDiv {
	border-top: 1px solid #979797;
	background: transparent url(../images/bg_content.gif) repeat-x top;
	border-bottom: 1px solid #979797;
	padding: 15px;
	background-color:#ffffff;
}
/* primary nav */

#primaryNav {
	background-color:#124570; 
	padding: 3px 15px;
	height: 17px;
}
.primaryNavItem {
	float: left;
	margin-right: 40px;
	color:#fff;
	background: transparent url(../images/nav_arrow.gif) no-repeat 0px 6px;
	padding: 1px 0 0 10px;
}
.primaryNavItem a:link, .primaryNavItem a:visited, .primaryNavItem a:hover, .primaryNavItem a:active {
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color:#fff;
	text-decoration: none;
}
.primaryNavItem a:hover {
	text-decoration: underline;
}
	
/* end primary nav */



#leftNav {
	width:150px; 
	padding: 15px 6px;
	border-right: 1px solid #A6A6A6; 
	background-color:#124570;
	width:138px;
}
#leftNav ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: verdana, sans-serif;
	
}
		
#leftNav li  {
	padding: 0px 0 10px 12px;
	background: transparent url(../images/nav_arrow.gif) no-repeat;
	background-position: 0 7px;
	list-style-type: none;
}

#leftNav li.active {
	font-weight: bold;
}
#leftNav a {
	color: #ffffff;
	text-decoration: none;
}
#leftNav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#content {
	 background-color: #ffffff; 
	 color: #000000;
	 font-family: arial, sans-serif;
	 font-size: 11px;
}

#footer {
	text-align: center;
	border-top: 1px solid #124570;
	background-color:#E3E3E3;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 4px 0;
}

a {
	color:#124570;
	text-decoration: underline;
}

a:hover {
	color:#1277A8;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #4F4F4F;
	margin: 0 0 12px;
	padding: 0;
}
h2 {
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #124570;
	background: url(../images/bg_div_line.gif) repeat-x bottom;
	margin: 15px 0;
	padding: 0 0 2px;
}
h3 {
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 15px 0 5px;
	padding: 0 0 2px;
}
p {
	margin: 12px 0;
	padding: 0;
}
form {
	margin: 0;
}	
select {
	font-size: 11px;
}
input {
	font-size: 11px;
	border: 1px solid #999999;
}
.textArea{
	 font-family: arial, sans-serif;
	 font-size: 11px;
}
input.button {
	border: 1px solid #999999;
	background-color: #eeeeee;
	filter:progid:DXImageTransform.Microsoft.Gradient
     			(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#B6B6B6');
}
input.check {
	border: 0px;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.divLine {
	height: 5px;
	margin: -10px 0px; 
	border-bottom: 1px solid #999999;
	line-height: 1px
}
.divLine2, .divLine3 {
	background: url(../images/bg_div_line.gif) repeat-x bottom;
	height: 1px;
	margin: 15px 0 5px;
	padding: 0 0 2px;
}
.divLine3 {
	margin: 0;
	padding: 0;
}
.required {
	color: #CC0000;
}
.small {
	font-size: 10px;
}
.label, .labelStrong {
	font-family: arial, sans-serif;
}
.labelStrong {
	font-weight: bold;
}	

.buttonContainer {
	background-image: url(../images/bg_div_line.gif); 
	background-repeat: repeat-x; 
	background-position: top;
	margin: 10px 0;
	padding: 10px 0;
}

/* Progress Meter */

/* Progress Meter */

#progContainer {
	float: right; 
	border: 1px solid #CCCCCC; 
	width:142px; 
	padding: 4px;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 15px 0 15px 15px;
}
#progHeader {
	font-weight:bold; 
	color:#124570; 
	padding-bottom: 3px; 
	margin-bottom: 5px; 
	background: url(../images/bg_div_line.gif) repeat-x bottom;
}
.progVisited {
	color: #000; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px;

}
.progActive {
	color: #9C4636; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px;
}

.progInactive {
	color: #999999; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px;
}
.tableHeader {
	 border: 1px solid #002F54; 
	 background-color:#FBFBE5;
	 color: #333333;
	 font-weight: bold;
	 padding: 2px 5px;
}
.tableBorder {
	border-right: 1px solid #002F54; 
	border-bottom: 1px solid #002F54; 
	border-left: 1px solid #002F54; 
}
.tableData th {
	background-color: #F4F4F4;
	/*background-color: #cccccc;*/
	text-align: left;
	padding: 5px 10px;
	font-family: arial, sans-serif;
}
.tableData td {
	padding: 5px 10px;
	font-family: arial, sans-serif;
}

.tableDataResults th {
	text-align: left;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #124570;
	border-bottom: 1px solid #989898;
}

.tableDataResults th {
	padding-bottom: 3px !important;
}

.tableDataResults td {
	text-align: left;
	padding: 5px 0;
}

.altRow {
	background-color:#efefef;
}
.lastRow {
	border-top: 1px solid #989898;
	font-size: 1px;
}
.money {
	text-align:right !important;
	padding-right: 5px !important;
}
.total {
	font-weight:bold;
}

/* sub nav */
#subNav {
	border-top: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	padding: 4px 4px;
}
#subNav a {
	text-decoration: none;
}
#subNav a:hover {
	text-decoration: underline;
}
.active {
	font-weight: bold;
}