body.editor {
background: #FFF;
}

body {
background: #DCD1BB;
font: 62.5% Arial;
}

/* Global Classes */
* {padding: 0px; margin: 0px;}
.clear         {clear: both;}
.float-left    {float: left; margin-right: 10px; margin-bottom: 10px;}
.float-right   {float: right; margin-bottom: 10px; margin-left: 10px;}
.text-left     {text-align: left;}
.text-right    {text-align: right;}
.text-center   {text-align: center;}
.text-justify  {text-align: justify;}
.bold          {font-weight: bold;}
.italic        {font-style: italic;}
.underline     {border-bottom: 1px solid;}
.highlight     {background: #ffc;}
.img-left      {float: left; margin-right: 10px; margin-bottom: 10px;}
.img-right     {float: right; margin-bottom:10px; margin-left: 10px;}
.nobullet      {list-style: none; list-style-image: none;}

.error, .red {
background:#FFEBE8 none repeat scroll 0%;
border:1px solid #DD3C10;
margin:0px 10px 10px;
padding:10px;
display: block;
}

.correct, .green {
background:#E6FCE6 none repeat scroll 0%;
border:1px solid #84DB12;
margin:0px 10px 10px;
padding:10px;
display: block;
}

.info {
background:#FBFCE6 none repeat scroll 0%;
border:1px solid #D9B411;
margin:0px 10px 10px;
padding:10px;
display: block;
}

.required_fields {color:red;}
/* End Global Classes */

#container {
width: 980px;
margin-left: auto;
margin-right: auto;
}

/* Header Styles */
#header {
background: url(../images/sce/header-bg.jpg) no-repeat center top;
width: 980px;
height: 176px;
display: block;
}

#header .title {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 5.4em;
font-style: italic;
color: #9c0001;
margin-top: 50px;
margin-left: 20px;
float: left;
}

#header .contact-top {
float: right;
display: block;
width: 395px;
margin-right: 35px;
margin-top: 10px;
}

#header .left {
float: left;
color: #FFF;
display: block;
width: 190px;
margin-left: 20px;
}

#header .right {
float: left;
color: #FFF;
display: block;
width: 120px;
margin-left: 20px;
}
/* End Header Styles */

/* Footer Styles */
#footer {background: url(../images/sce/footer-bg.jpg) no-repeat #9C0001 center top; padding-top: 5px; padding-bottom: 2px; clear: both; text-align:center; font-size: 1.2em; width: 980px; text-align: center; margin-top: 10px;}
#footer ul {list-style: none;}
#footer ul li {display: inline;}
#footer a {color: #FFF;}
#footer a:hover {color: #dcd1bb;}
#footer .footer_link { border-right:solid 1px #FFF; padding-right:4px;}
#footer .footer_last {border-right:none}
.copyright {text-align: center; padding-top: 10px; padding-bottom: 10px; background-color: #9C0001; color: #FFF;}
.copyright a {color: #FFF;}
.copyright a:hover {color: #dcd1bb;}
p.copyright {margin-bottom: 0px;}
/* End Footer Styles */

/* Contact Form Styles */
#contactform {
margin-top: 10px;
margin-bottom: 10px;
width: 760px;
font-size: 1.2em;
}

#contactform .indent {
margin:10px 0px 10px 95px;
}

#contactform .form_element {
padding: 0px 10px 0px 0px;
text-align:right;
float: left;
color: #777777;
width: 85px;
}

#contactform .form_data {
text-align:left;
float: left;	
}

#contactform .separator {
clear: both;
font-size: 1px;
height: 1px;
}

#contactform input, #contactform textarea {
width: 200px;
}

#contactform .image {
width: 55px;
color: #FFF;
border: 1px solid #FFF;
background: #9c0001;
}
/* End Contact Form Styles */

#content {
width: 900px;
padding-top: 10px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 40px;
min-height: 450px;
}

#content ul {
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}

p, #content li {
font-size: 1.3em;
color: #777;
margin-bottom: 5px;
}

table {margin-top: 10px; margin-bottom: 10px;}

a {
color: #9c0001;
}

a:hover {
color: #777;
}

h1 {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 3.6em;
font-weight: normal;
color: #9c0001;
margin: 0px 0px 10px 0px;
}

h2 {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 3em;
font-weight: normal;
color: #9c0001;
margin: 5px 0px;
}

h3 {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 2.8em;
font-weight: normal;
color: #9c0001;
margin: 5px 0px;
}

h4, h5, h6 {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 2.6em;
font-weight: normal;
color: #9c0001;
margin: 5px 0px;
}