@charset "utf-8";
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #336699;
	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;
}
.thrColFixHdr #container { 
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #99CCCC url('images/containerback.jpg');
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: url('images/top.jpg'); 
	padding: 0;
	margin: 0;
	height: 115px;
	min-height: 115px;
}
*html .thrColFixHdr #headerh { 
	height: 115px;
}
.thrColFixHdr #headerh { 
	background: url('images/tophome.jpg'); 
	padding: 0;
	margin: 0;
	height: 115px;
	min-height: 115px;
}
*html .thrColFixHdr #header { 
	height: 115px;
}

.hdr {
	color:  #330066;
	padding: 40px 150px 0 390px;
	margin-top: 0;
	text-align: center;
	line-height: 1.4;
	font-size: 12pt;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 144px; /* 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: url('images/left.jpg') top no-repeat;
	padding: 0;
	height: 344px;
	min-height: 344px;
}
*html .thrColFixHdr #sidebar1 {
	height: 344px;
}
*html .thrColFixHdr #sidebar2 {
	height: 344px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* 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: url('images/right.jpg') top no-repeat;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 344px;
	min-height: 344px;
}
#menu {
	margin-top: 35px;
}
#menu a, #menu a:visited {
	display: block;
	color: #330066;
	font-weight: bold;
	text-decoration: none;
	width: 5.5em;
}
#menu a:hover {
	text-decoration: underline;
	color: #990000;
}
#menu li{
	line-height: 2.0;
	list-style-type:none; 
}
.menu {
	display: block;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	width: 5.5em;
}
.thrColFixHdr #mainContent { 
	margin: 0;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	height: 344px;*/
	min-height: 344px; 
	margin: 0 135px 0 167px;
}
*html .thrColFixHdr #mainContent { 
	height: 344px;
}
.thrColFixHdr #mainContentg { 
	margin: 0;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 490px;
	min-height: 490px;
		overflow: auto; 
	margin: 0 135px 0 167px;
}
*html .thrColFixHdr #mainContentg { 
	height: 490px; 
	margin: 0 135px 0 167px;
}
.thrColFixHdr #mainContenta { 
	margin: 0;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 600px;
	min-height: 600px;
	overflow: auto; 
	margin: 0 135px 0 167px;
}
*html .thrColFixHdr #mainContenta { 
	height: 600px; 

}
.thrColFixHdr #mainContentab { 
	margin: 0 135px 0 167px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	overflow:visible;
}
*html .thrColFixHdr #mainContentab { 

}

/*************************** Home Page Stuff**********/

.thrColFixHdr #sidebar1h {
	float: left; /* since this element is floated, a width must be given */
	width: 144px; /* 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: url('images/lefthome.jpg') top no-repeat;
	padding: 0;
	height: 344px;
	min-height: 344px;
}
*html .thrColFixHdr #sidebar1h {
	height: 344px;
}
*html .thrColFixHdr #sidebar2h {
	height: 344px;

}

.thrColFixHdr #sidebar2h {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* 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: url('images/righthome.jpg') top no-repeat;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 344px;
	min-height: 344px;
}
.thrColFixHdr #sidebar2h p{
	padding: 0 7px 0 15px;
	line-height: 1.2;
	color:  #330066;
	font-size: 9pt;
}
.thrColFixHdr #sidebar2h img{
	border: 1px solid  #330066;
}
.thrColFixHdr #mainContenth { 
	margin: 0 135px 0 177px;
	background: url('images/HomeR2C2.jpg');
	padding: 0;
}

/**************************** End of home page stuff**************/
.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #99CCCC;
} 

.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;
}
.clearfloatx { /* 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;
}

h1 {font-size: 14pt;}
h2 {font-size: 12pt;}
h3 {font-size: 11pt;}

#table table{
	width: 565px;
	border: none;
	border-collapse: collapse;
	text-align: center;
}
#table td{
	padding: 5px;
}

#coda {
	color: #FFFFFF;
	width: 850px;
	margin: 0 auto;
	}
#coda h1 {
	font-weight: normal;
	font-size: 9pt;
	margin: 0;
	text-align: center;
	line-height: 1.5;
}

#coda h2 {
	font-weight: normal;
	font-size: 8pt;
	margin: 0;
	text-align: center;
	line-height: 1.5;
}
