@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #4f7393;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/container_bg1.jpg);
	background-repeat: repeat-y;
	background: #FFFFFF;
	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;
	background-position: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

 #header {
	background-color: #002786;
	text-align: right;
	float: none;
	width: 100%;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/topimage.jpg);
	height: 71px;
} 
#header h1 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 18pt;
	color: #ffe5b1;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 85px;
	text-align: left;
	text-indent: 140px;
	vertical-align: middle;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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: #002786;
	background-image: url(images/bottomimage.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 55px;
	padding-left: 0px;
	text-align: left;
}	
#sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	padding-top: 10px;
	color: #ffe5b1;
}
#sidebar1  h3 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	padding-top: 50px;
	padding-left: 5px;
	font-weight: normal;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
ul#nav {
	list-style-type: none;
	padding: 4px;
	background-color: #002786;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}
#nav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffe5b1;
	text-decoration: none;
	background-color: #002786;
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c468f;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #FFFFFF;
	background-color: #0c468f;
	padding-left: 2px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
} 

td {
	vertical-align: top;
}

#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 210px;
	text-align: center;

} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #002786;
}
#footer  a  {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
	color: #002786;
}
#footer a:hover, #footer a:active, #footer a:focus {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #1475f0;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.footerphone {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}
.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;
}
