@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #AFB2D3 url(../images/webbkgrnd-bluestripes.png) no-repeat center top;
}

.twoColFixRtHdr #container {
	width: 775px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	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;
	background-color: #6B71AD;
	background-image: url(../images/act_main_rpt_bgrnd.jpg);
	background-repeat: repeat-y;
} 

.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003366;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
} 
#navbar {
	background: #6B71AD;
	width: 775px;
	padding: 0px;
}
#navbar ul{
	margin:0;
	font: small Arial, Helvetica, sans-serif;
	padding: 0 0 0 40px;
	width: 735px;
	background: #6B71AD;
	overflow: auto;
	float: left;
	zoom: 1;
}
#navbar ul li{
	display: block;
	float: left;
	list-style: none;
	width: 110px;
}
#navbar li a{
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px;
	display: block;
}
#navbar a:hover
{
	background: #E1E4F3;
	color: #003;
	display: block;
}


.twoColFixRtHdr #mainContent {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 10px;
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
} 


#mainContent h1 {
	text-align: center;
	font-size: 24px;
}
#mainContent p {
	text-align: left;
	color: #006;
	font-style: normal;
}
#mainContent p img {
	text-align: center;
}
.leadStory {
	text-align: center;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	font-size: small;
	color: #006;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 10px 2px 2px;
	background: url(../images/act_sidebar_top.jpg) no-repeat left top;
}
#sidebar1 h2 {
	font-style: italic;
	font-size: large;
	text-align: center;
}

#sidebar1 h3 {
	font-size: medium;
	text-align: center;
}
.pod {
	border: 1px inset #6B71AD;
	float: left;
	width: 470px;
	margin-bottom: 20px;
	background-color: #E1E4F3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.artLabel {
	text-align: right;
	float: right;
	width: 210px;
}

#quickLinks {
	background: #FFF;
	width: 190px;
	padding: 0px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border: thin groove #6B71AD;
}
#quickLinks ul
{
	padding:0;
	overflow:hidden;
	list-style: none;
	margin: 0px;
	background: #FFF;
	display: block;
}
#quickLinks ul li {
	width: 190px;
	display: list-item;
}
#quickLinks li
a
{
	display:block;
	color:#006;
	text-align:left;
	padding:4px 4px 4px 10px;
	text-decoration:none;
	background: #FFF;
	width: 176px;
}
#quickLinks a:hover,a:active
{
	font-size: small;
	background: #6B71AD;
	color: #FFF;
}
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #6B71AD;
} 
.twoColFixRtHdr #container #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFFFF;
}

.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.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;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
}

.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;
}
hr {
	text-align: center;
}

.galleryNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006;
	font-weight: normal;
}
.galleryDates {
	color: #E1E4F3;
	text-decoration: none;
	background-color: #6B71AD;
	display: block;
	font-weight: normal;
}
.galleryTitle {
	font-size: small;
	font-weight: bold;
}
a:link {
	color: #6B71AD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6B71AD;
}
a:hover {
	text-decoration: underline;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #C93;
}
#sidebar1 .gallerySchedule  {
	background-color: #FFF;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}

