@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: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6F4FF;
	font-size: 90%;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}

.twoColFixLtHdr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
} 
.twoColFixLtHdr  #language {
	font-size: 105%;
	color: #999999;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr   #language  a {
	color: #507EA1;
	text-decoration: none;
}
.twoColFixLtHdr   #language  a:hover {
	color: #330000;
	text-decoration: none;
}
.twoColFixLtHdr   #language  a:active {
	color: #406480;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
	z-index: 3;
}
.twoColFixLtHdr #mainContent {
	margin-left: 220px;
	padding: 10;
} 
.twoColFixLtHdr #mainContent a {
	color: #507EA1;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #330000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:active {
	color: #406480;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent table {
	background-color: #E6F4FF;
	border: 1px solid #8AAEC6;
}


.twoColFixLtHdr #footer {
	color: #8AAEC6;
	text-decoration: none;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
} 
.twoColFixLtHdr   #footer  a {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
}
.twoColFixLtHdr   #footer  a:hover {
	text-transform: uppercase;
	color: #8AAEC6;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
}
.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;
}
.intro:first-letter {
	font-size: 300%;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	float: left;
	width: 1em;
	padding-right: 3px;
}
.indent {
	text-indent: 75px;
}


.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;
}
.center {
	text-align: center;
}
object {
	z-index: 0;
}
