@charset "utf-8";
body {
	font: 14px Georgia, 'Times New Roman', Times, serif;
	background: url(/media/images/background.jpg) repeat-x #fff;
	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: #666666;
}
hr{
border: 0;
color: #DEE;
background-color: #DEE;
height: 1px;
width: 100%;
text-align: left;
}
.outer_container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	border:1px thin #CC3333;
}
.banner_outer_container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(/media/images/banner_background.png);
	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. */
}
.main_container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 14px Georgia, 'Times New Roman', Times, serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
} 

#header { 
margin:10px auto 10px auto;
height:87px;
}

#banner_spacer_left{
width:20px;
background:#CC0033;
}

#banner_spacer_right{
width:20px;
background:#CC0033;
}

.main_container #header #logo {
float:left;
width:236px;
height:87px;
}
.main_container #header #logo a:hover{
background:none;
}



.outer_container .main_container #header #nav {
	width:510px;
	text-align:right;
	float:right;

	vertical-align:bottom;
	padding-top:30px;
}
.outer_container .main_container #header #nav #nav_table {
	background-image: url(/media/images/nav_background.png);
	background-repeat: no-repeat;
	
	width: 500px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

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

a{
text-decoration:none;
color:#099;
/*border-bottom: #099 dotted 1px;*/
}



h1{
font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:lighter;
	color:#009999;
	margin:0px 0px 0px 0px;
	}
h2{
font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:lighter;
	color:#009999;
	}
h3{
font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#009999;
	margin:0px;
	}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
} 
#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 */
}

.outer_container .main_container .home_table_big {
width:275px; 
margin:2px 12px 0px 0px;

float:left;
height:100%;
background:url(../images/home_page/welcome_bg.png) no-repeat #EBF5F5;
}
.outer_container .main_container .home_table_small {
width:200px; 
margin:2px 2px 0px 0px;

float:left;
height:100%;
background:url(../images/home_page/welcome_bg_small.png) no-repeat #EBF5F5;
}
.table_header{
font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 23px 10px 0px 10px;
	height:30px;
	width:165px;
	float:left;
}
.table_header_small{
font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 23px 0px 0px 10px;
	height:30px;
	width:115px;
	float:left;
}
.index_icon{
float:right;
}

.table_body{
font-size:14px;
	padding: 3px 10px 10px 10px;
}
.event{
color:#fff;
}
a{
text-decoration:none;
color:#099;
/*border-bottom: #099 dotted 1px;*/
}
.homepage_list{
margin:0px;
text-decoration:none;
list-style:none;
margin:0px;padding:0px;
}
.homepage_list li{
margin-bottom:5px;
}
.border{
border: 1px #099 solid;
}
.textbox{
border: 1px #099 solid;
font:Arial, Helvetica, sans-serif;
font-size:14px;
}
.tableheading {
border-bottom:1px dashed #099;
font-weight:bold;
padding:5px 5px 5px 0;
color:#099;
}
.table_bottom_borders td{
padding-top: 4px;
padding-right: 4px;
padding-left: 4px;
border-bottom:1px #DEE solid;
}
