@charset "UTF-8";
/* CSS Document */

.twoColFixLtHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dddddd;
} 
.twoColFixLtHdr #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;
}
.buttonfont { /* this class can be used to float an element left in your page */
	margin-right: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background: #00c;
}
.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;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration:none;
	color: #666;
}


h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	color: #00C;
	text-align: center;
}


h2 {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 22px;
	color: #00C;
	text-align: center;
}

h3 {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 16px;
	color: #00C;
	text-align: center;
}
h5 {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 18px;
	color: #00C;
	text-align: center;
	font-style: normal;
}

h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #006;
	text-align: center;
	font-style: italic;
}
h9 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #09C;
	font-size: 24px;
}
h8 {
	color: #003399;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: normal;
}


a:link, a:visited {
	color: #039;
	text-decoration: underline;
}

a:hover				{
	color: #3C9;
	text-decoration: none;
	font-weight: bold;
}

a:active	{
	color: #039;
	text-decoration: underline;
}

p {
	color: #00c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}



header-1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #F00;
}

.pclass {
	color: #00c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.table_text {
	color: #00c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.bodytext {
	COLOR: #666;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bodytextstrong {
	COLOR: #333;
	font-weight: bold;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-variant: small-caps;
}

.maintitle {
	COLOR: #003399;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 10px;
}

.titlesection {
	COLOR: #003399;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 50px;
}

.titlecredit {
	COLOR: #000;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-style: normal;
}

.titlecreditrole {
	COLOR: #039;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: "MS Serif", "New York", serif;
	font-size: 24px;
	text-decoration: none;
	line-height: 45px;
}

.titlecreditdept {
	COLOR: #003399;
	letter-spacing: 0px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 50px;
}
