/* 	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: black;
	headings and strong: #1c1e7a; kinda dark blue
	background-color:  #f0f0f0; light light gray (was #e1e1e1; before that #dcdcdc;)
	lighter shading: #f0f0f0 light light gray (was #ebebeb;)

	borders, rules, links: #20208F; slightly subdued blue
	links: text-decoration: underline only in content
	visited: black;
	hover: #E3E9FB; light blue
*/

html {
	margin: 0; padding: 0;
}
body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin: 0; padding: 0;
	color: black;
	background-color: #f0f0f0; /* #e1e1e1; */ /* #dcdcdc; */
	line-height: 1.25em; /* IE6 Peekaboo, www.dracos.co.uk/web/css/ie6floatbug/ */
}
p, address {
	margin: 0.75em 0 0 0;
	padding: 0;
}
ul, li {
	margin-top: 0.5em;
	margin-bottom: 0;
}
address {
	font-style: normal;
	font-size: 80%;
}
blockquote { 
	margin: 1em 2em 1em 2em;
}
pre { 
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	margin-left: 2em; 
}
strong {
	color: #1c1e7a;
}

table.styled { border-top: 2px solid #0004B4; border-bottom: 2px solid #0004B4; margin-bottom: 2em; }
table.styled td { border-bottom: 1px solid #0004B4; padding: 5px; }
table.styled th { background-color: #E3E9FB; }
td.nowrap { white-space: nowrap; }
tr.noborder td { border-bottom: none; }

h1 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
}
h1 a, h1 a:hover, h1 a:focus {
	text-decoration: none;
	background-color: transparent;
	color: black;
}
h2 {
	margin: 1em 0 0.75em 0;
	padding-top: 1px;
	font-size: 120%;
	font-weight: bold;
}
h3 {
	margin: 0.75em 0 0.25em 0;
	font-size: 105%;
	font-weight: bold;
}
h4 {
	margin: 0.5em 0 0.25em 0;
	font-size: 100%;
	font-weight: 100;	
}
h1, h2, h3, h4 {
	color: #1c1e7a;
}
a {
	color: #20208F;
	text-decoration: none;
}
a:hover, a:focus {
	background-color: #E3E9FB;
	text-decoration: underline;
}
a.active:hover, a.active:focus {
	background-color: transparent;	
	text-decoration: none;
}
a.active {
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #20208F;
	clear: both;
}
th, td {
	 vertical-align: top
}

/* --- page2 --- */
#page2 {
	/* Set positioning context. Absolute trips the IE6 text selection bug */
	/* Relative works, but it needs width to avoid tripping an IE6 right margin bug */
	position: relative; left: 0; top: 0;
	width: 100%;	/* Avoids IE6 right-margin bug if window is < header pic width */
	/* width: 790px; */ /* home header pic */
	/* border-right: 1px solid #20208F; */ /* home only */
	/* background-color: #f0f0f0; */
}

/* --- content --- */
#content {
	margin: 0 175px 0 175px;
	padding: 10px 10px 15px 15px;
	/* Min height avoids low-content pages overlapping menu */
	min-height: 40em;	/* WinIE 6 ignores */
	/* Next was for IE 5 and 6, no longer needed. Incorrectly fails in W3C validator. */
	/* _height: 40em;	*/	/* WinIE 6 only, wellstyled.com/css-underscore-hack.html */
	border-left: 1px solid #20208F;
	border-right: 1px solid #20208F;
	border-bottom: 1px solid #f0f0f0; /* background color; pulls down left and right borders in FF and Opera */
}
#content .button {
	color: white;
	background-color: #20208F;
}
#content .box {
	border: 2px dotted #20208F;
	margin-top: 0.5em;
	padding: 7px;
}
#content p.copyright {
	margin-top: 3em;
	font-weight: bold;
	font-size: 75%;
}
#content .blurb { 
	font-style: italic;
	margin: 2em 0 2em 4em;
}
#content .blurb p.attrib { 
	margin: 0 0 0 4em; 
	font-style: normal; 
	font-variant: small-caps; 
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
}
#content #welcome {
	padding-bottom: 0.75em;
	border-bottom: 1px solid #20208F;
}

/* --- content#upcoming --- */
#content #upcoming {
	margin-bottom: 1em;
}
#content #upcoming h3 {
	margin: 0.75em 0 0 1em;
}
#content #upcoming p {
	margin: 0.5em 0 0 2em;
}
/* --- content#news --- */
#content #news {
	margin-bottom: 1em;
}
#content #news h3 {
	margin: 0.25em 0 0 1em;
}
#content #news p {
	margin: 1.5em 0 0 1em;
}

