@charset "UTF-8";
/* CSS Document */

/****************/
/* Global Rules */
/****************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link { color: #163F79; }
a:visited { color: #3B529F; }

#header {
	height: 130px;
	width: 100%;
	background-color: #8a9fbc;
}
#wrapper {
	background: url(../images/column_bg.gif) repeat-y top left;
}
#navbar {
	float: left;
	width: 160px;
	background-color: #8a9fbc;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navbar ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#navbar a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px;
}
#navbar a:hover {
	background-color:#163F79;
	text-decoration: underline;
}

#navbar li {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#main {
	margin-left: 175px;
	max-width: 700px;
}
#main h1, h2, h3, h4 {
	text-align: center;
}
#main h1 {
	font-weight: bold;
	font-style: italic;
}
.heading_second_line {
	font-size: 75%;
	font-weight: bold;
}

#main ol, ul {
	list-style-position: outside;
}

#main dt {
	padding-top: 10px;
	font-weight: bold;
}

.alignCenter {
	text-align: center;
}

.articleList {
	font-size: 125%;
	padding-top: 10px;
}

#footer {
	font-size: small;
	font-style: oblique;
	background-color: #8A9FBC;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.emphasized {
	font-size: 175%;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #8A9FBC;
}

br.clear {
	clear: both;
}

.imgFloatLeft {
	float: left;
}
.imgFloatRight {
	float: right;
}

.photoCaption {
	font-size: 0.8em;
	font-style: italic;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: italic;
	text-align: right;
}
#copyright {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #163F79;
	text-align: center;
	float: left;
	width: 160px;
}


.footLinks {
	text-align: center;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
}
.footLinks a:link { color: #163F79; }
.footLinks a:visited { color:#163F79; }

.topLink {
	text-align: right;
	font-size: 0.8em;
}

.siteMap { font-size: 1.2em; font-weight: bold; }
.siteMap a { color: #163F79; }
.siteMap li ul { font-size: 1em; font-style: italic; }
