@charset "UTF-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #6699CC;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#containerouter {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #003366;
	margin: 25px auto 0;
	padding: 20px 20px 30px;
}
#header {
	height: 50px;
	width: 780px;
}
#containerinner {
	background-color: #99CCFF;
	margin: 0px;
}
#logo {
	float: left;
	height: 50px;
	width: 100px;
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}
#navbar {
	margin: 0px;
	height: 50px;
	background-color: #E5E9FF;
	float: right;
	width: 680px;
}
#subheader {
	background-color: #6699CC;
	margin: 0px;
	height: 30px;
}
#subheader2 {
	background-color: #6699CC;
	margin: 0px;
	height: 30px;
}
#maincontent {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px;
}
h4 {
	letter-spacing: 0.12em;
	font-variant: small-caps;
}
#maincontenthome {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #E5E9FF;
	margin: 0px;
	padding: 5px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.textitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.textboldcap {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0.15em;
	font-variant: small-caps;
	font-weight: bold;
}
.textcap {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0.15em;
	font-variant: small-caps;
}
a:link, a:visited {
	color: #666600;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #003366;
	text-decoration: none;
}
#containerouter #containerinner #maincontent li {
	margin-bottom: 1em;
}
