body {
	margin:0;
	background-image:url(/images/bgd-quickav.jpg);
	background-attachment: fixed;
}

h1 {
	color: #D9350F;
	font-size:18px;
	font-weight: 900;
}
h2 {
	color: #D9350F;
	font-size: 16px;
}
h3 {
	font-size:14px;
 	padding: 0;
	margin: 0;
	padding-top: 14px;
}
.m {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 12px;
}
a, a:visited, a:active {
	color: #D9350F;
	text-decoration: underline; 
}
a:hover {
	color: #595959;
	text-decoration: none;
	}
.mm {
	color: #6A6A6A;
	text-decoration: none;
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #6A6A6A;
}

#leftnav {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	margin-left: 10px; 
	font-size: 9px;
	background-color:#EAEAEA;
}

#leftnav a {
	color: #0000FF;
	text-decoration : underline; 
}

#leftnav a:visited  {
	color: #0000FF;
	text-decoration : underline; 
}

#leftnav h2 {
	background-color:#3366CC;
	color:#FFFFFF;
	font-size:13px;
	font-weight:600;
	padding: 5px;
	margin-left: 10px;
	text-align:center;
}

#leftnav h2 a:link, #leftnav h2 a:active, #leftnav h2 a:visited {
	color:#FFFFFF;
}

#leftnav p {
	padding-left: 10px;
	text-align: justify;
/*	text-align:center; 
	padding-left: 5px;
*/
}
.xsmall {
	font-size:10px;
}

/*** TOP NAVIGATION	STYLES ***/

#navcontainer { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

#navcontainer a { 
	text-decoration: none; 
}

#navcontainer ul {
	padding: 5px;
	margin: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
}

#navcontainer li { 
	margin-left: 15px;
	margin-right: 15px;
}

/*1st level elements*/
#navcontainer ul {
	border-top: 1px solid #36c;
	border-bottom: 1px solid #36c;
	background-color: #36c;
	padding: 2px 0;
	white-space: nowrap;
	position:static;
}

#navcontainer li { 
	margin: 0 0 0px; 
	display: inline;
}

#navcontainer ul a, #navcontainer ul a:link, #navcontainer ul a:visited {
	background-color: #36c;
	border: 1px solid #36c;
	color: white;
	padding: 0px 15px;
}

#navcontainer ul a:hover, #navcontainer ul a:focus {
	background-color: #9CD4F7;
	border: 1px solid black;
	color: black;
}

/*current Link*/
#navcontainer ul a#current, #navcontainer ul a#current:link, #navcontainer ul a#current:visited { 
	font-weight: bold; 
}


/*Second and subsequent levels*/

#navcontainer ul ul {
	position:static;
	left: 0;
	top: 23px;
	width: 100%;
	border-top: none;
/*	background-color:#D9350F; */
}

#navcontainer ul ul li { 
/*	display: inline; */
}

#navcontainer ul ul a, #navcontainer ul ul a:link, #navcontainer ul ul a:visited {
	background-color: #36c;
	border: 1px solid #36c;
	color: #FFF;
}

#navcontainer ul ul a:hover, #navcontainer ul ul a:focus {
	background-color: #9CD4F7;
	border: 1px solid black;
	color: black;
}

/*current Link*/
#navcontainer ul ul a#subcurrent, #navcontainer ul ul a#subcurrent:link, #navcontainer ul ul a#subcurrent:visited { 
	font-weight: bold; 
}
/*** END TOP NAVIGATION STYLES	***/


/* outer fieldset  */
fieldset#formwrap { 
  background-color : #fefefe; 
}

/* section fieldsets  */
fieldset { 
  background-color : #fafafa; 
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #666;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #D9350F; 
}

/* form label text */
label { 
  color : #D9350F;
  font-size: 0.9em;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 80% 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cc9000;
  background-color : #fffffa;
  font-size: 0.9em;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #669900;
  background-color : #fff;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 1.3em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #FFF; 
  color : #D9350F;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

table.main {
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	width: 760px;
}

table.main td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: white;
}

table.main h1 {
	background-image: url(/images/bg_h1.jpg);
	background-repeat: no-repeat; 
	padding-left: 2px;
	padding-bottom: 5px;
}

table.main a, a:visited, a:active {
	text-decoration: underline; 
}

table.main a:hover {
	text-decoration: none;
	}

table.brdr {
	border-width: 1px 1px 1px 1px;
/*	border-spacing: 2px; */
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.brdr td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
/*	-moz-border-radius: 0px 0px 0px 0px; */
}

.section hr {
	border:1px solid #c00;
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#rightcol {
	padding-left: 10px;
/*	float: right; */
	width: 150px;
}

/*.rightcol {
	padding-left: 10px;
	float: right; 
	width: 150px;
} */

.subheading {
	font-size: 18px;
}

.subheading a {
	text-decoration: underline;
}	

.crumb { 
	color : #D9350F;
	font-size:11px;
	font-weight: bold;
 	padding: 0;
	margin: 0;
	padding-top: 14px;
/*  font-size: 1em; */
}

