@charset "utf-8";
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002860;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

a:link { color: #002860; text-decoration: underline;}
a:visited { color: #002860; text-decoration: underline;}
a:active { color: #002860; text-decoration: underline;}
a:hover { color: #002860; text-decoration: underline; background-color: #B2BDCF}

.style2 {
	font-weight: bold;
	font-size: 14px;
}


.style3 {
	font-size: 12pt; /* not sure all this is used for, is the heading on side panels -ms */
	font-weight: bolder;
}
.style4 {
	font-size: 10pt;
} 

.style5 {
	font-weight: bold;
	font-size: 8px;
}

.info {
	padding-top: 2px; /* can be used for padding on info image in accordion */
}
.pbgcolor {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
}


.thrColFixHdr #container {
	width: 1024px;  /* used to set width of page */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #012964;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
} 

.thrColFixHdr #header {
	width: 1024px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 70px;
	background-color: #B2BDCF;
} 

.thrColFixHdr #topnav {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 0px;
	border-top-color: #012964;
	border-right-color: #012964;
	border-bottom-color: #012964;
	border-left-color: #012964;
	height: auto; /* holds the top navigation menu */
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 15%; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #012964;
	border-right-color: #012964;
	border-bottom-color: #012964;
	border-left-color: #012964;
	padding: 8px;
	list-style-type: none;
	overflow: hidden;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 15%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #00295D;
	border-right-color: #00295D;
	border-bottom-color: #00295D;
	border-left-color: #00295D;
	overflow: hidden;
	vertical-align: top;
}

.thrColFixHdr #mainContent3col {
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #012964;
	border-right-color: #012964;
	border-bottom-color: #012964;
	border-left-color: #012964;
	margin-top: 0;
	margin-bottom: 0;
	border-right-style: solid;
	border-left-style: solid;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	background-color: #FFFFFF;
	margin-left: 200px;
	vertical-align: top;
	margin-right: 200px;
} 


.footer {
	background-color: #B2BDCF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #012964;
	border-right-color: #012964;
	border-bottom-color: #012964;
	border-left-color: #012964;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #012964;
} 
.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 */
	font-size: 8pt;
	text-align: center;
	color: #002860;
}
.HomeContent { /* This is only used in /Index.html home page */
	background-color: #B4E0F5;
	border: 40px solid #7D90B0;
}

.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.h1 {
	font-size: 20px;
	font-weight: bold;
	color: #002860;
	text-align: center;
}

.ulsidebar {
	font-size: 10pt;
	color: #002860;
	text-align: left;
	margin-top: 5px;
}

.home {
	font-size: 14px;
	font-weight: bolder;
	color: #002860;
}


.pintro {
	color: #002860;
	font-weight: bold;
	font-size: 12px;
}

.ulpadded li {
	padding-top:  9px
}

.signature {
	font-size: 8px;
	vertical-align: bottom;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #002860;
	text-align: center;
}

.video {
	font-size: medium;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

.accordionvideo{
	margin-top: 10px;
	margin-bottom: 15px;
}
	

