body {
	background-color:#FFFFFF;
	/*margin:0 auto;*/
	/*margin-top:5px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#333333;
}

img {
	border:0px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 5px 15px 5px 15px;
	border:0px;
	/*width: 100%;*/
	background-color:#FFFFFF;
}

/* start header section */
#header
{
	height:120px;
	background-color:#FFFFFF;
	color:white;
	padding-left:30px;
	padding-right:30px;
	border-bottom:5px solid #e3e5e5;
}
#header:after
{
	clear:both !important;
	display:block;
	content:".";
	visibility:hidden;
}

#header a { color:white; text-decoration:none; }

#header #logo { float:left; }

#header #header_title {
	color: #000000;
	font-weight: bold;
	float: right; 
	padding-top: 30px;
	font-size: 120%;
  letter-spacing: 2px;
}
/* end header section */

textarea {
  border: 1px solid #C0C0C0;
}

.created_updated {
  font-family: 'Courier New', monospace;
}

.column_head {
  background-color: #336699;
  color: #000000;
  margin: 3px;
  padding: 3px;
  white-space: nowrap;
}

.column_head_link {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.column_head_link:link {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.column_head_link:visited {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.column_head_link:hover {
  background-color: transparent;
  color: #FCE842;
  text-decoration: underline;
}

.column_head_link:active {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

td.form_field {

}

td.form_label {
  text-align: right;
  vertical-align: top;
}

.stripe_off {
  background-color: #FFFFFF;
  color: #000000;
  vertical-align: top;
}

.stripe_off:hover {
  background-color: #FFFD73;
  color: #000000;
  vertical-align: top;  
}

.stripe_on {
  background-color: #EEEDF6;
  color: #000000;
  vertical-align: top;
}

.stripe_on:hover {
  background-color: #FFFD73;
  color: #000000;
  vertical-align: top;
}

img {
  border: 0px;
}

.warning {
  color: #FF0000;
}

.notice {
  background-color: #FDF16B;
  color: #008000;
  padding: 2px;
}


/* start left nav section */
#left_nav {
	float: left;
	width: 155px;
	background-color:#ffffff;
	text-align:right;
}

#left_nav ul {
	list-style-type:none;
	padding-left:0px;
	font-family:arial, sans-serif;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
}

#left_nav a {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
  text-decoration:none;
}
#left_nav a:link {	
	color:#999999;
  text-decoration:none;
}
#left_nav a:visited {
	color:#999999;
  text-decoration:none;
}
#left_nav a:hover {
	color:#000;
  text-decoration:none;
}

#left_nav a.current {
	color:#272727;
  text-decoration:none;
}


.left_nav_group_top_clearance {
	margin-top:112px;
}

/* end left nav section */


/* start main content section */
#content_area {
  padding: 5px;
}

#main_content { 
	margin: 0px;
	margin: 10px;	
	/*width: 815px;*/  /* no left padding */
	/*width: 790px;*/  /* with left padding */
	/*width: 765px;*/  /* with both left and right padding of 25 each */
	/*width: 705px;*/      /* with both left padding of 25 and right padding of 85 */      
	padding-left:160px;
	padding-right:10px;
	background-color:#ffffff;
	/*height: 1% /*/
}

.main_content_subsection {
	border-top:1px solid #ebebeb;
	padding-top:5px;  /* the comps shows varying clearances, but this can be a good default */
	margin-top:5px;
}

/* end main content section */



/* start footer section */
#footer {
	clear: both;
}

#footer
{
	min-height:0;
	border-top:1px dotted black;
  margin-top:8px;
	margin-left:14px;
	margin-right:14px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:11px;
	padding-right:11px;
	font-size:10px;
}
#footer:after
{
	clear:both !important;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
* html #footer
{
	height:1%;
}
/* start footer section */




.top_nav {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	height:22px;
	font-family:arial;
	color:#dfdfdf;
	font-weight:bold;
	font-size:10px;	
}

.top_nav ul {
	margin:0;
	padding:0;
	display:block;
}

.top_nav li {
	list-style-type:none;
	margin:0;
	padding:0 0 3px 0;
}

.top_nav a {
	margin:4px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.35em;
	font-weight:normal;
	margin:0px;
	padding: 3px 3px 6px 0px;
	color:#000000;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-weight:normal;
	margin:0px;
	padding: 3px 3px 6px 0px;
	color:#000000;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.15em;
	font-weight:normal;
	margin:0px;
	padding: 2px 2px 5px 0px;
	color:#000000;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	margin:0px;
	padding: 2px 2px 5px 0px;
	color:#000000;
}



.highlighted {
  background-color: #F6F838 !important;
}

.private_information {
  background-color: #B9DADB !important;
}



td.form_field {

}

td.form_label {
  text-align: right;
  vertical-align: top;
}


table.main_body {
  border-width: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-style: none none none none;
  border-color: white white white white;
  border-collapse: collapse;
  background-color: white;
}

table.main_body td#menu {
  border-width: 0px 0px 0px 0px;
  padding: 0px 4px 0px 0px;
  border-style: none none none none;
  border-color: white white white white;
  background-color: white;
  vertical-align: top;
  white-space: nowrap;
}

