@charset "UTF-8";
.tabletext {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #434343;
	background-image: url(images/backgroundblue.gif);
	font-family: Verdana;
	font-size: 11px;
	margin-top: 20px;
	line-height: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.mainbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #434343;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.homesidebarquicklinks {
	colour: #00F;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #00F;
}
.imagespace {
	padding-top: 0px;
	margin-top: 8px;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #header {
	height: 88px;
	background-image: url(images/headerplace.gif);
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	text-align: right;
	vertical-align: middle;
} 
.headernavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	margin: 0px;
	padding-top: 20px;
	letter-spacing: 105%;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #container #header .headernavigation a {
	color: #FFF;
}
.twoColFixRtHdr #container #header .headernavigation a:hover {
	color: #B4EAFE;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFF;
}
#sidebarhome {
	float: right; /* since this element is floated, a width must be given */
	width: 520px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
}
.twoColFixRtHdr #container #sidebarhome .homesidebarquicklinks a {
	color: #00F;
}
.twoColFixRtHdr #container #sidebarhome .homesidebarquicklinks a:visited {
	color: #00F;
}
.twoColFixRtHdr #container #sidebar1 .mainbody a:visited {
	color: #00F;
}
.twoColFixRtHdr #container #sidebar1 .rightcolumnnewstext a:visited {
	color: #00F;
}
.sidebarstandfirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #677a85;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
}
.rightcolumnnewstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightcolumnimages {
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dividers {
	color: #B4EAFE;
}
a {
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	color: #88303F;
	font-weight: normal;
	padding-top: 12px;
}
.twoColFixRtHdr #mainContent {
	width: 380px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 18;
	padding-left: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #90C;
} 
.twoColFixRtHdr #mainContent .mainbody a:visited{
	color: #00F;
} 
.twoColFixRtHdr #footer {
	background-color: #E7EDF0;
	padding-top: 40;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #77AEC6;
} 
.twoColFixRtHdr #footer .copyright a {
	color: #768DA2;
} 
.twoColFixRtHdr #footer .copyright a:hover {
	color: #768DA2;
} 
.twoColFixRtHdr #footer .copyright a:visited {
	color: #768DA2;
} 
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #768DA2;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-weight: normal;
}
.copyrightlink {
	color: #768DA2;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #2E8CB3;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 10px;
}
.subheadspaceafter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #2E8CB3;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #369;
}
.footerlink {
	color: #369;
	line-height: 17px;
}
.twoColFixRtHdr #container #footer .footerlink a {
	color: #369;
}
.twoColFixRtHdr #container #footer .footerlink a:visited {
	color: #369;
}
.twoColFixRtHdr #container #footer .footerlink a:hover {
	color: #369;
}
.footerdividers {
	color: #909EBF;
}
.mainbodybold {
	font-weight: bold;
}
.galleryimagespace {
	padding-top: 30px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.galleryheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #3487B5;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.tableheader {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.darkbody {
	color: #000;
}
.darkredboldbody {
	color: #881334;
	font-weight: bold;
}
.halldescription {
	margin-top: 0px;
	margin-bottom: 15px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #FFF;
	margin-top: 99px;
	padding: 0px;
}
.twoColFixRtHdr #container #mainContent ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 12px;
}
.darkredbody {
	color: #881334;
}
#mainContenthome {
	width: 230px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 18;
	padding-left: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #90C;
}
#mainContentnewhome {
	width: 710px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 18;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #90C;
}

