@charset "utf-8";
/* CSS Document */
 
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	background-color: #FFFFFF;
}
img{display:none}
a:visited {display:none}
a:link  {
	display: inline;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
display: none
}	
h1 {
	font-family: Verdana, Georgia, Tahoma;
	font-size: 24px;
}
h2 {
	font-family: Verdana, Georgia, Tahoma;
	font-size: 16px;
}
h3 {
	font-family: Verdana, Georgia, Tahoma;
	font-size: 12px;
	font-weight: bolder;
}
h4 {
	font-family: Verdana, Georgia, Tahoma;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	list-style-type: disc;
}
h5 {
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	font-weight: bold;
}
h6 {
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 820px;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #pre-header {
	display: none;
	height: 100px;
	margin: 0px;
	padding: 0;
	visibility: inherit;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #pre-header  a:link, .twoColFixLtHdr #pre-header a:visited{
	font-family: Verdana, Georgia, Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: small-caps;
	color: #000000;
}

.twoColFixLtHdr #header {
	display: none;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #header  a:link, .twoColFixLtHdr #header a:visited{
	display: none;

}

.twoColFixLtHdr #header a:hover{
display: none
}
.twoColFixLtHdr #sidebar1 {
	display: none;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1   a:link, .twoColFixLtHdr #sidebar1  a:visited{
display: none;

}

.twoColFixLtHdr #sidebar1  a:hover{
display: none
}

.twoColFixLtHdr #sidebar1Long {
	display: none;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1Long   a:link, .twoColFixLtHdr #sidebar1Long  a:visited{
	display: none;

}

.twoColFixLtHdr #sidebar1Long  a:hover{
display: none
}
.twoColFixLtHdr #mainContent {
	margin: 0px;
	display: block;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	color: #000000;
	width: 7in;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #mainContent a:hover{

	display: none
}
.twoColFixLtHdr #mainContent  a:visited
{ 	display: inline;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline
	}
.twoColFixLtHdr #mainContent   a:link, {
	display: inline;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}


.twoColFixLtHdr #mainContentLong {
	margin: 0px;
	display: block;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	color: #000000;
	width: 7in;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #mainContentLong a:hover{
display: none
}
.twoColFixLtHdr #mainContentLong   a:link, .twoColFixLtHdr #mainContentLong  a:visited{
	display: inline;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContentright {
display: none
} 
.twoColFixLtHdr #mainContentright   a:link, .twoColFixLtHdr #mainContent  a:visited{
display: none
}

.twoColFixLtHdr #mainContentright a:hover{
display: none
}
.twoColFixLtHdr #container #mainContent #mainContentMarquee {

	display: block;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 10px;
	color: #000000;
}

.twoColFixLtHdr #footer  a:link, .twoColFixLtHdr #footer  a:visited{
display: none
}
.twoColFixLtHdr #footer  a:link, .twoColFixLtHdr #footer  a:visited{
display: none
}

.twoColFixLtHdr #footer a:hover{
display: none
}
.twoColFixLtHdr #footer {
display: none }

.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 */
	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;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]


