@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: 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: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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 */
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	padding: 15px 20px 0px 20px;
	font-size: 8px;
	font-style: normal;
	font-weight: lighter;
	color: #666;
	text-align: left;
	width: 1%;
	word-wrap: 0px;
}
.twoColFixLtHdr #mainContent {
	padding: 10px 30px 0px 10px;
	text-align: left;
	width: 99%;
	word-wrap: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0 20px;
	background-color: #FFFFFF;
} 
.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-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	text-align: center;
	border-color: #FFFFFF;
	color: #666;
	width: 920px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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: 25px;
	margin-top: 15px;
	clear: none;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: -10px;
}
.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;
}
.mainheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #364479;
	font-weight: normal;
	position: relative;
}
.subheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #364479;
	font-weight: normal;
}
.sidebartext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 14px;
	margin-top: 0px;
}
.sidebarbodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.calloutbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #900;
	text-align: left;
	text-indent: 0px;
	white-space: normal;
	position: absolute;
	left: 9px;
	top: 188px;
}
.pressreleases {
	font-family: Verdana, Geneva, sans-serif;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #000;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 7px;
	color: #333;
}
.bullettext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}
.maincaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #364479;
}
#presstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #364479;
}
a:active {
	text-decoration: none;
	color: #ff6600
}
a:link {
	text-decoration: none;
	color: #0000cc
}
a:visited {
	text-decoration: none;
	color: #0000cc
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 .sidebarheader a strong {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar1 a strong {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #sidebar1 a strong {
	font-size: 12px;
	text-indent: 20px;
}
.twoColFixLtHdr #container #sidebar1 .sidebarheader a strong {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.newsdate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #364479;
}
.newsheadline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	color: #364479;
	font-style: normal;
	line-height: 24px;
}
.newssubheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #container #mainContent table tr th .newsdate .newsdate .newsdate {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #2C4BA5;
}
.twoColFixLtHdr #container #mainContent table tr th div .newsdate .newsdate {
	color: #2C4BA5;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.nameheadline {
	font-family: Verdana, Geneva, sans-serif;
}
.nameheadline {
	font-family: Verdana, Geneva, sans-serif;
}
