body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a3150;
}
/*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;
}*/
.rightshadow_stretch {
	background-image: url(../images/sce/right_shadow_stretch.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bottom_shadow_stretch {
	background-image: url(../images/sce/bottomshadow_stretch.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.top_tagline {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mainpage_border {
	border: 1px solid #506c82;
	background-color: #FFFFFF;
}

#float_left {
	float: left;
}
#float_right{
float: right;
}
#header_bg {
	float: left;
	width: 540px;
	height: 200px;
	background-image: url(../images/sce/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 14px;
	padding-right: 76px;
}
#mainpage_container {
	float: left;
	width: 979px;
	padding-left: 8px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #AB675A;
	padding-bottom: 30px;
}

#leftside {
	float: left;
	width: 138px;
}
#menu_area {
	float: left;
	width: 138px;
	padding-bottom: 140px;
	padding-top: 40px;
}
#undermenu_area {
	float: left;
	width: 138px;
	text-align: center;
}
#click_here {
	float: left;
	width: 138px;
	background-image: url(../images/sce/red_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	color: #FFFFFF;
}
#click_here a{
	color: #FFFFFF;
	text-decoration:none;
}
#click_here a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#maincontent_area {
	float: left;
	width: 820px;
	background-image: url(../images/sce/mainpage_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#contct_info {
	float: left;
	width: 989px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
#bottomnav {
	float: left;
	width: 989px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(../images/sce/bottomnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#rightside {
	float: right;
	width: 216px;
	margin-left: 20px;
}






.color_red16 {
	font-size: 16px;
	color: #8A2B18;
}
.color_pink {
	color: #ab675a;
}
.color_pink13 {
	font-size: 13px;
	color: #AB675A;
}

.copywrite_text {
	font-size: 10px;
	color: #B4C1CA;
	line-height: 35px;
}
.color_darkblue20 {
	font-size: 20px;
	color: #112C3D;
}
.light_blue_contact_txt {
	color: #46637A;
	line-height: 25px;
}
h1 {
	font-size: 16px;
	color: #0A3150;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {

            color: #ab675a;

            text-decoration: none;

}

a:active {

            color: #ab675a;

            text-decoration: none;

}

a:visited {

            color: #ab675a;

            text-decoration: none;

}

 

a:hover {

            color: #ab675a;
			
            text-decoration: underline;

}

a.bottomnav:link,a.bottomnav:active,a.bottomnav:visited{

            color: #FFFFFF;
            text-decoration: none;

}

a.bottomnav:hover{

            color: #ab675a;
            text-decoration: underline;

}
a.copywrite_text {
	color: #B4C1CA;
	text-decoration:none;
}
a.copywrite_text:hover{
	color: #B4C1CA;
	text-decoration:underline;
}
a.light_blue_contact_txt{
	color: #46637A;
	text-decoration:none;
}
a.light_blue_contact_txt:hover{
	color: #46637A;
	text-decoration:underline;
}
