@charset "utf-8";
/* CSS Document */
body  {
	color : #000000;
	background : #ffffff;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}
a:link {
	color: #000099;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #999999;
}
#container  {
	width: 969px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#header  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 969px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 36px;
	height: 218px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: none;
} 
#printcnt       {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: block;
}
h1 {
	font-size: 22px;
	color: #be8731;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation         {
	background-image: url(images/navimage.gif);
	background-repeat: repeat-x;
	height: 42px;
	width: 949px;
	color: #FFFFFF;
	height: 42px;
	text-align: left;
	display: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	line-height: 36px;
}
#navigation  a:link  {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
}
#navigation  a:visited  {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 15px;
}
#navigation  a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	padding-top: 15px;
}
#navigation  a:active  {
	text-decoration: none;
	padding-right: 15px;
}
#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 */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 207px;
	padding-bottom: 15px;
	padding-left: 10px;
	display: none;
}
#sidebar1 ul  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#sidebar1 li  {
	padding-left: 5px;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	display: none;
}
#container #mainContent img {display: none}
#container #mainContent  {
	margin-bottom: 0;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 10px;
	width: 550px;
} 
#container #mainContent h1 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}
#footer  {
	background-image: url(images/navimage.gif);
	background-repeat: repeat-x;
	height: 29px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding-top: 13px;
	display: none;
} 
#footer  a:link  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#footer  a:visited  {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
}
#footer  a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
#footer  a:active  {
	text-decoration: none;
	font-size: 11px;
}
.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;
}
.thrColFixHdr #container #sidebar2 h2 {
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.MenuTitle {
	font-size: 11pt;
	font-weight: bold;
	color: #003300;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.MenuDesc {
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 14pt;
}
#menuleft {
	float: left;
	height: auto;
	width: 235px;
}
#menuright {
	float: right;
	width: 235px;
}
