@charset "utf-8";

body {
	font: bold 100% Arial, Helvetica, sans-serif;
	background-color: #152648;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	text-indent: 0px;
}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../backgrounds/tablebk3.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#header {
	width: 1000 px;
	height:525px;
	padding: 2px 0;
	margin: 0px;
	top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	color: #000;
	font-size: medium;
	font-style: italic;
	text-align: center;
}

#headerall {
	width: 1000 px;
	height:425px;
	padding: 2px 0;
	margin: 0px;
	top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	color: #000;
	font-size: medium;
	font-style: italic;
	text-align: center;
}

#mainContent {
	width: 1000 px;
	marging: 0 auto;
	padding-left: 10px;
	padding-right: 5px;
	background:url(../backgrounds/tablebk3.jpg);
	color:#000;
	font-family: "Book Antiqua", Palatino, serif;
	padding-top: 50 px;
	
}

 #mainContent h1 {
	width:604px;
	margin: 0 auto;
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #000;
	font-weight: bold;
	text-align: center;
	
}

#left_content {
	width:175px;
	float:left;
	background:url(../backgrounds/lefttxt.jpg);
	color:#000;
	font-family: "Book Antiqua", Palatino, serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	margin-right: 5px;
	font-weight: bold;
	
}
.leftNews {
	width:175px;
	heigth:250px;
	float:left;
	
	background:url(../backgrounds/leftxt.jpg);
	
	color:#000;
	font-family: "Book Antiqua", Palatino, serif;
	text-align: center;
}
 #main_lower{
	width: 1000 px;
	background: url(../backgrounds/tablebk3.jpg);
	font-family: "Book Antiqua", Palatino, serif;
	color: #000;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		
}

#footer {
	width: 800px;
	margin: 0 auto;
	background:url(../backgrounds/tablebk3.jpg);
	color:#ff;
	text-align: center;
}
 #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 */
}
.imgleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: medium solid #000000;
}
.imgrt {
	margin: 10px 0px 10px 10px;
	float: right;
	border: medium none #000000;
}
.covert_caps {
	margin: 0px;
	float: none;
	text-transform: uppercase;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	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;
}


.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;
}

.small_text {
	font-size: 11px;
	font-weight: bold;
}

.med_text {
	font-size:12px;
{
