@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0px;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#top {
}
#MainNav {
}
#menuSystem {
}
.menuItem {
	color: #333333;
	background-color: #CCCCCC;
	width: 100%;
	clear: both;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	list-style-type: none;
	height: 119px;
	margin-bottom: 2px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	opacity: 0.7;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(216,216,216,1.00)),color-stop( 100% , rgba(174,174,174,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(216,216,216,1.00) 0%,rgba(174,174,174,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(216,216,216,1.00) 0%,rgba(174,174,174,1.00) 100%);
}
#mainContent {
	opacity: 1;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	margin-left: 10px;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#mainContent p {
	text-align: left;
}
#mainContent h2 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: x-large;
	padding-left: 0px;
	line-height: 140%;
	text-align: left;
	text-decoration: none;
	font-weight: lighter;
}
#insidePageContent {
	margin-left: 20px;
	margin-right: 20px;
}
#twoColumn {
	width: 100%;
	margin-left: 0;
}
#twoColumnRight {
margin-left: 5.2631%;
clear: none;
width: 100%;
}
#clear {
}
.clearlftright {
	clear: both;
}
.footer {
	margin-top: 40px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#top {
}
#MainNav {
}
#menuSystem {
}
.menuItem {
width: 23.0769%;
margin-left: 2.5641%;
clear: none;
}
#mainConten {
}
#insidePageContent {
}
#twoColumn {
width: 35.8974%;
margin-left: 12.8205%;
}
#twoColumnRight {
clear: none;
margin-left: 2.5641%;
width: 35.8974%;
}
#clear {
}
.footer {
}
#Plain {
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#top {
}
#MainNav {
}
#menuSystem {
}
.menuItem {
width: 15.2542%;
clear: none;
margin-left: 1.6949%;
}
#mainConten {
}
#insidePageContent {
}
#twoColumn {
width: 49.1525%;
margin-left: 0;
}
#twoColumnRight {
clear: none;
margin-left: 1.6949%;
width: 49.1525%;
}
#clear {
}
.footer {
}
#Plain {
margin-left: 1.6949%;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}#top img   {
	display: inline;
	padding-left: 0px;
	padding-right: 2px;
	float: left;
}
#top a {
	color: #666666;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#top a:hover
{ 
background-color: #F00;
	color: #8B0A02;
}
#insidePageContent {
	text-align: left;
	background-color: #FFFFFF;
	opacity: 1;
		margin-left: 0px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#insidePageContent h2 {
	color: #333333;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: normal;
	font-size: x-large;
	line-height: 120%;
	text-transform: uppercase;
	padding-top: 20px;
	font-weight: lighter;
}
a#insidePageContent  p{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: medium;
	line-height: 118%;
}
a#twoColumn {
	display: inline;
	float: left;
	clear: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
a#twoColumnRight {
	position: relative;
	width: 50%;
	padding-left: 40px;
	/* [disabled]padding-right: 10px; */
	display: inline;
	height: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	float: left;
}
.footer {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: small;
	text-align: left;
	background-color: #333333;
	color: #FFFFFF;
	opacity: 0.5;
	margin-left: 0px;
	padding-left: 20px;
}
#Plain img  {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#Plain img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#Plain {
	background-color: #fff;
	opacity: 1;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
}
#Plain p {
}
#Plain h2 {
	font-size: x-large;
	line-height: 120%;
	text-transform: uppercase;
	/* [disabled]padding-right: 0px; */
	color: #333;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: lighter;
	padding-top: 15px;
}
#Plain h3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: large;
	line-height: 110%;
	color: #333;
	font-weight: lighter;
	padding-top: 10px;
}
#Plain a {
	color: #660000;
	text-decoration: none;
}

#Plain hr {
	border: none;
	height: 2px;
	color: #999;
	background-color: #999;
	margin-top: 4px;
	margin-bottom: 2px;
}

.gridContainer.clearfix .fluid.footer {
}

.gridContainer.clearfix .fluid.footer {
}
#pastproj {
}
caption {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 110%;
	color: #333333;
}
p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 110%;
	color: #333333;
}
#mainContent a {
	color: #660000;
	text-decoration: none;
}
#insidePageContent a {
	text-decoration: none;
	color: #660000;
}
#insidePageContent h3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: lighter;
}
