html, body {
margin:0px;
padding:0px;
background-color:#6e1314;
}

/* The header and footer */

#header {
display:block;
height:198px;
}

#logo {
margin:auto;
width:1074px;
height:198px;
background: url(../images/header.jpg) no-repeat top left;
}

#outer {
width:100%;
display:block;
}

#container {
margin:auto;
width:1074px;
background:url(../images/main_bg.jpg) repeat-y top right;
}

#left {
float:left;
width:287px;
height:583px;
background:url(../images/blackboard.jpg) no-repeat top left;
z-index:100;
}

#center {
float:left;
display:inline;
width:399px;
padding: 10px 20px 0px 20px;
font-family:arial;
font-size:13px;
line-height:16px;
text-align:justify;
}

#right {
float:left;
display:inline;
width:295px;
padding:0px 20px 0px 20px;
font-size:11px;
font-family:Arial, sans-serif;
text-align:justify;
line-height:17px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

#container a:active, #container a:focus {
color:#fff;
text-decoration:none;
background:#333333;
}

#footer {
width:1074px;
margin:auto;
height:72px;
}

#innerfooter {
position:relative;
left:73px;
width:1074px;
height:72px;
}

form {
    margin:20px 0px 20px 0px;
    padding-bottom:0px;
}

fieldset {
    border:0;
    /*background-color:#ffffff;*/
    border:1px solid silver;
    padding:10px;
    width:380px;
}

p,input,select{
    font-family:Arial,sans-serif;
    font-size:11px;
    color:#333333;
    line-height:16px;
    text-align:justify;
    margin:2px;
}

legend {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    color:#000000;
    line-height:16px;
    text-align:left;
    margin:5px;
}
form.eform{
    width:380px;
    margin:0px;
}
label{
    display:block;
    clear:left;
    float:left;
    text-align:left;
    font-family:Arial,sans-serif;
    font-size:11px;
    color:#666666;
    font-weight:bold;
    width:180px;
}
p.explain{
    color:#0041B0;
    font-family:Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:10px 10px 10px 0px;
}
input.field,textarea.field{
    width:250px;
    height:18px;
    border:1px solid #666666;
}

textarea.field{
    height:140px;
}

