@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.8em;
	background-color: #FFF;
	background-image: url(media/headerBar.jpg);
	background-repeat: repeat-x;
}
#Copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	text-align: right;
	margin-top: 40px;
	margin-right: 10px;
}
a:link {
	color: #666;
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 960px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	font-family: Optima, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: #FFF;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-left: 136px;
}
#introText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #666;
	width: 600px;
}
#homeImage {
	float: left;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 80px;
	padding-top: 0;
	padding-right: 20px;
	
	
	padding-bottom: 0;
	margin-left: 150px;
	margin-right: 120px;
}
.oneColFixCtrHdr #footer {
	text-align: right;
	margin-top: 4px;
	margin-right: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-left: 150px;
}
.oneColFixCtrHdr #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 */
}
#pageSubTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 10px;
	text-align: left;
}
#WorksContent {
	height: 800px;
	width: 100%;
}
.oneColFixCtrHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible Bold {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #666;
}

