
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	background-image:url(/media/Media,9471,en.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 912px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	text-align: left;
} 
.thrColFixHdr #header { 
	padding: 30px 0px 0px 0px;
}
.thrColFixHdr #banner { 
	padding: 0px 0px 0px 0px;
}
.thrColFixHdr #sidebar1, .thrColFixHdr #sidefooter {
	float: left;
	width: 220px;
	padding: 10px 21px 15px 18px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 238px; 
	padding: 10px 20px 15px 44px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.thrColFixHdr #mainContent, .thrColFixHdr #mainfooter { 
/*	width: 283px; */
	margin: 0 0 0 260px; 
	padding: 10px 22px 15px 44px;
	font-size: 0.8em;
	line-height: 1.5em;
} 
#footer { 
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;	
}

#footer a:link, #footer a:visited { 
	color: #666666;
	text-decoration:none;
}
#footer a:active, #footer a:hover { 
	color: #333333;
	text-decoration: underline;
}

#credit a:link, #credit a:visited { 
	color: #999999;
	text-decoration:none;
	font-size: 0.8em;
}
#credit a:active, #credit a:hover { 
	color: #999999;
	text-decoration:none;
	font-size: 0.8em;
}

h1 {
	color: #CC0000;
	font-size: 1.4em;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	padding: 15px 0px 20px 0px;
}
h2 {
	color: #666666;
	font-size: 1.3em;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight:bold;
	padding: 10px 0px 10px 0px;
	margin: 0;
}
h4 {
	color: #666666;
	font-size: 1.1em;
	font-weight:normal;
	padding: 10px 0px 10px 0px;
	margin: 0;
}
p {
	padding: 0px 0px 10px 0px;
	margin: 0;
}

a:link {
	color: #333366;
	text-decoration: underline;
}
a:visited {
	color: #663333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}

.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;
}


img {
	border:0;
}