body {
	color: #1E2867;
	margin: 0px auto;
	padding: 0px;
	width: 788px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

a:link  {
	color: #039;
	text-decoration: none;
}

a:visited  {
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
/*	background-color: #E05935;
*/	
}

a:active {
	color: #039;
	text-decoration: none;
	
}




#content a:link  {
	color: #006699;
	text-decoration: none;
}

#content a:visited  {
	color: #006699;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	color: #091F5B;
}

#content a:active {
	color: #006699;
}





/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	
	margin: 0px;
	padding: 0px;
}


p{
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 11px;
}


h1{
	font-size: 30px;
	color: #1E2867;
	font-style: italic;
	font-weight: bold;
	line-height: 48px;
}

h2{
	font-size: 15px;
	color: #E05935;
	line-height: 18px;
}

h3{
 font-size: 13px;
 color: #E05935;
}

h4{
	font-size: 13px;
	
	color: #039;
	
}

h5{
 font-size: 11px;
 color: #E05935;

}

h6{
 font-size: 9px;
 color: #039;
}


ul{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

#content li{
 list-style-type: square;
 	margin: 0 0 0 -1em;
	
}





label{
	color: #039;
	font-weight: bold;
}
				


table {
	font-size: 9px;
	padding: 0;

}

td {
	text-align: left;
	vertical-align: top;
	line-height: 12pt;
}

th {
	text-align: center;
	width: 36px;
	
}


dt {
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	}

dl {
	margin-bottom: 1em;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	margin-left: 1.5em;
	font-weight: normal;
	}
	

	
dd {
	margin: 0;
	text-align: left;
	
	}





/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0;
	padding: 0;
	border-left: 1px solid #E05935;
	border-right: 1px solid #E05935;
	border-bottom: 0px solid #E05935;
	width: 786px;
	background-image: url(../images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-top-width: 0px;
}

#navBar{
	margin: 0 642px 0 0;
	padding: 0px;
	border-right: 1px solid #f00;
	border-left: 1px solid #f00;
	background: #CCD7F5;

}

#content{
	float:right;
	width: 618px;
	margin: 0;
	padding: 12px 12px 0 0;
	border-left: 1px solid #E05935;
	border-right: 1px solid #E05935;
	border-top-width: 0px;
	border-bottom-width: 0px;
	/*background-image: url(../images/stage.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 3px 0px 9px 9px;
	width: 586px;
	font-weight: bold;
	text-transform: lowercase;
	background: #FFFFFF;
	border-bottom: 1px dotted #E05935;
	font-size: 24px;
	
}


/************* #mainNav styles **************/

#mainNav{
	color: #FFFFFF;
	padding: 3px 0px 3px 12px;
	white-space: nowrap;
	background-color: #1E2867;
	font: italic bolder 12px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#mainNav img{
 display: block;
}

#mainNav a {
	color: #fff;
	padding: 0px 4px; 
}



/************** .feature styles ***************/

.feature{
	padding: 0 12px 12px 12px;
	font-size: 11px;
	line-height: 18px;
}

.feature h2, .feature h3 {
	padding: 6px 0px 0px 0px;
	text-align: left;
}

/*.feature img{
	float: left;
	padding: 0;
	margin-right: 12px;
	width: auto;
	margin-bottom: 9px;
}
*/

.imgleft {
	float: left;
	padding-right: 1.5em;
}

.imgright {
	float: right;
	padding-left: 1.5em;
}

.imgstory {
	float: left;
	padding-right: 1em;
}

.spacer {
	margin: -1em 0 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1E2867;
}


.feature table img{
	float: none;
	padding: 0;
	margin: 0;
	text-align: center;
	width: auto;
}


.heading{
	background-color:#fc0;
	}
	
/* adjust margins to change separation between the feature image and text flowing around it */




/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 9px;
	color: #091F5B;
	padding: 3px 0px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 2em;
	width: 632px;
	border-bottom: 1px solid #E05935;
	background-color: #CCD7F5;
	border-top: 1px solid #E05935;
	float: right;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 10px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}*/


/*********** #subnav link styles ***********/

#subnav ul a:link, #subnav ul a:visited {display: block;}
#subnav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists*/
#subnav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #subnav li {border-bottom: none;}

/*********** #subnav styles ***********/

/*#subnav {
	margin: 0 642px 0 0;
	padding: 0px;
	border-right: 1px solid #f00;
	border-left: 1px solid #f00;
	background: #CCD7F5;

}
*/


#subnav{
	float: left;
	width: 144px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #f00;
	border-left: 1px solid #f00;
	background: #CCD7F5;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	clear: left;
}


#subnav a:link{
	padding: 4px 0px 4px 6px;
	border-bottom: 1px dotted #091F5B;
}

#subnav a:visited{
	padding: 4px 0px 4px 6px;
	border-bottom: 1px dotted #091F5B;
}

#subnav a:hover {
	padding: 4px 0px 4px 6px;
	border-bottom: 1px dotted #091F5B;
	background-color: #E05935;
}

#subnav a:active {
	padding: 4px 0px 4px 6px;
	border-bottom: 1px dotted #091F5B;
}
