body {
	font-family: Arial, Helvetica, "MS Trebuchet", sans-serif;
	color: #fff;
	width: 777px;
	margin: 0 auto;
	padding: 0;
	margin-top: 5px;
	background-color: #000;
}

a{color:#fff;}
i{font-style: normal;}
ul{list-style-image:url("../images/bullet.gif");}
li{margin-top: 0.5em;}
blockquote{background: url("../images/callout.jpg") 0 0 repeat-y;border: 1px solid #bdd3fe;}
.clear{clear: both;}


#container {
	width: 777px;
	background: url("../images/page_bkgd_intro.jpg") 0 0 repeat-y;
}

/* ----- HEADER ----- */
#header {
	height: 139px;
	overflow-x: hidden;
}

/* ----- NAVIGATION ----- */
#navigation {
	text-align: center;
	background-color: #1f3b7f;
}
#navigation ul {
	width: 690px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #476abf;
	text-decoration: underline;
}
#navigation a.active {
	background-color: #879ac4;
	color: #080f53;
}

/* ----- MAIN CONTENT ----- */
#content {
	/*min-height: 450px;*/ /* for modern browsers */
	/*height:auto !important;*/ /* for modern browsers */
	/*height:450px;*/ /* for IE5.x and IE6 */
	width: 737px;
	padding: 20px;
	clear: both;
}
.aligner {
	width: 300px;
	margin: 0 auto;
	margin-left: 220px;
}

/* hCard */
.paragraph{margin-bottom: 1em;}
abbr{text-decoration: none;border: none;}
.fn{text-decoration: none;}
.adr .type{display: none;}
.geo{display:none;}