@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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-image: url(../images/body-tail.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 100%;
}
/* CSS Document */
#main {
	width:100%;
	text-align:left;
	height: 1080px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height:239px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/menubg.jpg);
	width: 920px;
	background-color: #183060;
}
#sidebar1 {
	float: left; /* 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: #ffffff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 550px;
}
#mainContent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 790px;
	clear: left;
	background-color: #FFFFFF;
	width: 920px;
	padding: 0;
} 
#left-col {
	float: left;
	height: 100%;
	width: 280px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	}
#right-col {
	padding: 20px;
	float: right;
	width: 550px;
	background-color: #FFFFFF;
}
#footer {
	height:60px;
	text-align:center;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: left;
	float: left;
}
#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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #183060;
}
#fullheight{height:100%}
.col-1, .col-2, .col-3 {float:left;}
.container {width:100%; overflow:hidden;}
a:link{
	color: #183060;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:visited{
	color: #183060;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #b02229;
	font-size: 12px;
	font-weight: bold;
}
a.link12:link{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a.link12:visited{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a.link12:hover{
	text-decoration: none;
	color: #b02229;
	font-size: 12px;
	font-weight: normal;
}
.bullet {
	list-style-image: url(../checkmark.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: none;
	bottom: 10px;
}
.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;
}
.text10n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text12n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text12bblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #183060;
}
.text14b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text14bred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.text14bblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #183060;
}
.text14n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.text14bWHITE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3EBE4;
}
.text18blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #183060;
}
.text14goldb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.text24b {
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	font-weight: normal;
	color: #F3EBE4;
}
.text32b {
	font-family: "Arial Rounded MT Bold";
	font-size: 32px;
	font-weight: normal;
	color: #F3EBE4;
}
.padding_left30 {
	margin-left:30px
}

.indent200 {
	margin-left: 170px;
}
.box-issues {
	background-color: #E7EDF9;
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.box-issues .corner-bottom-right {
	background-image: url(../images/box-corner-bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box-issues .corner-bottom-left {
	background-image: url(../images/box-corner-bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box-issues .corner-top-right {
	background-image: url(../images/box-corner-top-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.box-issues .corner-top-left {
	width:100%;
	background-image: url(../images/box-corner-top-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box-issues .indent {background:none; padding:32px 34px 20px 32px; margin:0;}
.box {
	background-color: #E7EDF9;
}
.box .corner-bottom-right {
	background-image: url(../images/box-corner-bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box .corner-bottom-left {
	background-image: url(../images/box-corner-bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box .corner-top-right {
	background-image: url(../images/box-corner-top-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.box .corner-top-left {
	width:100%;
	background-image: url(../images/box-corner-top-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box .indent {background:none; padding:32px 34px 20px 32px; margin:0;}

/* for vertical centering of menu */
#outer {height: 307px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */
/* end of vertical centering */
#issues {
	width: 860px;
	margin-right: 30px;
	margin-left: 30px;
}
ul.bio {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 6px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

