@charset "utf-8";
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background:#FEDBB4;
	margin: 20px 0 0 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;
}

h1 {
	font-family: times, serif; 
	color: #000;
	font-size: 175%;
	text-align: center;
}

h2 {
	font-family: times, serif; 
	color: #000; 
	font-size: 110%;
	line-height: 100%;
	text-align: left;
}

h3 {
	font-family: times, serif; 
	color: #000;
	margin-bottom: 0px;
	line-height: 100%;
	font-size: 110%;
}
  
p {
	font-family: times;
	color: #000;
	line-height:130%;
	font-size:100%
}  

li {
	font-family: times; 
	color: #000; 
	font-size:100%;
	line-height:115%;
	list-style-type:none;
}

ol {
	padding: opx;
	list-style-type:upper-alpha;
}

ul {
	padding: 0px;
}

a img {
	border: none;
}

table {
border-collapse: collapse;
width: 80%;
margin-bottom: 20px;
}

th {
color: #EEE;
border: 1.5px solid #013B82;
font-size:115%;
background-color: #013B82;
font-family: times; 
height:20px;
padding: 5px;
}

table, td {
border: 1.5px solid #013B82;
font-family: times;
line-height: 115%;
padding: 5px;
}

.staffPhoto img{
	border: 3px solid #036;
	margin-bottom: 25px;
}

.twoColFixLtHdr #container { 
	width: 810px;
	background-color: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	background-image: url(../images/bg_mid.jpg);
	text-align: left;
} 


.twoColFixLtHdr #header { 
	height: 129px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_top.jpg);
}

 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Menu */

#menu {
	height: 119px;
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;
	background-image: url(../images/bg_nav.jpg);
}

#menu ul {
	margin: 0 11px 0 11px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu a {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.0em;
}

#menu a img{
	border: none;
}


/*----Sidebar 1 LEFT----*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #78B6E4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 5px;
	text-align: left;
}


.twoColFixLtHdr #sidebar1 h2 {
	width:114px; 
	height:10px;  
	color:#000000; 
	text-align: left;
	font-size:18px; 
	line-height:10px;
}

.twoColFixLtHdr #sidebar1 ul{
	width:114px; 
	text-align: left; 
	padding: 0; 
	list-style: none;
}

.twoColFixLtHdr #sidebar1 ul li{width:114px; height:20px;}
.twoColFixLtHdr #sidebar1 ul li a{width:102px; height:24px; display:block; 0 10px no-repeat #fff; color:#000; text-decoration:none; line-height:24px; padding:0 0 0 0px;}
.twoColFixLtHdr #sidebar1 ul li a:hover{background:url(images/bullet2-hover.gif) 0 10px no-repeat #fff; color:#aaa; text-decoration:underline;}
.twoColFixLtHdr #sidebar1 ul li span{text-decoration:none;}

/*----End Sidebar 1 LEFT----*/


/*----Sidebar 2 RIGHT----*/

.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 30px 15px 5px;
	text-align: center;
}


.twoColFixLtHdr #sidebar2 h2 {
	width:114px; 
	height:10px;  
	color:#000000; 
	text-align: center;
	font-size:18px; 
	line-height:10px;
}

.twoColFixLtHdr #sidebar2 ul{
	width:114px; 
	text-align: left; 
	padding: 0; 
	list-style: none;
}

.twoColFixLtHdr #sidebar2 ul li{width:114px; height:20px;}
.twoColFixLtHdr #sidebar2 ul li a{width:102px; height:24px; display:block; 0 10px no-repeat #fff; color:#000; text-decoration:none; line-height:24px; padding:0 0 0 0px;}
.twoColFixLtHdr #sidebar2 ul li a:hover{background:url(images/bullet2-hover.gif) 0 10px no-repeat #fff; color:#aaa; text-decoration:underline;}
.twoColFixLtHdr #sidebar2 ul li span{text-decoration:none;}
/*----End Sidebar 2 RIGHT----*/


/*----Main Content on RIGHT----*/

.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 sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*----END Main Content on RIGHT----*/
 
 
/*----Main Content on LEFT----*/
.twoColFixLtHdr #mainContent2 { 
	margin: 0 250px 0 0;
	padding: 0 20px; 
} 
/*----END Main Content on LEFT----*/

/*----Main Content Centered----*/
.twoColFixLtHdr #mainContent3 { 
	background-image: url(../images/bg_mid.jpg);
	margin: 0px;
	padding: 0 30px 0 30px; 
} 
/*----END Main Content on Centered----*/

.twoColFixLtHdr #footer { 
	padding: 0 10px 40 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	margin
} 
.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 */
	text-align:center;
	padding: 0 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer2 { 
	height: 41px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_footer2.jpg); 
}
	
#footer a img{
	border: none;
}

.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: 0 15px;
}

.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;
}
