@charset "utf-8";
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left;
	margin: 0;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-bottom: 20px;
	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 */
	background-repeat: repeat-y;
	font-size: 0.8em;
	background-color: #4D934D;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: #E4E4E4;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #999999;
	background-image: url(../images/leftdrop.gif);
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #333333;
	background-repeat: repeat-y;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0 auto 0 auto;
} 
.thrColFixHdr #header {
	background-image: url(../images/ttheader.jpg);
	background-repeat: no-repeat;
	height: 130px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	border-bottom-width: thin;
	background-color: #E4E4E4;
	background-position: right;
	padding: 0;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	font-size: 0.85em;
	background-image: url(../images/leftback.jpg);
	background-position: right;
	margin: 0px;
	padding: 20px 0px 35px 0px;
	line-height: 1.2em;
}
.thrColFixHdr #sidebar1 ul{
	padding: 0px 5px 15px 10px;
	line-height: 1.2em;
}
.thrColFixHdr #sidebar1 ul li{
	padding: 0px 5px 15px 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 105px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Verdana, Helvetica, sans-serif; /* remove if not required */
	font-size: 0.85em;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-color: #EBEBEB;
	background-image: url(../images/rightback.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.thrColFixHdr #mainContent {
	margin: 0px 115px 0px 145px;
	padding: 0px 7px 5px 10px;

} 
.thrColFixHdr #mainContent img {

}	
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-width: thin;
	border-top-style: groove;
	border-color: #009900;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CCCCCC;
} 
.thrColFixHdr #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 */
}
.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;
}
.clearfloatParagraph {
	clear:right;
	height:0px;
	margin: 0;
	padding: 0;
}


#navcontainer
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: absolute;
	top: 109px;
	width: 780px;
	background-color: #4D934D;
	font-weight: bolder;
	color: #FFFFFF;
}

#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	background-image: url(../images/menubac.gif);
	background-repeat: repeat-x;
	background-position: left;
}

#navcontainer a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 128px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #A8B090;
	border-right-color: #666666;
	border-bottom-color: #A8B090;
	border-left-color: #CCCCCC;
}

#navcontainer li#active {
	background-image: url(../images/menuhover.gif);
	background-repeat: repeat-x;
	background-position: 0;
}
#navcontainer a:hover {
	background-image: url(../images/menuhover.gif);
	background-repeat: repeat-x;
	background-position: 0px;
	color: #FFFFFF;
}
#navlist {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	bottom: auto;
	line-height: 20px;
}	
#mainnav {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
#bottomnav {
	margin: 0;
	list-style-type: none;
	padding-bottom: 40px;
	list-style-image: none;
}	
standardList {
	list-style-position: inside;
	list-style-type: disc;
}
a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
}


a:hover {
	color: #660066;
	text-decoration: underline;
}
a.menu:link {
	color: #660066;
	border-bottom-width: 1px;
	border-bottom-color: #660066;
	text-decoration: none;
}
a.menu:visited {
	border-bottom-width: 1px;
	border-bottom-color: #660066;
	text-decoration: none;
	color: #660066;
}
a.menu:active {
	text-decoration: none;
}


a.menu:hover {
	text-decoration: underline;
}
a.social  img {
	border-style: none;
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	padding-top: 20px;
}
h2 {
	font-size: 1em;
	line-height: 1.5em;
}
h3 {
	background-image: url(../images/titles.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	font-size: 1.2em;
	background-position: 5px -3px;
	color: #660066;
	line-height: 30px;
}
h4 {
	background-image: url(../images/titlesRight.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	font-size: 1.2em;
	background-position: -3px -3px;
	color: #660066;
	line-height: 30px;
}

.pad {
	padding-left: 10px;
}

.dropPara:first-letter {
	font-weight: bolder;
	font-size: 1.3em;
	color: #660066;
	margin-right: 1px;
}

.picPad {
	margin: 10px;
}
.picBorder {
	border: 1px solid #666666;
}


.picCentered {
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
.picRight {
	float: right;
	clear: none;
	border: 1px solid #666666;
	margin-left: 10px;
}
.picRightBotSpace {
	float: right;
	clear: none;
	border: 1px solid #666666;
	margin-bottom: 40px;
}

.picRightNoBorder {
	float: right;
	clear: none;
	margin-left: 10px;
}

.picLeft {
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

.picLeftBordered {
	border: 1px solid #666666;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
.picLeftBorderedNoMargin {
	border: 1px solid #666666;
	float: left;
	padding: 0px;
	margin: 0px;
}
.picLeftBorderedBotSpace {
	border: 1px solid #666666;
	float: left;
	padding: 0px;
	margin: 0px 20px 40px 0px;
}



img.floatRightClear {
	float: right;
	clear: right;
}
img.floatRightClearBorder {
	float: right;
	clear: right;
	border: 1px solid #666666;
	margin-left: 10px;
}
img.floatRightClearBorderBotSpace {
	float: right;
	clear: right;
	border: 1px solid #666666;
	margin-left: 10px;
	margin-bottom: 20px;
}





.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

table.mct{
	border-collapse: collapse;
	margin-top: 25px;
	margin-bottom: 25px;
}   
table.mct th {
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #835083;
}   
table.mct td {
	text-align: center;
	padding: 2px;
	border: 2px solid #FFFFFF;
	background-color: #E4D1E3;
	line-height:0.8em;
}
table {
	font-size: 0.85em;
}

caption {
	padding-bottom: 1em; 
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
}
.copyright {
	font-size: 0.7em;
}

