/***** Page Formating ******/

body {
	text-align: center;
	margin: 10px 0; /* Change the xxx in url(xxx) to a link to the background image. If there is no background image (you have a white background), remove this line. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1a3a67;
	font-size: 12px;
	background-image: url(../Images/NEEC_bkgrnd.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

/*** General Text Formatting ***/
H1, H2, H3, H4, H5, H6	{ 
	color: #B5121B; 
	font-style: normal; 
	font-weight: bold;
	border: 0;
	margin: 6px 0px 3px 0px;
   padding: 0;
   font-size: 100%;

}

H1	{font-size: 24px;}
H2	{font-size: 18px;}
H3	{
	font-size: 14px;
}
H4	{
	font-size: 12px;
	font-weight: normal;
}
H5	{font-size: 11px;font-weight: normal;}
H6	{font-size: 9px;font-weight: normal;}

p {
	font-style: normal;
	font-weight: normal;
	border: 0;
	margin: 0px 0px 8px 0px;
   padding: 0;
   font-size: 100%;
}

.centered {
	text-align: center;
}

.caption {
    font-size: 10px;
    color: #B5121B;
    text-decoration: none;
}

.bold {
	font-weight: bold;
}

.boldmaroon {
	color: #B5121B;
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.boldunderline{
	font-weight: bold;
	text-decoration: underline;
}

.bolditalicunderline{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.italicunderline {
	font-style: italic;
	text-decoration: underline;
}

.maroon {
	color: #B5121B;
}

.blueback {
	background-color: #9CF;
}




.underline {
	text-decoration: underline;
}

/*** Contact Text Formatting ***/
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A3A67;
	text-decoration: none;
	background-color: #CCCCCC;
}

.error {
	color: #FF0000;
}

/*** WRAPPER - encloses #header, #nav, #contect, and #footer. It fixes the width of the page. Currently 780 pixels. Change width accrodingly for the site. ***/	   
#wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top-color: #1a3a67;
	border-left-color: #1a3a67;
	border-right-color: #1a3a67;
	border-bottom-color: #1a3a67;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

/*** HEADER - the area for the header image. Gennerally, there is no text here. ***/
#header {
	text-align: center;
	background-color: #FFFFFF;
}

/*** NAV - the area for the navigation menu. ***/
#navigation {
	font-size: 12px;
	background-color: #1A3A67;
}

/*** Navigation Text Formatting ***/
/* Menu formatting handled in the menu.css file. */

/*** CONTENT - encloses the #left and #right areas. ***/
#content {
	overflow: hidden;
}

/*** LEFT fixes the width of the left column. Default is 175 pixels -- 155px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#left {
	float:left;
	width: 155px;
	padding-bottom: 5010px;
	margin-bottom: -5000px;
	text-align: left;
	background-image: url(../Images/left_bkgrnd.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 35px;
}

/*** Left Text Formatting ***/
#left a:link {
	color:#1A3A67;
	text-decoration: underline;
}

#left a:visited {
	color:#006A00;
	text-decoration: underline;
}

#left a:hover {
	color:#E36F1E;
	text-decoration: underline;
}

#left H3 {
	color:#1F3D5B;
}

#left p {
	color: #1A3A67;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 3px;
}

#left .register {
	color: #903;
	font-size: 10px;
	line-height: 11px;
	margin: 0px;
	padding: 5px;
}

#left ul li {
	font-size: 12px;
	list-style-type: square;
}

/*** Home Splash is special for home page... full-width area for photo montage. ***/
#homesplash {
	padding-top: 2px;
}
#homesplash_left{
	float:left;
	width: 25px;
	padding-bottom: 5010px;
	margin-bottom: -5000px;
	text-align: left;
	table-layout: auto;
	empty-cells: show;
	background-image: url(../Images/left_bkgrnd.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
}

/*** RIGHT fixes the width of the right column. Default is 605 pixels -- 585px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#right {
	color: #1A3A67;
	float:right;
	width: 530px;
	text-align: left;
	padding-bottom: 5010px;
	margin-bottom: -5000px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/*** Right Text Formatting ***/
#right a:link {
	color:#1A3A67;
	text-decoration: underline;
}

#right a:visited {
	color:#006A00;
	text-decoration: underline;
}

#right a:hover {
	color:#E36F1E;
	text-decoration: underline;
}

#right p {
	font-size: 12px;
}

#right ul li {
	font-size: 12px;
	list-style-type: disc;
}

#right ul ul li {
	font-size: 12px;
	list-style-type: square;
}

#right ul ul ul li{
	font-size: 12px;
	list-style-type: circle;
}

/*** FOOTER - the area for the company name, address, phone number, and copyright test. ***/
#footer {
	clear:both;
	text-align: center;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #1A3A67;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
}

/*** Footer Text Formatting ***/
#footer p {
	margin-top: 5px;
	color:#1A3A67;
	margin-bottom: 5px;
}

.footer {
	color: #1F3D5B;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.copyright{
	font-size: 9px;
	color: #1A3A67;
	font-style: italic;
}

#z100 {
	z-index: 100;
}

