@charset "utf-8";
body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
	font-size:10px;
}
a, a:visited, a:active {
	color:#464646;
}
a:hover {
	color:#0d301f;
}
.thrColHybHdr #header { 
	background: #ffffff; 
	padding: 0px;  /* 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. */
	text-align:left;
}
.thrColHybHdr #Welcome {
	height:158px;
	padding-left:20px;
	padding-right:20px;
	color:#323232;
	font-family:"Chaparral Pro", "Times New Roman", serif;
	font-size:14px;
}
.thrColHybHdr #subheader {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#015e31;
	height:25px;
	border-bottom:solid 1px white;
	color:white;
	font-size:10px;
	padding-top:10px;
	text-align:right;
	padding-right:25px;
}
.thrColHybHdr #body { 
	background-color: #773b3b; 
	background-image:url(../_images/bg_tiled.jpg);
	background-repeat:repeat;
	padding: 0px;  /* 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. */
	text-align:left;
	min-height:200px;
}
.thrColHybHdr #bodyheader {
	background-color:#015e31;
	height:13px;
	border-bottom:solid 1px #e4d09b;
	border-top:solid 1px #e4d09b;
	margin-bottom:10px;
}
.WelcomeImage {
	color:#0d301f;
	font-family:"Monotype Corsiva", "Chaparral Pro", "Times New Roman", serif;
	font-style:italic;
	font-size:22px;
	text-shadow: #666666 5px 5px 5px;
	text-align:left;
}
.WelcomeText {
	color:#464646;
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	text-align:left;
	padding-top:7px;
}
.ListItem {
	display:block;
	width:100%;
	float:left;
}
.NewsText {
	color:#464646;
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	text-align:left;
	padding-top:7px;
}
.imgnews {
	border: solid 1px #666666;
	margin:5px;
	float:left;
}
.imgdocuments {
	margin:5px;
	float:left;
}
