/*define body text color*/

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	text-align: left;
}

/*define content link colors*/

a:link, a:visited {
	color: #244A9F;
	text-decoration: none;
}

a:hover, a:active {
	color: #A7B7D9;
}

/*define header size and colors*/

h1 {
	font-size: 20px;
	color: #244A9F;
}

h2 {
	font-size: 16px;
	color: #CC0000;
}

h3 {
	font-size: 13px;
	color: #244A9F;
}	

h6 {
	font-size: 12px;
	color: #244A9F;
	margin: 0;
}	

/*sets images to be positioned left or right on the page*/

.floatRight {
	float: right;
	padding-left: 0px;
	margin-left: 5px;
}

.floatLeft {
	float: left;
	padding-right: 10px;
}

/*used after a floated image and paragraph to
keep floated image within paragraph*/

.clear {
	clear: both;
}

/*define caption size and color*/

.caption {
	color: #244A9F;
	margin-top: 5px;
	font-size: 11px;
	font-style: italic;
}

/*used to remove space above or below element.
Typically used with headlines or paragraph
following a headline*/

.noBottomMargin {
	margin-bottom: 0;
}

.noTopMargin {
	margin-top: 0;
}

/*used as a class for unordered lists
to make the indent smaller*/

.bullets {
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

li {
	padding: 2px 1px;
}

.red9pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000;
}

.subheader2lightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CCFFFF;
	font-weight: bold;
}

.datetg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFCC;
}

.weather {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
}

.blue9pt {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000066;
	font-style: italic;
}

.italics {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.Introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #244A9F;
}

.subheader4blue18pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000066;
	}

.subheader4red18pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #CC0000;
}

.subheader1orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC6633;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subheader2orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC6633;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

.subheader1blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.subheader1red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
}

.subheader2blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.subheader2blue  a:link {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.subheader2blue  a:visited {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}

.subheader2blue a:hover {
	color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFFF;
}

.subheader2blue a:active {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.subheader3blue10ptbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}

.subheader4lightblueItalic18pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	color: #0099CC;
}

.red12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.submenulist {
	margin-left: 150px;
}

#alignleft {
	text-align: left;
}

.subheader2red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#stateList {
	font-weight: bold;
	width: 690px;
	background-color: #EAD7B5;
	padding-left: 130px;
}

#stateListPwr {
	font-weight: bold;
	width: 490px;
	background-color: #EAD7B5;
	padding-left: 330px;
}
