/* Logo red is PMS 485 or Hex #D52B1E  or RGB 213.43.30 */

/* min-width and max-width still not supported in IE as of 2003 */
body { background-color: #FFE;min-width:640px;max-width:960px;}

#headmast {
	background-image: url("images/bg_roman.jpg"); width:100%;
	border-top: 1px solid #000; border-right: 2px solid #000; border-bottom: 2px solid #000; border-left:1px solid #000;
	}

/* note that clear statement must be inline to work on Mac IE5 */
#footer {
	margin-top: 15px; font-family: arial, helvetica, sans-serif; font-size:8pt;font-weight:bold;color: #333; clear:both;}

/* note that clear statement is incorrectly inherited in Mac IE5 so that paragraphs inside divs don't float as intended */
/* #ltefnews div {clear:left;} assigned to .newsheader instead but subsequent paragraphs still wrap! */

/* quotebox CSS doesn't work on Mac IE5 unless inline markup */
#quotebox {margin: 0px 0px 7px 7px; padding: 5px 5px 5px 5px; background-color: #eee8aa; border: 2px dotted #cd853f;}
#quotebox p {font-family: Palatino, Serif; font-size: 11pt; font-weight:bold; margin:5px 5px 5px 5px;}
#quotebox span {font-size: 9pt; font-weight: normal; float:right;}

a:link {color:#900}
a:visited {color:#900} 
a:hover {color:#300}

.proposalbox {font-family:arial, helvetica, sans-serif; color:#333333;}

.newsheader {
	font-weight: bold; font-size:9.5pt; font-family: arial, helvetica, sans-serif;
	margin-bottom:0;line-height:150%;
	}
p.newsheader {clear:left;}

p {margin: 0px 0px 10px 10px; font-size: .95em; font-family: "times new roman", times, serif;}

/* head 2 is used on leadership page, head 1 is used on most every page */
.head1 {font-family: arial, helvetica, sans-serif;font-weight:bold;letter-spacing:.1em;color:#333 }
.head2 {font-family: arial, helvetica, sans-serif;font-weight:bold;letter-spacing:.1em;color:#333; margin-top:25px; margin-bottom:5px}
.standlist LI {padding-bottom: .2em;}

/* goback is exclusively for BACK link */
.goback {text-decoration:none;font-size:smaller;}

/* treatment for required asterisk on forms */
.required {color: #990000}
.inputform {font-weight: bold;}
TD.inputform {text-align: left;}

/* GRAHPIC breakouts like photos are typically in one or two-celled table as follows: */
DIV.graphic  {margin:4px 7px 7px 10px;}
TABLE.graphic {margin:4px 7px 7px 10px;}
IMG.photo {border:1px solid #000;}
TD.photo { }
TD.caption {background-color: transparent; text-align: left; font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; font-size: xx-small; color: #000; padding-top:5px;}

/* NAVAD navigational advertising on the left side of some pages */
#navads {
	font-family: arial,helvetica,sans-serif; font-size: 9pt; font-weight: bold;
	border-top:1px solid #000; border-right: 0px; border-bottom: 0px; border-left:1px solid #000;
	}

#navads td {
	border-top:0; border-right:2px solid #000; border-bottom:2px solid #000; border-left: 0;
	text-align: center;
	/* each td has it's own color */
	}

#navads ul { margin-top:2px; margin-bottom:2px; margin-right:0; margin-left:0; padding:0 0 0 0;}
#navads li { list-style:none; margin-top:3px; margin-right:0; margin-bottom:3px; margin-left:0;}

/* NAVBAR main navigation menu across top */
#navbar {
	margin: 10px 0 0 0; padding: 0 0 5px 0;  
	/* border-bottom: 1px solid #000; */
	font-family: arial, helvetica, sans-serif; font-size: 9pt; letter-spacing: 1pt; font-weight: bold;
	}

#navbar ul {
	margin: 0 0 0 0; padding: 0 0 0 0;
	display: inline;
	} 

#navbar li {
	margin: 0 0 0 0; padding: 0 0 0 0;
	list-style: none;
	display: inline;
	}
		
#navbar li.here {
	padding: 5px 10px 5px 10px;
	color: #333; background-color: #FFF;
	border-bottom: 2px solid #FFF; border-left: 0;
	border-top: 1px solid #000; border-right: 2px solid #000;
	list-style: none;
	display: inline;
	}

#navbar li a {
		padding: 5px 10px 5px 10px;
		color: #000; background-color: #CCC;
		border-top: 1px solid #000; border-right: 2px solid #000;
		border-left: 0; border-bottom: 0;
		text-decoration: none;
		}

	#navbar li a:hover {
		background-color: #900;
		color: #FFF;
		}

/* NAVBARSUB main navigation submenu across top */
#navbarsub {
	clear:both;
	margin: 0 0 0 0; padding: 5px 0 5px 0;
	font-weight: bold; font-family: arial, helvetica, sans-serif; font-size: 8pt; letter-spacing: 1pt;
	}

#navbarsub ul {
	margin: 0 0 0 0; padding: 5px 0 5px 0;
	border-left: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 1px solid #000;
	display: inline;
	background-color: #FFF;
	} 

#navbarsub li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: inline
	}
		
#navbarsub li.here {
	color: #333;
	margin: 0 0 0 0; padding: 0 15px 0 15px;
	background-color: #FFF;
	list-style: none;
	display: inline;
	}

/* Mac IE5 doesn't pad first list item, so inserted fake list item, padding here is superfluous */
#navbarsub li.macfix {padding: 0 0 0 0;}

#navbarsub li a {
		margin: 0 0 0 0; padding: 0 15px 0 15px;
		color: #000; background-color: #FFF;
		}

	#navbarsub li a:hover {
		color:  #C00;
		}