table.main_body td#content {
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-style: none none none none;
  border-color: white white white white;
  background-color: white;
  vertical-align: top;
  width: 100%;
}



#links ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

#navigation ul {
  padding-bottom: 4px;
  background-color: #bbb;
}

#sub_navigation ul {
  padding-bottom: 1px;
  background-color: #FFFFFF;
}

#links li {
  list-style-type: none;
}

#navigation li {
  margin: 1px;
  padding: 4px 4px 4px 5px;
  background-color: #FFFFFF;
}

#navigation li a {
	background: #fff;
}

#navigation li.sub {
  margin: 0;
  padding: 0px 0 1px 12px;
}

#sub_navigation li {
  margin: 1px 0;
  padding: 2px 0 3px 15px;
  background-color: #eee;
}

#links li a {
  background: transparent url(/images/nlbul.gif) no-repeat left center;
  display: block;
  padding-left: 10px;
  color: #666;
}

#links li a:hover {
  background: transparent url(/images/nlptr.gif) no-repeat left center;
  background-color: #eee;
  color: #000;
}

#links li.sel a {
  font-weight: bold;
  background: transparent url(/images/nlbul.gif) no-repeat left center;
}

#links li.sel a:hover {
  background: transparent url(/images/nlbul.gif) no-repeat left center;
  background-color: #eee;
  font-weight: bold;
}

#sub_navigation li a {
  background: transparent url(/images/nlbul.gif) no-repeat left center;
}



.warning {
  background-color: #FFFF00;
  color: #FF0000;
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  
}

.notice {
  background-color: #FFFF00;
  color: #0DA705;
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
}







ul#tabset_tabs {
  height: 1.59em;
  line-height: 1.59em;
  list-style-type: none !important;
  list-style: none !important;
  list-style-position: inside;
  margin: 0;
  padding: 0px 0px 5px 0px;
}

ul#tabset_tabs li {
  background: #DADDE3 url(/images/tab-tl.jpg) no-repeat top left;
  border-bottom: 1px solid #CBD0DB;
  cursor: pointer;
  float: left;
  list-style-type: none !important;
  list-style: none !important;
  margin-right: 0.245em;
  margin-bottom: 0px;
}

ul#tabset_tabs li.selected {
  background: #EAEBEE url(/images/round-tl.jpg) no-repeat top left;
  border-bottom: 1px solid #EAEBEE;
}

ul#tabset_tabs li.selected a:link, ul#tabset_tabs li.selected a:visited {
  background: #EAEBEE url(/images/round-tr.jpg) no-repeat top right;
  color: #1f2126;
}

ul#tabset_tabs li span {
  color: #616571;
}

body ul#tabset_tabs li.selected a span {
  color: #3d424f;
}

ul#tabset_tabs li a:link, ul#tabset_tabs li a:visited {
  background: #DADDE3 url(/images/tab-tr.jpg) no-repeat top right;
  color: #365D95;
  display: block;
  font-weight: bold;
  margin-left: 0.5em;
  padding: 0.515em 1.3em 0.215em 0.8em;
  text-decoration: none;
}

ul#tabset_tabs li a:hover, ul#tabset_tabs li a:active {
  color: #1f2126;
}

ul#tabset_tabs li a:hover span, ul#tabset_tabs li a:active span {
  color: #3d424f;
}

ul#tabset_tabs li.selected span {
  color: #5d6371;
}

div#toptabs {
  background: #fff;
  padding: 0px 2px 0px 0px;
}

div#fields {
  background: #EAEBEE url(/images/round-tr.jpg) no-repeat top right;
  border-bottom: 1px solid #DCDDE0;
  clear: both;
  padding: 0px 3px 0px 0px;
}

div#fields legend, div#fields p, div#fields fieldset, div#fields form,div#fields form fieldset legend a, div#fields form p label, div#fields tr label   {
  background-color: #EAEBEE;
}

fieldset {
  background: #EAEBEE;
  border: 0;
}

legend {
  font-size: 1.1em;
  padding: 1em 0 0.23em;
  letter-spacing: 0.06em;
}

legend a:link, legend a:visited, legend a:hover, legend a:active {
  text-decoration: none;
}