/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	/*  moved to inline with html to avoid editor showing the background
	background-image: url(/images/hedbg.jpg);
	background-repeat: repeat-x;
	background-position: 777px 0px;
	  */
}

  
a {	color: #039; } 
a:hover { text-decoration: underline; }
/*  
#left {
	position: relative;
	top: 10px;
	left: 20px;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 100%;
}
  */
#centerwide { 
	position: relative;
	margin: 12px 0px 50px 200px;
	width: 535px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding-bottom: 76px;
}

p { margin-bottom: 10px; }

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 20px;
	color: #B31B1B;
	font-weight: lighter;
	margin-bottom: 8px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 4px;
}

#centerwide img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul#mainnav {
	position: relative;
	top: 10px;
	left: 20px;
	float:left;
	margin-bottom: 20px;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #039;
	text-transform: lowercase;
}

ul#mainnav li {
	list-style-type: none;
	line-height: 20px;
	margin: 0px;
	text-align: right;
	line-height: 22px;	
	width: 160px;
}

ul#mainnav li a { 
	color: #333; 
	text-decoration: none;
    padding-right: 15px;	
}

ul#mainnav li a:hover { 
	text-decoration: underline;
}

ul#mainnav li.sel {
	background-image: url(/images/redcaret.gif); 
	background-repeat: no-repeat;
	background-position: 154px 4px;  
}

ul#mainnav li.sel a { color: #24408F; padding-right: 15px; }
ul#mainnav li.sel ul.subnav li.sel ul.subnav li a { padding-right: 30px; } /* indent level 3 */
ul#mainnav li.sel ul.subnav li.sel ul.subnav li.sel ul.subnav li a { padding-right: 45px; } /* indent level 4 */

ul#mainnav ul.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

ul#mainnav ul.subnav li {
	list-style-type: none;
	font-weight: normal;
	color: #333;	
	line-height: 22px;
	width: 160px;	
}

ul#mainnav ul.subnav li ul.subnav { /* added */
	font-size: 11px;
}

ul#mainnav ul.subnav li ul.subnav li.sel { /* L3 selected */
	background-image: url(/images/bullet2.gif); 
	background-repeat: no-repeat;
	background-position: 139px 9px; 
}

ul#mainnav ul.subnav li ul.subnav li ul.subnav { /* L4 */
	font-size: 11px;
	font-style: italic;
}

ul#mainnav ul.subnav li ul.subnav li ul.subnav li.sel { /* L4 selected */
	background-image: url(/images/bullet2.gif); 
	background-repeat: no-repeat;
	background-position: 124px 9px; 
}

ul#mainnav ul.subnav li.sel {
	background-image: none; 
	font-weight: bold;
}
#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

#ft_left {
	float: left;
	text-align: left;
	
	padding-left: 30px;
}
#ft_right {
    float: right;
	text-align: right;
	padding-right: 30px;
	
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#contents {
	position: relative;
	min-height: 100%;
}

* html #contents {
	height: 100%;
}

#footer {
	clear: both;
	margin: 0px;
    margin-top: -76px;
	position: relative;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 10px 0px 0px 0px;
	background-image: url(/images/ftgrad.jpg);
	height: 65px;
	background-repeat: repeat-x;
	line-height: 14px;
}

/*
	These styles may be used in the shared code which drives this web site
*/

/* username/password login prompts */
.user_pass {
	font-family: Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #B40000; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: normal;
}

/* next 3 are user prompt styles for errors, warnings, and informational messages */

.errorText {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Red;
	font-weight : bold;
}

.warnText {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Orange;
	font-weight : bold;
}

.smallInform {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Green;
	font-weight : bold;
}

/*  common styles for listings  */
.listHeadingRow {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4f3c0d;
	background-color: #D8E5AF;
}
.listFirstRow {
	background-color: #FFFFFF;
}
.listAlternateRow {
	background-color: WhiteSmoke;
}

/*  news module styles  */

#news_headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#news_dateline, .newsDetailsItemDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}
#news_display td p {
	margin: 0px;
	padding: 0px;
}

/* used to make colored grid in a table w/out using table borders */
.colored {
	background-color : #BED0D2;
}
.clear {
	background-color : White;
}

/* next 3 are used for form field labels */
.required  {
	color : #B40000;
	font-size : 10px;
}
.optional  {
	color : Black;
	font-size : 10px;
}
.disable  {
	color : Silver;
	font-size : 10px;
}

/* some common font sizes */
.smallFont {
	font-size : 11px;
	font-family : Helvetica, Verdana, sans-serif;
}
.tinyFont  {
	font-size : 9px;
	font-family : Helvetica, Verdana, sans-serif;
}

/* button-type links */
.buttons {
	color: #0000A3;
	text-decoration: none;
	font-size: 10px; 
	font-family : Helvetica, Verdana, sans-serif;
}

.buttons:VISITED {
	color: #0000A3;
	text-decoration: none;
}

.buttons:HOVER {
	color : #016874;
	text-decoration: underline;
}

/* "Site by WDG" signature */
.wdgSiteSig, .wdgSiteSig:link, .wdgSiteSig:visited {
	color: DarkGray;
}

/* pretty-looking input boxes */
.styled_input { 
	font-family: Helvetica, Arial, sans-seriff;
	font-size: 12px; 
	background-color:#f9f1dd;
	color:Black;
	border-width:1px; 
}

/* form submit buttons */
.cmdBtn {
	font-size: 11px;
}

