@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 */
	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-attachment: fixed;
	background-color: #FFFFFF;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(Images/background1.jpg);
	background-repeat: repeat-x;
}
#column {
	width: 223px;
	border: 1px solid #000000;
	height: 464px;
	float: right;
	margin-right: 3px;
}
#column_inside_pages {
	height: 464px;
	width: 175px;
	float: right;
	border: 1px solid #000000;
	margin-right: 3px;
}
.column2 {
	height: 464px;
	width: 223px;
	float: left;
	margin-left: 3px;
	border: 1px solid #000000;
}
.column2_insidepages {
	width: 175px;
	float: left;
	margin-left: 3px;
	border: 1px solid #000000;
	height: 464px;
}
.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;
}
.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;
}

#Flash_Video
 {
	float: right;
	padding-right: 5px;
}
#flash_holder {
	float: none;
	width: 620px;
	height: 288px;
	margin-right: 5px;
	margin-top: 2px;
	margin-left: 4px;
}
.Headline_format {
	background-image: url(Images/headlinebg.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 23px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	padding-left: 5px;
	color: #000000;
}
.Headline_format_centered {
	background-image: url(Images/headlinebg.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 23px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.homenewsblock {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


.Nav {
	height: 28px;
	width: 952px;
	background-image: url(Images/nav_bg.jpg);
}
.newssection {
	height: auto;
	width: 955px;
	margin-top: 3px;
}
.news_boxes {
}

.news_text {
	padding-left: 5px;
	text-align: left;
	line-height: normal;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-right: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.newssection_holder {
	float: right;
	width: 491px;
	border: 1px solid #000000;
	margin-right: 3px;
}
.newssection_inside_pages {
	height: auto;
	width: 955px;
	margin-top: 0px;
}
.newssection_holder_inside_p {
	float: right;
	width: 587px;
	border: 1px solid #000000;
	margin-right: 3px;
	margin-left: 3px;
}
.newssection_holder_inside_p_fxd {
	float: right;
	width: 587px;
	border: 1px solid #000000;
	margin-right: 3px;
	margin-left: 3px;
	height: 464px;
}

.text {
	margin-left: 0px;


}



.thrColFixHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 100px;
	padding-top: 0;
	padding-bottom: 0;
	width: 955px;
} 

.thrColFixHdr #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 */
}
.thrColFixHdr #mainContent {
	width: 955px;
	padding-top: 8px;
} 

.thrColFixHdr #footer {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 

.thrColFixHdr #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 */
}
.thrColFixHdr #container_inside {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}
#Video_holder {
	float: right;
	height: 290px;
	width: 325px;
}
.img_right_flt {
	float: right;
	height: 270px;
	width: 379px;
	padding-left: 3px;
	padding-right: 1px;
}
.newssection_holder_inside_pClear {
	float: right;
	width: 587px;
	margin-right: 3px;
	margin-left: 3px;
}
