@charset "utf-8";
body  {
	font: 100% Verdana, 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: #eeeeee;
}
.thrColFixHdr #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3f3f75;
	border-right-color: #3f3f75;
	border-bottom-color: #3f3f75;
	border-left-color: #3f3f75;
} 
.thrColFixHdr #header {
	background-color: #ffffff;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3f3f75;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
} 
.thrColFixHdr #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 */
	color: 3f3f75;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 295px; /* padding keeps the content of the div away from the edges */
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 0033cc;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: 3f3f75;
	border-bottom-color: 3f3f75;
	border-left-color: 3f3f75;
}
#Sidebar1a {
	background-color: #ffffff;
	float: left;
	width: 295px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 450px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 3f3f75;
}

#spacer {
	height: 21px;
}
#SponsoredLinks {
	border: 2px dashed 3f3f75;
	float: left;
	width: 230px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 0033cc;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: 3f3f75;
	border-right-color: 3f3f75;
	border-bottom-color: 3f3f75;
	border-bottom-width: 1px;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: 003366;
	border-left-color: 003366;
} 
.thrColFixHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: 3f3f75;
	background-color: #ffffff;
	height: 55px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
	border: 0px none #3f3f75;
} 
.thrColFixHdr #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 */
}
.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;
}
#Navigation {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 49px;
	padding-left: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3f3f75;
	border-right-color: #3f3f75;
	border-bottom-color: #3f3f75;
	border-left-color: #3f3f75;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #003366;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #003366;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.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;
}#subcontainer {
	padding-bottom: 5px;
	border: 0px none #3f3f75;
}
#Banner {
	background-color: #0000cc;
	margin: 0px;
	height: 136px;
	width: auto;
}
#MainArticleSidebar1 {
	background-color: #CCCCCC;
	text-align: center;
	float: none;
	width: 350px;
	padding: 0px;
	border: 1px dotted 3f3f75;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#MainArticleSidebar2 {
	text-align: center;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: 3f3f75;
	border-right-color: 3f3f75;
	border-bottom-color: 3f3f75;
	border-left-color: 3f3f75;
	background-color: #CCCCCC;
	padding-bottom: 10px;
}
#MainArticleSidebar3 {
	width: 350px;
	border: 1px dotted 3f3f75;
	background-color: #CCCCCC;
}
.thrColFixHdr #Sidebar2_SubscribePanel {
	width: 235px;
	background-color: #eeeeee;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: 3f3f75;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#AboutUsPhotoHolder {
	float: right;
	width: 200px;
}
.thrColFixHdr #PARexample1 {
	width: 450px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #PARexample2 {
	float: none;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #PARexample3 {
	float: none;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#QuoteBoxBranding {
	float: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#QuoteBox_Branding2 {
	clear: none;
	float: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#QuoteBox_Branding3 {
	clear: none;
	float: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
