body {
	margin: 0;
	padding: 0;
	background-color: #ccc;
	color: #000;
	text-align: center;
	font: 78%/1.4em Georgia, "New Century Schoolbook", Times, "Times New Roman", serif;
	}
.hide { display: none; }
a img { border: 0; }
a:link {color:#009; text-decoration:none; }
a:visited {color:#006; text-decoration:none; }
a:hover {color:#22f; text-decoration:underline; }

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	}
#masthead {
	height: 173px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff url(images/global2.jpg) 0 0 no-repeat;
	}
#masthead h1 { display: none; }
#masthead img.title {
	position: absolute;
	left: 230px;
	top: 45px;
	}
#masthead .tag {
	position: absolute;
	top: 136px;
	left: 254px;
	text-transform: uppercase;
	color: #22205E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
#masthead .slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 173px;
	margin: 0;
	padding: 0;
	}
#nav {
	height: 36px;
	background-color: #22205E;
	color: #fff;
	padding: 0 0 0 247px; 
	margin: 0;
	}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#nav li { 
	list-style: none; 
	float: left; 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px; 
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	white-space: nowrap;
	}
#nav a { 
	display: block; 
	float: left; 
	text-align: center;
	margin: 0;
	padding: 0 9px 0 8px;
	text-decoration: none; 
	font-weight: normal;
	text-transform: uppercase;
	color: #fff; 
	width: .1em;
	}
html>body #nav a { 
	width: auto; 
	}
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav a { 
	float: none; 
	}   /* End IE5-Mac hack */
#nav a:hover { 
	color: #fd6;
	}

#main {
	float: right; 
	background: #fff;
	width: 622px;
	padding: 25px 23px 25px 0;
	margin: 0;
	}

#col-a {
	float: left; 
	width: 176px;
	padding: 27px 0 0 27px;
	margin: 0;
	text-align: left;
	}
#col-a p {
	font-size: .9em;
	line-height: 1.4em;
	color: #999;
	margin-bottom: 1.5em;
	}
.dividerline {
	border-bottom: 3px solid #22205E;
	padding-bottom: 1.5em;
	}
#col-a a {
	text-decoration: none;
	}

#col-a ul.pagenav {
	margin: 0 0 3em 12px;
	padding: 0;
	}
#col-a ul.pagenav li {
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: .25em;
	padding: 0;
	}

#col-b {
	clear: both;
	padding: 0 27px 0 0;
	margin: 0 0 0 255px;
	}
.sidenote { float: right; text-align: right; width: 150px; font-size: .85em; }
.sidenote a { text-decoration: none; }
.sidenote img { padding-right: 3px; }
#footer {
	background: #fff;
	clear: both;
	padding: 12px 0;
	text-align: center;
	color: #777;
	font-size: .9em; 
	}
#footer a {
	color: #777;
	text-decoration: none;
	}
#footer a:hover {
	color: #333;
	text-decoration: underline;
	}
p, ul, ol {margin-top: 0; margin-bottom: 1em; }
ul.sep li, ol.sep li { margin-bottom: 1em; }
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; margin-top: 0; }
h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #22205E;
	margin-bottom: 1em;
	}
h2 { 
	font-size: 1.1em;
	color: #22205E;
	text-transform: uppercase;
	margin-bottom: 1em;
	}
h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 1em;
	color: #22205E; 
	}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	}
.top { 
	font-size: .9em; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: right; 
	text-transform: uppercase;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 1.5em;
	padding-bottom: .25em;
	}
.top a { text-decoration: none; }
.credits { margin-top: 10px; font-size: .8em; line-height: 1.2em; text-align: center; color: #666; font-family: Arial, Helvetica, sans-serif; }
table.stacked td { border-top: 2px dotted #ccc; padding: .5em 10px .5em 0; }
.cen { text-align: center; }
.nbm { margin-bottom: 0; }
