@charset "UTF-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #666666;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	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 */	color: #000000;}#container {	width: 1050px;  /* 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: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	padding: 0px;} h1 {	font-size: 1.7em;}h2 {	font-size: 1.4em;	border-bottom: thin solid #BB2D25;	width: 60%;	margin: 0px;}h3 {	font-size: 1.4em;}h4 {	font-size: .9em;	margin-bottom: 8px;}h5 {	font-size: 0.9em;	padding: 0px 10px 7px 0px;	margin: 0px;	font-weight: normal;}#facCatagory  {	background: url(green_bkg.gif) no-repeat;	margin-left: 10px;	padding-left: 25px;}#stuCatagory {	background: url(orange_bkg.gif) no-repeat;	margin-left: 10px;	padding-left: 25px;}#container #facCatagory h3 {	text-align: center;}#container #header #header2 h1 {}#facCategoryheader {	margin: 0px;	padding: 10px 0px 0px;	width: 920px;	text-align: center;}#container #stuCatagory h3 {	text-align: center;}#container #facCatagory table {	margin: 0px;	padding: 0px;}#container #stuCatagory table {	margin: 0px;	padding: 0px;}#container #facCatagory table tr td {	text-align: left;	vertical-align: top;	padding-left: 20px;	border: thin none #97AB3F;}#container #stuCatagory table tr td {	text-align: left;	vertical-align: top;	padding-left: 20px;	border: thin none #97AB3F;}#container #committeeMain table {	border: thin solid #333;	text-align: left;	padding: 0px;	margin: 10px 0px 0px;	width: 975px;	background: #FFC;}#container #committeeMain {}#container #committeeMain table tr td {	padding: 10px 5px 5px 10px;}#container #footer {	background: #E6A711;	margin: 20px 0px 0px;	padding: 15px 20px;	width: 1010px;	border-top: medium double #000;	border-right: medium none #000;	border-bottom: medium none #000;	border-left: medium none #000;	text-align: center;}#header {	background: #FFF;	padding: 0 10px 0 20px;  /* 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. */	margin-bottom: 10px;	margin-top: 20px;	width: 995px;} #container #committeeMain {	margin: 10px 0px 0px 20px;	width: 975px;}#mainContent {	margin: 0 0 0 540px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background: url(orange_bkg.gif) no-repeat;	width: 460px;	padding: 15px 15px 0 20px;} #container p {	padding-right: 20px;	margin: 0px;}#container #header ul {	margin: 10px 0px 0px;	padding: 0px;}#container #header ul li {	display: inline;	background: #9CA84C;	padding: 5px 10px;	margin: 0px 5px 0px 0px;	text-decoration: none;	border: thin solid #666;	color: #FF9;}#container #header ul li a {	color: #333;	font-weight: normal;	border-style: none;	text-decoration: none;}#container #header ul li a:hover {	text-decoration: none;	color: #FFF;	font-weight: normal;}#container #main2 {	margin-top: 30px;	margin-left: 20px;	width: 955px;	padding: 20px 15px;	border: thin solid #333;}#container #main2 p {	font-size: 1em;	font-family: Arial, Helvetica, sans-serif;}#container #main2 ul li {	margin: 0px;}#footer p {	margin: 10 0 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;}#container #header #header2  {	text-align: center;	margin: 25px 0px 0px;	border-top: medium solid #BF2E1A;	border-bottom: medium solid #BF2E1A;	border-right: medium none #BF2E1A;	border-left: medium none #BF2E1A;}#container #header #footer2 {	margin: 20px 20px 20px 0px;	width: 1000px;	text-align: center;	border-top: thin solid #BF2E1A;	border-bottom: thin solid #BF2E1A;	border-right-color: #BF2E1A;	border-left-color: #BF2E1A;}#container #homeMain {	width: 950px;	margin: 30px 0px 0px 20px;}#container a img {	border-style: none;}#container table {	vertical-align: middle;	padding: 0px;	margin: 0px 0px 0px 20px;	text-align: center;}