body{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bd_tile_grey.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #3b404a;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fcfcfc;
}


#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 15px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../img/container_bgd.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 
#header {
	background-image: url(../img/banner_bgd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 71px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 36px;
	font-weight: normal;
	color: #0b54a2;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 232px;
	background-color: #ebecec;
	background-image: url(../img/right_panel_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 15px;
	line-height: 17px;
	color: #3c4044;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 h1{
	font-size: 27px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
#sidebar1 h2{
	font-size: 21px;
	font-weight: bold;
	color: #2c71bb;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sidebar1 ul{
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul li{
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 20px;
	padding-left: 15px;
	list-style-type: none;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 284px;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 14px;
	line-height: 17px;

} 
div.yellowBar{
	font-size: 20px;
	color: #FFFFFF;
	background-color: #e8a800;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 40px;
	padding-top: 8px;
	padding-left: 12px;
	line-height: 26px;
}
div.yellowBar2{
	font-size: 24px;
	color: #FFFFFF;
	background-color: #e8a800;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 37px;
	padding-top: 11px;
	padding-left: 12px;
	line-height: 26px;
}
.smallTxt{
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	color: #303030;
	float: right;
	width: 218px;
	margin-right: 6px;
	text-align: right;
	padding-top: 2px;
	font-weight: normal;
}
#footer {
	font-size: 11px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 55px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6a6a6;
	background-color: #FFFFFF;
} 
div.white{
	background-color: #FFFFFF;
	height: 8px;
}
#footer a{
	color: #2c71bb;
	text-decoration: none;
}
#footer a:hover{
	color: #c60d17;
}
.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: 15px;
}
.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;
}
div.nav{
	background-color: #2c71bb;
	height: 40px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div.nav ul{
	margin: 0px;
	padding: 0px;
}
div.nav ul li{
	float: left;
	list-style-type: none;
	background-image: url(../img/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
div.nav ul li a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 11px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
	height: 29px;
	font-weight: normal;
}
div.nav ul li a:hover{
	color: #11559e;
	background-color: #ffffff;
}
div.nav ul li.selected a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 11px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
	height: 29px;
	background-color: #000000;
}
.blue{
	color: #0056b2;
}
.yellow{
	color: #ffb900;
	font-weight: bold;
	font-size: 16px;
}
div.blueBox{
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../img/blue_box_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}
div.greyBox{
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(../img/grey_box_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 17px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	height: 42px;
	margin-top: 12px;
}
div.text{
	margin-left: 180px;
}

h3{
	font-size: 25px;
	color: #055ab5;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	font-weight: normal;
}
h4{
	font-size: 21px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h5{
	font-size: 18px;
	color: #055ab5;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #979ead;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h6{
	font-size: 16px;
	color: #055ab5;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	margin: 0px;
}
a{
	color: #055ab5;
	font-weight: bold;
}
.big{
	font-size: 28px;
	letter-spacing: -.1em;
}
.txtPanel{
	background-image: url(../img/main_panel_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
ul.main{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 12px;
}
ul.main li{
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 4px;
	list-style-type: none;
	padding-left: 15px;
}
ul.main2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.main2 li{
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 18px;
	list-style-type: none;
	padding-left: 15px;
}
table.contact{
	background-color: #e6e6e6;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #2c71bb;
}
table.contact td{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}
input, textarea{
	background-color: #FFFFFF;
	border: 1px solid #2c71bb;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
