@charset "UTF-8";
/* CSS Document */

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-repeat: repeat-x;
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	line-height: 1.6em;
	font-size: 1.7em;
}
h2 {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #003366;
	line-height: 1.4em;
}
h4 {
	font-size: 0.90em;
	line-height: 1.5em;
}
dl {
	font-size: 14px;
	line-height: 20px;
	color: #336699;
}
dt {
	font-weight: bold;
	line-height: 24px;
}
li {
	line-height: 1.4em;
	font-size: 0.85em;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
}
.smalltext {
	font-size: 0.7em;
}
.twoColFixRtHdr #container {
	width: 875px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../assets/images/images_new/pg_bkgn_ctr.jpg);
} 
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40px;
} 
#mainContent2 {
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#mainContent img {
	float: left;
	padding-right: 20px;
	border-top-style: none;
	padding-bottom: 20px;
}
#mainContent table img {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #ffffcc;
	margin-right: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;
	border: 1px solid #FFCC00;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #990000;
	font-size: 24px;
}
#sidebar1 p {
	font-size: 11px;
	line-height: 14px;
	color: #0462BC;
	padding: 0px 20px 0px 20px;
}
.twoColFixRtHdr #sidebar1 h3 {
	font-size: 14px;
	color: #336699;
}
.twoColFixRtHdr #sidebar1 a {
	font-size: 11px;
	color: #336699;
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 7px;
	margin-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 p a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #003399;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-bottom-color: #336699;
}
#sidebar1 a.current {
	background-color: #FFCC33;
}
.formh1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
.twoColFixRtHdr #footer {
	background-image: url(../assets/images/images_new/pg_bkgn_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
} 
.twoColFixRtHdr #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: 10px;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
	line-height: 16px;
}
.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;
}
.boxed {
	display: block;
	padding: 10px;
	border: 2px solid #336699;
	font-size: 14px;
	line-height: 20px;
}
.underline {
	text-decoration: underline;
}
div#form {
	border: medium groove #990000;
}
.italic {font-style: italic}
hr {
	color: #036;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sidebar a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.redBold {
	font-weight: bold;
	color: #900;
}
.ordinal {
	font-size: 60%;
	letter-spacing: -0.05em;
	vertical-align: 40%;
}
a {
	color: #369;
}
