@charset "utf-8";
html {
overflow: auto;
}
a:link {color: rgb(23,119,177)}      /* unvisited link */
a:visited {color: rgb(14,81,124)}  /* visited link */
a:hover {color: rgb(25,133,195)}  /* mouse over link */
a:active {color:#1a8ccb}  /* selected link */
body {
	background-color: #FFF;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000;
}
.header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1em;
	color: #000;
	text-align: left;
	vertical-align: middle;
	font-variant: small-caps;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	color: #1a8ccb;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
}
.copybold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: .9em;
	line-height: 2.8em;
	text-align: right;
}
.copyright-glyph {
	font-size: 1em;
}
#container {
	width: 100%;
	padding: 0px;
	float: none;
	background-image: url(Images/sidebar_bg.jpg);
	background-repeat: repeat-x;
}
#centercolumn {
	background-color: #C6CaC8;
	width: 900px;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#maincontent {
	width: 900px;
	height: 795px;
	background-image: url(Images/maincontent-bg.jpg);
}
/*#missionbox {
	width: 132px;
	height: 222px;
	float: right;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	padding: 10px;
}*/
#infoboxcontainer {
	height: 552px;
	width: 600px;
	padding-left: 300px;
	padding-top: 131px;
	float: right;
}
#pagecontent {
	height: 552px;
	width: 717px;
	padding-left: 183px;
	padding-top: 131px;
}
#pageheader {
	height: 37px;
	width: 707px;
	background-image: url(Images/pageheader-bg.png);
	padding-left: 10px;
}
#pageinfo {
	height: 494px;
	width: 657px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
#copyright {
	width: 717px;
	height: 25px;
	padding-left: 179px;
	padding-right: 5px;
}
