@charset "UTF-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0px;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}
.content {
	
}
.thrColFixHdr #container {
	width: 780px;  /* 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 solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size:	small;
	font-style:	normal;
	font-family:	Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #header {
	padding: 0px 0px 0px 0px;  /* 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. */
	background-color: #FFFFFF;
	background-image: url(media/sais_full_banner.jpg);
	height: 132px;
	width: 780px;
} 
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:	small;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.thrColFixHdr #sidebar1 {
	float:	left; /* since this element is floated, a width must be given */
	width: 112px;
	background-image: url(media/left_col_image.jpg);
	margin-top: 1px;
	margin-right: 1px;
	height:	522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size:	inherit;
	font-family:inherit;
	color: #000000;
}



.thrColFixHdr #sidebar2 {
	background:#FFFFFF;
	float: right; /* since this element is floated, a width must be given */
	width: 163px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 1px; /* padding keeps the content of the div away from the edges */
	margin-top: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	height:	522;
	background-image: url(media/right_col_image.jpg);
	font-size:	inherit;
	font-family:inherit;
}

* html #sidebar2 {
display: inline;
margin-left: -4px;
}

.thrColFixHdr #mainContent {
	height: 525px;
	width:	475;
	margin: 0px 0px 0px 0px;
	font-size:inherit;
	font-family:inherit;
} 

/* * html #mainContent {
    overflow-x: auto; overflow-y: hidden; 
    width: expression(document.body.offsetWidth - 354);
}*/


.thrColFixHdr #footer {
	float: inherit;
	padding: 0 10px 0 20px;
	background:#FFFFFF;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	font-size:inherit;
	font-family:inherit;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-family:inherit;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #7182C2;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7182C2;
}
a:hover {
	text-decoration: none;
	color:	#000000;
}
a:active {
	text-decoration: underline;
}
th {   
     font-weight: normal;  
 }  
/*---------[ MenuBar1 ]---------*/
#MenuBar1 li a {
	line-height: 1.6em;
	font-weight:	normal;
	font-size:	small;
	font-family:	Arial, Helvetica, sans-serif;
	}
	
#MenuBar1 li li a {
	font-weight: normal !important;
	}
	
#MenuBar1 li li a.here {
	font-weight: normal; !important;
	}

.content ul li {
	list-style:	square; !important;	
	}
	