/* --- callout --- */
#callout {
	float: right;
	width: 200px;
	margin: 10px;
	padding-bottom: 5px;
	/* border: 1px solid #20208F;
	border-top: none; border-right: none; */
	font-size: 85%;
	line-height: 1.2em;
	/* background-color: #f0f0f0; */
}
#callout .section, #callout .section a {
/*	color: white;
	background-color: #20208F; */
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 2px;
}
#callout .section a {
	text-decoration: none;
}
#callout p {
	margin-top: 0.5em;
	margin-bottom: 0; 
	padding: 1px 2px 0 5px;
}
#callout img {
	float: left;
}
#callout ul {
	list-style-type: none;
	margin-top: 0.25em;
	margin-left: 0;
	padding-left: 5px;
}
#callout ul li {
	margin-bottom: 0.75em;
}

/* --- header --- */
#header {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #20208F;
	min-height: 63px; /* right.gif */
	/* width: 790px; */	/* home page pic */
	/* border-right: 1px solid #20208F; */ /* home only */
}
#header #homepic {
	height: 200px;
	background: url(/images/headerpic2.jpg) no-repeat;
	background-color: #f0f0f0; /* #999b98; */
}
#header #homepic img {
	margin: 0; padding: 0;
}
#header h1 {
	margin: 0 0 7px 0;
	padding-top: 10px;
	color: black;
	/* white-space: nowrap; */
}
#header img { 
	float: left;
	margin: 0;
	padding: 5px 0 5px 0;
}
#header p {
	margin-bottom: 0;
	padding-top: 0; padding-bottom: 0;
}
#header a {
	color: black;
}
#header #tagline {
	font-size: 80%;
	margin-bottom: 7px;
	line-height: 1em;
}

/* --- menu --- */
div#menu {
	position: absolute; top: 0; left: 0;
	width: 160px;
	font-size: 80%;
	margin: 0;
	padding: 5px 0 50px 8px;
	line-height: 1.25em;
}
div#menu img {
	margin: 0; padding: 0;
}
div#menu ul {
	margin: 0; padding: 0;
	list-style-type: none;
	text-align: left;
	/* background-color: Silver; */
}
div#menu ul li {
	margin: 2px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	border-bottom: 1px solid #f0f0f0; /* pulls up li items for IE6, same color as background */
}
div#menu ul a {
	display: block;
	/* text-decoration: none; */
}
div#menu a.active {
	font-weight: bold;
	background-color: #f0f0f0;
	/* border-bottom: 1px solid #20208F; */
}

div#menu ul.menusub {
	margin-left: 10px;
}
div#menu ul.menusub li {
	margin: 0; padding: 0;
	font-weight: normal;
	border-bottom: 1px solid #f0f0f0; /* pulls up li items for IE6, same color as background */
}

/* --- colb --- */
#colb {
	position: absolute; top: 0; right: 0;
	width: 164px;
	font-size: 85%;
	margin: 0;
	padding: 0 5px 50px 0;
	line-height: 1.25em;
	/* border-left: 1px solid green; */
}
#colb h2 {
	margin-top: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #20208F;
	font-size: 150%;
	font-weight: bold;
}
#colb img {
	margin: 0; padding: 0;
	/* float: right; */
}
#colb a.active {
	font-weight: bold;
	/* background-color: white; */
}
#colb ul {
	margin: 0 0 15px 5px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#colb li {
	padding-left: 0;
}
#colb .alert {
	margin-top: 25px;
	padding: 3px;
	border-top: 1px solid #20208F;
	border-bottom: 1px solid #20208F;
	background-color: white;
}
#colb .alert img {
	padding: 0;
}
#colb .section {
	margin-top: 50px;
	padding-top: 5px;
	border-top: 1px solid #20208F;
}

/* --- footer --- */
#footer {
	font-size: 80%;
	margin: 0;
	padding: 0 5px 0 5px;
	border-top: 1px solid #20208F;
}
#footer p {
	margin: 0.5em 0 0 0;
	line-height: 1.3em;
}

/* --- utils --- */
.caption {
	font-size: 75%;
}
a.plainlink, a.plainlink:hover, a.plainlink:focus, a.plainlink:visited {
	text-decoration: none;
	color: black;
	background-color: transparent;
	border: none;
}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clear {
	clear: both;
}
.left {
	float: left;
	text-align: left;
	padding-right: 10px; padding-bottom: 10px;
}
.right {
	float: right;
	text-align: right;
	padding-left: 10px; padding-bottom: 10px;
}
.spaceabove {
	margin-top: 2em !important;
}
.nospaceabove {
	margin-top: 0 !important;
}
.spacebelow {
	margin-bottom: 2em !important;
}
.nospacebelow {
	margin-bottom: 0 !important;;
}
.smallfont {
	font-size: 75%;
}
.indent {
	margin-left: 25px;
}
.captionright {
	float: right;
	text-align: right;
	font-size: 75%;
}
ul.tight {
	list-style: square;
	margin-top: 0.25em;
}
ul.tight li {
	margin-bottom: 0.25em;
}
.noscreen {
	display: none;
}
.columns { position: relative; top: 0; margin-top: 0; }
.col1 { }
.col2 { position: absolute; top:0; left: 15em; }
