@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
}
.saxx #container {
	width: 905px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.saxx #header {
	background: #DDDDDD;
	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. */
}
.saxx #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 */
}
.saxx #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
}
.saxx #mainContent {
	min-height: 565px;
	height:auto !important;
	height:565px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 320px;
	width: 575px;
	background-color: #FFFFFF;
	font-size: 80%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	background-position: top;
}
.saxx #container #mainContent-text {
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 50px;
}
.saxx #container #mainContent-actual {
	font-size: 140%;
	text-align: left;
	color: #333333;
	padding-bottom: 10px;
}
.saxx #container #mainContent-actual2 {
	font-size: 140%;
	text-align: left;
	color: #333333;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 10px;
}
.saxx #container #mainContent-actual2-back {
	font-size: 100%;
	text-align: left;
	color: #333333;
	padding-bottom: 10px;
	padding-left: 50px;
}
.saxx #container #mainContent #mainContent-actual2-back a {
	color: #666666;
}
.saxx #container #mainContent #mainContent-text a {
	color: #000066;
}
.saxx #container #mainContent #mainContent-text h1 {
	color: #000000;
	background-color: #ede100;
	font-size: 130%;
	padding: 2px;
	text-indent: 10px;
}
.saxx #container #mainContent #mainContent-text td {
	padding-bottom: 5px;
}
.saxx #footer2 {
	background-color: #FFFFFF;
	font-size: 60%;
	text-align: center;
	color: #999;
}
.saxx #container #footer2 #footerCOPYRIGHT a {
	color: #999999;
	text-decoration: none;
}
.saxx #container #footer2 #footerCOPYRIGHT a:hover {
	color: #333333;
	text-decoration: none;
}
.saxx #container #footer2 #footerCOPYRIGHTTOPTEP {
	color: #000000;
}

.saxx #container #footer2 #footerLANG {
	color: #000000;
	text-decoration: none;
	background-color: #ede100;
	padding: 5px;
}
.saxx #container #footer2 #footerLANG a {
	color: #000000;
	text-decoration: none;
	background-color: #ede100;
}
.saxx #container #footer2 #footerLANG a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.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;
}
.saxx #container #banner {
	padding: 10px;
}

