@charset "utf-8";
/* CSS Document */
#siteheader {
	height: 22px;
	width: 99.8%;
	background-color: #002254;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFF;
}
#headermenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	width: 28em;
	float: right;
	margin-top: 2px;
}
#headermenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
	color: white;
}
#headermenu a:hover {
	text-decoration: underline;
	background-color: #002254;
}
#headerdots {
	background-image: url(../www/images/DotsColor.jpg);
	background-repeat: repeat-x;
	height: 64px;
	width: 99.8%;
	margin-top: 2px;
	margin-left: 2px;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#sidebar {
	width: 173px;
	margin: 3px;
	float: right;
}
.sidebarbutton {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0;
}

#breadcrumbs {
	color:#002254;
	font-size:18px;
	margin-left: 2em;
}
#breadcrumbs a {
	text-decoration:none;
	color:#002254;
}
#breadcrumbs a:hover {
	text-decoration:underline;
	color: #58B;
	background-color: white;
}

#Events p {
	font-size: 10pt;
}

.selectedcrumb {
	font-weight: bold;
}
.main a, .main li a {
	text-decoration:underline;
	color: #58B;
}
.main a:hover {
	background-color: #e0eaf3;
}
.main a.plain, .main a:hover.plain {
	text-decoration: none;
	background-color: white;
	color: inherit;
}


#mainimage {
	width: 200px;
	vertical-align: top;
	text-align: center;
}
#maincontent {
	vertical-align: top;
}


.maincolor {
	color:#6C001A;
}
.secondarycolor {
	color:#002254;
}
.altrow {
	background-color: #e0eaf3;
}
.altrow a:hover {
	background-color: #BAD0E4 !important;
}
h3 {
	color:#002254;
	margin-bottom: 1ex;
}
.pStart {
	font-size: 160%;
	font-weight: bold;
	color: #881;
	padding-right: 0.7em;
}
.pageheading {
	padding: 0px 1em 1ex; margin: 0px; font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; color: #6C001A; font-size: 28pt; text-shadow: 1px 1px 5px grey;}
.subheading {
	font-size: 140%;
	font-weight: bold;
	color: color: #881;
}
.parahead {
	font-weight: bold;
	color: #002254;
	margin-bottom: 0;
}
.indent {text-indent: 2em;}
.notopmargin {
	margin-top: 0;
}
.nobottommargin {
	margin-bottom: 0;
}
.floatleft {
	float: left;
	margin-right: 0.5em;
}
.floatright {
	float: right;
	margin-left: 0.5em;
	padding: .2em;
}
.callout {
	width: 250px;
	background-color:#002254;
	color: #FFF;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	float: right;
	margin: 0.5ex 1em;
	padding: 0.5em;
}
.callout a{
	color: white;
}
.callout a:hover {
	background-color: #58B;
}
.q {
	
}
blockquote.style1 {
  padding: .5em;
  width: 250px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 120%;
  background-color:#002254;
  color: #FFF;
  margin: .5em;
  background-image: url(../www/images/blockquotesOpen.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 28px;
  -moz-box-shadow: 3px 3px 7px grey;
  }
  blockquote.style1 span {
     display: block;
     background-image: url(../www/images/blockquotesClose.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
   blockquote .caption {
	   margin-top: .5ex;
	   font-size: 70%;
	   font-style:italic;
	   font-weight:bold;
   }

.itemdate{
	float: right;
	margin-right: 2em;
	font-size: 90%;
}
td {
	vertical-align: top;
}

td.caption {
	font-size: small;
	color:#002254;
	padding: 0.2em !important;
}
table.caption {
	border: 1px solid #002254;
	padding: 0;
	border-collapse:collapse;
}
table.caption td {
	padding: 0;
	border: 0px;
}
#copyright {
	font-size: x-small;
	clear:both;
}
table.themetable th {
	background-color:#025;
	color: white;
}
table.themetable th.seperator {
	height: 2px;
}
.main {
	width: 780px;
	margin: 0 auto;
}

