@charset "UTF-8";
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;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #172850;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	padding: 0;
	border-bottom-color: #FF9900;
}
#header {
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #172850;
	background-image: url(images/images/Logo.gif);
	background-repeat: no-repeat;
	background-position: 60px top;
}
#header h1 {
	display: block;
	color: #FF9900;
	font-size: 1.6em;
	margin-right: 60px;
	margin-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
#header img {
	padding: 10px;
}
#images  {
	width: auto;
	background-color: #172850;
}
#images #img1, #images #img2, #images #img3, #images #img4, #images #img5, #images #img6  {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #172850;
}
#menu {
	background-color: #172850;
	padding: 0px;
	width: 780px;
	position: absolute;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#menu  ul.nav {
	list-style-type: none;
	position: relative;
	background-color: #172850;
	margin: 10px 0 20px 10px;
	padding-bottom: 5px;
}
#menu li {
	list-style-type: none;
	float: left;
	background-color: #172850;
	padding-bottom: 3px;
	padding-right: 1px;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #mainContent a {
	text-decoration: none;
	color: #172850;
}
	
#menu li a:link, #menu li a:visited  {
	display:block;
	background-color: #172850;
	font:bold 1em/1.2 "Times New Roman", Times, serif;
	text-decoration:none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu li a:hover, #menu li a:active  {
	background-color: #172850;
	font:bold 1em "Times New Roman", Times, serif;
	text-decoration:none;
	color: #999999;
}
#menu li a.current, #menu li a.current:hover, #menu li a.current:active {
	background-color: #172850;
	text-decoration:none;
	color: #FF9900;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	cursor: default;
}	
#mainContent {
	padding: 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #666666;
	font-weight: lighter;
	margin-right: 15px;
}
img {
	padding: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #172850;
	padding-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.025em;
	color: #172850;
}
#footer {
	padding: 0;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
	position: relative;
	width: 780px;
	height: 55px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#footer p {
	margin: 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #172850;
}

#container #menu .nav #lastli {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	color: #172850;
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
}
#container #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
}
