@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #002255;
	/*background-image: url(../images/bkgndBody01.png);
	background-repeat: no-repeat;*/
}
.twoColFixLtHdr #container { 
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cecece;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/bkgndPage01.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	height: 120px;
}
.twoColFixLtHdr #header #logo {
	padding-top: 25px;
	padding-left: 25px;
} 
.twoColFixLtHdr #header #secondaryNav {
	float:right;
	text-align: right;
	margin-right: 35px;
	margin-top: 15px;
	font-size: 11px;
	font-weight: bold;
}
.twoColFixLtHdr #header #secondaryNav a,
.twoColFixLtHdr #header #secondaryNav a:link,
.twoColFixLtHdr #header #secondaryNav a:visited {
	color: #003366;
	text-decoration: none;
	padding: 5px;
	margin-right: 25px;
	border: 1px solid transparent;
}
.twoColFixLtHdr #header #secondaryNav a:hover {
	color: #003366;
	text-decoration: none;
	padding: 5px;
	margin-right: 25px;
	border: 1px solid #003366;
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.AccordionPanelTab {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

.AccordionPanelContent a,
.AccordionPanelContent a:link,
.AccordionPanelContent a:visited {
	display: block;
	color: #003366;
	text-decoration:none;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 2px;
	/*letter-spacing: .07em;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #cccccc;
}

.AccordionPanelContent a:hover {
	display: block;
	color: #f8981d;
	/*font-style: italic;*/
	text-decoration:none;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 2px;
	/*letter-spacing: .07em;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #cccccc;
}
a.AccordionTabLink {
	color: #003366;
	text-decoration: none;
}
a:hover.AccordionTabLink {
	color: #f8981d;
	text-decoration: none;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 14px;
	margin-top: 10px;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 12px;
	padding-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
} 
.twoColFixLtHdr #mainContent h3 {
	font-size: 11px;
	padding-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
} 
.twoColFixLtHdr #mainContent h4 {
	font-size: 11px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	font-style: italic;
} 
.twoColFixLtHdr #mainContent h5 {
	font-size: 14px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	font-style: italic;
} 

.twoColFixLtHdr #mainContent p,
.twoColFixLtHdr #mainContent ul,
.twoColFixLtHdr #mainContent ol {
	font-size: 11px;
	line-height: 1.4em;
	padding-top: 0;
	margin-bottom: 6px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent a,
.twoColFixLtHdr #mainContent a:link {
	color: #003366;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #000066;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #f8981d;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent .callToAction {
	text-align: left;
	font-size:10px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 6px;
	margin-top: 30px;
	margin-right: 24px;
	padding-bottom: 0.5em;
	background: #e5eaf2;
	border: 1px dashed #003580;
	border-width: 1px 0;
	font-weight:500;
	/*width: 75%;*/
}

.storyLeft {
	float: left;
	width: 68%;
}
.imageRight {
	float: right;
	width: 30%;
}
.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;
	/*width: 48%;	margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	/*width: 48%;	margin-left: 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*********** table styles ***********/

form {
	padding: 0;
	margin: 0;
}
.requiredtext {
	color: #CC0000;
	font-weight: bold;
}
table {
	width: 450px;
	border: 1px solid #003366;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}
caption {
	width: 450px;
	caption-side:top;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #003366;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
th {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	text-align: right;
}
td {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
}

/*
PDFs
*/

.twoColFixLtHdr #mainContent .pdf {
	width: 105px;
	text-align: center;
	float: left;
	margin-right: 4px;
	margin-left: 0px;
	margin-top: 20px;
}
.twoColFixLtHdr #mainContent .pdf p {
	padding: 0;
	margin: 0;
	color:#777777;
}
.twoColFixLtHdr #mainContent .pdf a {
	text-decoration: none;
}
.twoColFixLtHdr #mainContent .pdf img {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.twoColFixLtHdr #mainContent .pdf a img,
.twoColFixLtHdr #mainContent .pdf a:link img,
.twoColFixLtHdr #mainContent .pdf a:visited img {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	/*border: 1px solid #FFFFFF;*/
}
.twoColFixLtHdr #mainContent .pdf a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	/*border: 1px solid #005250;*/
}
/*
FLVs
*/

.twoColFixLtHdr #mainContent .flv {
	width: 105px;
	text-align: center;
	float: left;
	margin-right: 4px;
	margin-left: 0px;
	margin-top: 20px;
}
.twoColFixLtHdr #mainContent .flv p {
	padding: 0;
	margin: 0;
	color:#777777;
}
.twoColFixLtHdr #mainContent .flv a {
	text-decoration: none;
}
.twoColFixLtHdr #mainContent .flv img {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.twoColFixLtHdr #mainContent .flv a img,
.twoColFixLtHdr #mainContent .flv a:link img,
.twoColFixLtHdr #mainContent .flv a:visited img {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	/*border: 1px solid #FFFFFF;*/
}
.twoColFixLtHdr #mainContent .flv a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	/*border: 1px solid #005250;*/
}

/*
Footer
*/
.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;	/*background:#DDDDDD;*/
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-top: 30px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}
.twoColFixLtHdr #footer a,
.twoColFixLtHdr #footer a:link,
.twoColFixLtHdr #footer a:visited {
	color: #003366;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #003366;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .pending {
	background-color: #00FF00;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.highlight
{
	color: #FF0000;
	font-weight: bold;
}
.spray
{
	padding-top: 12px;
}

