body  {
	margin: 2em auto; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #12558A;
}
.twoColFixRt #container {
	width: 820px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(/images/bg_container.jpg);
	background-repeat: repeat-y;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-align: center;
	font-size: 9px;
}
#perm {
	padding-top: 12em;
	padding-right: 10px;
	padding-bottom: 0em;
	padding-left: 0em;
}
#perm a {
	text-decoration: none;
}
#perm a.links {
	color: #083F76;
	font-weight: bold;
}
.twoColFixRt #mainContent {
	margin: 0 175px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background-repeat: repeat-y;
} 
.twoColFixRt #mainContent h1, h2, h3, p, table, ul, ol, div#newsgallery {
	margin-left: 31px;
	margin-right: 30px;
}
.twoColFixRt #container #mainContent h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #083F76;
}
.twoColFixRt #container #mainContent h2 {
	font-size: 1.1em;
	color: #582316;
}

.twoColFixRt #footer {
	width: 820px;
	text-align: left;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footer a {
	color: #FFF;
}

.twoColFixRt #footerContent {
	background-repeat: repeat-y;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 31px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-align: center;
	font-size: 9px;
}
.twoColFixRt #sidebar1 #perm {
	bottom: 2em;
}
.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;
}

td.threecol {
	padding-right: 5px;
	line-height: 135%;
	vertical-align: top;
}
td#homecontent { padding: 2em; }

td#homecontent h4 { margin: 0.5em 0; font-size: 1.2em; padding: 0.5em 0; }

td#homecontent p { margin: 0.5em 0; font-size: 1.2em; padding: 0.5em 0; }

td#mission p {
	font-size: .8em;
	font-style: italic;
	color: #005288;
	text-align: center;
	line-height: 150%;
}

td#homecontent p.newsitem {
	border-top: 1px dotted #C5B8B2;
}#dome-interior {
	background-color: #12558A;
	background-image: url(/images/home/dome-interior.jpg);
	background-repeat: no-repeat;
}

div.newsthumb {
	float: left;
	width: 146px;
	margin-bottom: 10px;
}
