@charset "utf-8";
body  {
	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: #00CCFF;
	cursor: auto;
	background-color: Red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	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. */
	background-color: #003399;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}
.thrColFixHdr #pagebreak {
	height:2mm;
	background-color: #0099CC;
	padding: 0px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #EAF0FF;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin: 0px;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #EAF0FF;
	background-position: right;
}
.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
.thrColFixHdr #fadeshow1 {
	margin: 0;
	margin-left: 67px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #EFEFEF;
} 
.thrColFixHdr #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;
}
.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;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}
.subheading {
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.mainheading {
	font-size: 120%;
	color: #3F6FBE;
}
.sidebartext {
	font-size: 12px;
	color: #000000;
}
.maincontenttext {
	font-size: 14px;
	color: #000000;
}
.secondheading {font-size: 36px
}
.subheading2 {
	font-size: 16px;
	color: #33CC99;
}

.MenuBarVertical{
	background:#FF0000;
	font-weight: bold;
	color: #FFFFFF;
}

<style type="text/css">
<!--
td.celllink a {
display: block;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:left;
text-decoration:none;
color: #003399;
padding: 15px;
border: 1px solid #FFFFFF;

}
td.celllink a:hover {
background-color: #9EB7F8;
}
	
-->
</style>



