@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color:#111e42;
	background-image: url(../sce/header_background.jpg);
	background-repeat: repeat-x;
	margin:0;
}

img {
	border: 0;
}

#container {
	background-image: url(../sce/gradientslice.png);
    background-repeat: repeat-y;
    padding-left: 4px;
    padding-right: 10px;
    width: 999px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background-image:url(../sce/header.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    color:#FFFFFF;
    height: 108px;
}
.float_left {
	float: left;
}

#main_nav {
	height: 36px;
}
#banner{
	height: 286px;
}
#body_content {
	display: inline-block;
	width: 955px;
    margin-left: 12px;
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #3b5695;
}

#footer {
	background-image: url(../sce/container-bottom.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 999px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-left: 4px;
    padding-right: 10px;
}

#contactinfo {
	width: 948px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
#contactinfo a{
	color: #FFFFFF;
	text-decoration:none;
}
#contactinfo a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#bottomnav {
	height: 29px;
	width: 948px;
	background-image: url(../sce/bottomnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#bottomnav a{
	color: #FFFFFF;
	text-decoration:none;
}
#bottomnav a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#copyright {
	width: 948px;
	padding-top: 10px;
	padding-bottom: 35px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#copyright a{
	color: #FFFFFF;
	text-decoration:none;
}
#copyright a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#hometop_text {
	width: 675px;
	padding-bottom: 15px;
}

.color_gold {
	font-size: 14px;
	color: #ffc428;
}

.size_24 {
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF;
}

.size_12 {
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
}
.size_14 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
}
        
.size_19 {
	font-size: 19px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffc428;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {

            color: #FFFFFF;

            text-decoration: underline;

}

a:active {

            color: #FFFFFF;

            text-decoration: underline;

}

a:visited {

            color: #FFFFFF;

            text-decoration: underline;

}

 

a:hover {

            color: #ffc428;
			
            text-decoration: underline;

}

