label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
#navBar{
	margin: 260px 0 0 0;
	padding: 0px;
	width: 200px;
	float: left;
	}
#content{
	margin: 190px 0 0 201px;
	padding: 0 1% 0 0;
	background: #ffffff;
	height: auto;
		}
h1{
	color: #006;
	margin: 0px 0px 25px 0px;
	padding: 8px;
	font: 165% Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align:center;
	}
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 4px 0;
	font-size: 90%;
	color: #FFFFFF;
	border-bottom: 1px solid #264b71;
}

.relatedLinks h5{
	padding: 10px 6px 0 5px;
	color: #Fee692;
	font-variant: small-caps;
}
.relatedLinks a{
	color: #f3f3f3;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #264B71;
	border-left: 1px solid #00007B;
	padding: 3px 0px 3px 5px;
	border-right: 1px solid #00007B;
	margin-right: 1px;
	}

.relatedLinks a hover{
	color: #6699cc;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #6699CC;
	border-left: 1px solid #00007B;
	padding: 3px 0px 3px 5px;
	border-right: 1px solid #00007B;
	margin-right: 1px;
	}
	.titlerelatedlinks {
	font-weight: bold;
	color: #Fee692;
	font-style: normal;
	line-height: 130%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	border-top: 1px solid #264b71;
	background: #003;
}
.pagetitle {
	color: #fee692;
	font: bolder 24px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.sidenav {
	text-transform: none;
	color: #6B0C39;
	background-color: #212c42;
}
.sidenav a:link {
	color: #F3F3F3;
	text-decoration: none;
}.sidenav a:visited {  color: #FFFFFF; text-decoration: none}

.sidenav a:hover {
	text-decoration: none;
	background: #657fb5;
}

.topnavdark2 a:active {  color: #FFFFFF;}

/*internal containers*/

#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 21%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 46.8%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 1% 15px 6px;
}
#sidebar1 p, . #sidebar1 h3, . #sidebar2 p, . #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	width: 47%;
	padding-left: 20px;
	padding-right: 10px;
	border-bottom: 0;
	border-left: 1px solid #FFF;
	background: #ebebeb;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#bidebar2, #bidebar1 { padding-top: 30px; }
#bainContent { zoom: 1; padding-top: 15px; }
#sidebar2, #sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


/*two-column alternative test*/

#bidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 47.5%; /* since this element is floated, a width must be given */
	background: #ff8431; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 20px; /* top and bottom padding create visual space within this div  */
	margin-right: 23px;
}
#bidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width:39.5%; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
	margin-top: 202px;
	margin-right: 0.5%;
}
 #bainContent {
	margin: 0 0 0 0;
	float: left:;
	padding-right: 6px;
	padding-left: 0px;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background: #ffffff;
}
