/* CSS Document */

/* Sets the padding and margin of structural and other relevant elements to zero */
body, #wrapper, #leftwrapper, #contentwrapper, #title, #content, #footer, #news, #sidenav ul, #secondnav ul, h1, h2, h3, h4, h5, h6, img, table, tr, td {margin: 0; padding: 0; border: none;}

/* Font sizing */
body, input, textarea, select {font-family: "Palatino Linotype", "Verdana", arial, helvetica, sans-serif; color: #000022;}
body {font-size: 69%;}
p, table, input, pre, tt, ul {font-size: 1.2em; color: #000022;}

/* This style is used to display a message when people are using a non-css enabled browser */
.standardsnote {display: none;} 

a {text-decoration: none; color: #000022;}
a:link {}
a:visited {}
a:link:hover, a:visited:hover {text-decoration: none; color: #000022;}
a:active {}
a img {border: 0;}
p {line-height: 1.5em; margin: 0 0 1.5em 0; text-align: justify;}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
h1 {font-size: 1.8em; margin-bottom: 1em;}
h2 {font-size: 1.6em; margin-bottom: 1em;}
h3 {font-size: 1.4em; margin-bottom: 1em;}
h4 {font-size: 1.2em; margin-bottom: 1em;}
h5 {font-size: 1em; margin-bottom: 0.5em;}
hr {border: 0; height: 1px; color: #000022; background-color: #000022;}
ul {padding-left: 10px; margin-left: 10px; }
table {margin-bottom: 2em;}
td {vertical-align: top;}

body {background-color: #000022; text-align: center; color: #000;}
#wrapper {background-color: #EEEEFF; position: relative; top: 20px;; left: 0; width: 960px; text-align: left; margin: auto;}
table#layout {font-size: 1em; position: relative; top: 0; left: 0px;}

#title {margin: 0 20px; text-align: left; width: 920px;}
#title h1#logo {color: #ddd; font-size: 2.5em; font-weight: normal; text-align: center; margin-bottom: 0;}
#title h1#logo a, #title h1#logo a:link:hover, #title h1#logo a:visited:hover {text-decoration: none; color: #000022;} 

#leftwrapper {width: 230px;}

#sidenav {margin: 10px 20px; width: 190px; height: 260px; }
#sidenav ul {list-style: none; list-style-image: none; width: 190px; border-top: 1px solid #000022;}
#sidenav ul li {line-height: 1.6em; margin-bottom: 0; border-bottom: 1px solid #000022; padding-bottom: 1px;}
#sidenav ul a {display: block; text-align: left; width: 186px; font-size: 1.1em; padding: 0 2px; color: #000022;}
#sidenav ul a:hover {color: #CC2B14;}
#sidenav #submenu ul {margin-bottom: 0; border-top: 0;}
#sidenav #submenu li {border-bottom: 0; line-height: 1.2em;}
#sidenav #submenu a {text-align: right; font-size: 0.8em;}

#secondnav {float: right; margin: 0 0 1em 2em;}
#secondnav ul {list-style: none; list-style-image: none; margin: 1em;}
#secondnav ul li {line-height: 1.5em; margin-bottom: 0; margin-left: 0px;}
#secondnav ul a {display: block; text-align: left; text-decoration: none; color: ##000022;}
#secondnav ul a:hover {text-decoration: underline; color: #CC2B14;}
#secondnav #submenu ul {margin-bottom: 0; border-top: 0;}
#secondnav #submenu li {border-bottom: 0; line-height: 1.2em;}
#secondnav #submenu a {text-align: right; font-size: 0.8em;}

#news {margin: 0 20px; width: 190px;}
#news ul, #news a, #news h3 {color: #000022;}
#news a {text-decoration: underline;}
#news a:hover {color: #CC2B14;}
#news ul {margin-top: 20px;}
#news li {margin-bottom: 1em;}

#content {margin: 0 30px; width: 670px;}
#content a {text-decoration: underline; color: #000022;}
#content a:hover {color: #CC2B14;}
#content .left {float: left; margin: 0 25px 25px 0;}
#content .right {float: right; margin: 0 0 25px 25px;}
#content .center {text-align: center; margin: 0 0 15px 0;}

#footer {margin: 0px 20px; width: 920px;}
#footer p {text-align: center; font-size: 0.9em; color: #000022;}

#frontpage h2 {
	text-align: center;
	font-family:serif;
	font-size: 2.4em;
	margin-bottom: 0.2em;
}

#frontpage ul {
	padding-left: 30px;
}

.tagline {
	text-align: center;
	font-family:serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
}

.date {
	text-align: center;
	font-family:serif;
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 1em;
}

.bio {
	width:90%;
	clear:both;
	font-size: 1.2em;
}

.picture {
	clear:both;
	margin: 0px 10px;
	text-align: center;
	font-size: 0.9em;
	font-style:italic;
}

.picture img {
	padding: 2px;
	border: 1px solid black;
}

/* Print layout overrides */
@media print {
	#topleft, #top, #topright, #left, #right, #bottomleft, #bottom, #bottomright {display: none;}
	body {font-size: 90%;}
	#wrapper {width: 95%; border: none; margin: auto;}
	#center {width: 100%;}
	a {text-decoration: underline; color: #000;}
	h1, h2, h3, h4, h5, h6 {color: #f00;}
	p {margin-bottom: 12pt;}
}