/* Cascading Style Sheet */
body {
	/*background-image: url(../images/bg.gif);*/
  background-color:#AFC0E9;
	/*margin: 0px 100px; */
  padding: 0px;
	border: 0;
	font-family:"Times New Roman", Times, serif;
}
.header {
	padding: 0px 0px;
	width: 960px;
	margin: 15px auto 0px auto;
	height: 145px;
	/*background-repeat: no-repeat;
	background-image: url(../images/headerbg.gif);*/
  	background-color: #AFC0E9;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.header h1 {
	margin: 0;
	padding: 0;
	width: 960px;
}
.header h1 a {
	padding: 0;
	margin: 0;
	width: 960px;
	height: 145px;
	display: block;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
}
.header h1 a span {
	display: none;
}
/*
.header h1 {
font-size: 20px;
color: black;
text-align: center;
}

.header h2 {
font-size: 16px;
color: black;
text-align: center;
}
.header h3 {
font-size: 14px;
font-style:italic;
color: black;
text-align: center;
}
*/

#sitenav {
font-size:14px;
	background-color:#1D3469;
	/*margin: 0em 12em 0em 12em; */
width: 960px;
	text-align:center;
	margin: 0px auto 0px auto;
	/*height: 25px;*/
text-transform: uppercase;
	font-weight: bold;/*padding: 8px 0px;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sitenav ol {
	padding:0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	/*font-size: medium;*/
	color: white;
	/*line-height: 25px;*/
	font-variant: 900;
	line-height: 30px;
}
#sitenav li {
	display: inline;
	list-style-type: none;
	/* margin-left: 1em;
  margin-right: 1em;*/
  text-align: center;/* border-left: 1px solid #c93;*/
 
}
#sitenav li a {
	text-decoration: none;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 6px;
	padding-bottom: 5px;
	width: auto;
}
#sitenav li a:link {
	color: white;
}
#sitenav li a:link:active {
	color: brown;
}
#sitenav li a:visited {
	color: white;
}
#sitenav li a:visited:active {
	color: white;
}
#sitenav li a:hover {
	color: white;
	background-color:#AFC0E9;
}
/*a:focus {background-color: black;}*/

#main {
	/*position: relative;*/
  margin: 0px auto 0px auto;
	display: block;
	background-color: white;
	/*background-color: #D69E42;*/
  width: 960px;
	font-size: 16px;
	line-height: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.floatRight {
	float: right;
	margin: 10px;
	/*border-style: solid;
    border-width: 1px;
    border-color: #ae0404;*/
	padding: 10px;
}
.floatLeft {
	float: left;
	margin: 10px 10px 10px 15px;
	/*border-style: solid;
    border-width: 1px;
    border-color: #ae0404;*/
	padding: 0px;
}
a:link {
	color: #663;
}
a:link:active {
	color: brown;
}
a:visited {
	color: #663;
}
a:visited:active {
	color: #663;
}
a:hover {
	color: #C93;
}
#content {
	background-color: white;
	line-height: 1.2;
	display: block;
	padding: 10px 15px;
}
#content h1, h2, h3 {
	color: #1D3469;
}
#content p {
	margin-left: 10px;
}
#footer {
	color: #1D3469;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	margin: 75px 200px 0px 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
}
.copyright {
	color: #999;
}
.homebox {
	background-color: #D9E1F4;
	display: block;
	border: 2px solid #1D3469;
	margin-right: 40px;
	margin-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.italics {

}
