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

body  {
	font-size: 12px;
	background-color: #035195;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 800px;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/e7f2f2bkgrndwshadow.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	padding-bottom: 8px;
} 
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: e7f2f2;
	margin-top: 5px;
	padding-right: 0px;
	padding-left: 18px;
	background-repeat: repeat-y;
	clear: both;
	padding-bottom: 0px;
	color: #1A8585;
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	padding-top: 18px;
	background-position: left top;
	border-right-style: solid;
	border-right-color: #035195;
	border-right-width: 0px;
}
.sidebarbottom {
	margin-right: -30px;
	display: block;
	padding-left: 2px;
}
.twoColFixLtHdr #container #sidebar1 p {
	padding-right: 5px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 16px;
}
.twoColFixLtHdr  #sidebar1  h4  {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
}

.twoColFixLtHdr #header h1 {
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #mainContent {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 260px;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial;
	color: #035195;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #035195;
} 
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif, Harrington;
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif, Harrington;
	font-style: italic;
	font-weight: lighter;
}
.twoColFixLtHdr #footer {
	background-position: left;
	width: 750px;
	background-color: #B6DADF;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
	text-align: center;
	clear: both;
	color: #035195;
	font-family: "Trebuchet MS", Arial;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-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;
}
.navbar {
	width: 780px;
	background-color: #B6D9DE;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 40px;
}
ul.navbar li {
	list-style-type: none;
	clear: both;
}
.navbar li        {
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	list-style-type: none;
	margin-top: -7px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.navbar a   {
	text-decoration: none;
	font-size: 12px;
	color: #004C94;
	font-weight: bold;
	height: 25px;
	display: block;
}
.navbar a:hover    {
	color: #666666;
}
.rightimage {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mainContent a {
	color: #333333;
}
#mainContent a:hover {
	color: #999999;
}
.navbar  .front {
	margin-top: 3px;
}
.contenttitleimage {
	margin-top: 10px;
}
.InTextImagesLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.InTextImagesRight {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
