body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #4c4c4c;
}
/*body {
	background-color: #FFFFFF;
	background-image: url(../images/sce/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
}*/
#outside_container {
	width: 976px;
}
#main_container {
	float: left;
	width: 946px;
	text-align: left;
	background-color: #FFFFFF;
}
#header_top_border {
	float: left;
	width: 946px;
	background-image: url(../images/sce/headerbg.jpg);
	background-repeat: repeat-x;
}
.float_left {
	float: left;
}
#logo {
	float: left;
	height: 180px;
	width: 312px;
}
#banner {
	float: left;
	height: 180px;
	width: 634px;
}
#leftside {
	float: left;
	width: 175px;
	padding-left: 13px;
}
#rightside {
	float: left;
	width: 758px;
}

#contact_info {
	float: left;
	width: 733px;
	height: 28px;
	background-image: url(../images/sce/contact_info_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	color: #7F6855;
	padding-left: 25px;
	padding-top: 4px;
}
#home_body_content {
	float: left;
	width: 717px;
	padding-left: 25px;
	padding-right: 16px;
	padding-top: 35px;
	padding-bottom: 20px;
}
#inner_body_content {
	float: left;
	width: 720px;
	padding-left: 25px;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-right: 13px;
}
#page_bottom {
	float: left;
	width: 946px;
	height: 69px;
}
#bottomnav {
	float: left;
	width: 946px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-style: italic;
	color: #F79200;
}
#bottomnav a{
	color: #4c4c4c;
	text-decoration:none;
}
#bottomnav a:hover{
	color: #F79200;
	text-decoration:underline;
}
#copyright {
	float: left;
	width: 946px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #0A768C;
	padding-bottom: 15px;
}
#copyright a{
	color: #0A768C;
	text-decoration:none;
}
#copyright a:hover{
	color: #0A768C;
	text-decoration:underline;
}
.blue_text_size14 {
	font-size: 14px;
	color: #0D85A0;
}
h1 {
	font-size: 18px;
	font-style: italic;
}
h2 {
	font-size: 15px;
	font-style: italic;
}


a:link {

            color: #da7e0f;

            text-decoration: none;

}

a:active {

            color: #da7e0f;

            text-decoration: none;

}

a:visited {

            color: #da7e0f;

            text-decoration: none;

}

 

a:hover {

            color: #da7e0f;
			
            text-decoration: underline;

}
