/*css body*/
body {
margin: 0em;
font-family: Arial, Helvetica, sans-serif; 
text-decoration: none;
font-size: 1em;
background: #25a6d5 url('/img/bg.gif') repeat-x top left;
}
#container {
width: 925px;
}
/* navigation */
#navigator {
height:245px;
background: url('/img/bgTop.jpg') no-repeat top left;
border: 0px solid #000000;
}
#navigator .menu{
width:200px;
padding: 15px;
border: 0px solid #FF0000;
}
#navigator .button{
background: url('/img/button.png') no-repeat top left;
width:190px;
height:30px;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 45px;
cursor: pointer;
border:0px solid #000000;
}
#navigator a {
color: #004396;
font-size: 14px;
text-decoration: none;
font-weight: bold;
line-height: 30px;
}
/* content */
#mainContent {
width: 925px;
background: #FFFFE4 url('/img/bgMain.gif') repeat-y left top;
border: 0px solid #FF0000;
vertical-align: top;
}
#mainContent td.main {
background: url('/img/left.jpg') no-repeat left top;
height:543px;
padding-left: 150px;
padding-right: 30px;
vertical-align: top;
font-size: 1em;
line-height: 1.5em;
}

#mainContent h1 {
font-size: 21px;
color:#ff5361;
text-align: center;
}
#form b {
font-size: 12px;
}
#mainContent select {
font-size: 12px;
color:#000000;
text-align: center;
border: 0px;
border: 1px solid #25A6D5;
background-color: #ffffff;
}
#mainContent textarea {
font-size: 12px;
color:#000000;
text-align: center;
border: 1px solid #25A6D5;
background-color: #ffffff;
}
#mainContent input {
font-size: 12px;
color:#000000;
text-align: center;
border: 1px solid #25A6D5;
background-color: #ffffff;
}

#mainContent a {
color: #004396;
font-size: 14px;
text-decoration: underline;
font-weight: bold;
}

/* footer */
#footer {
height: 30px;
width: 925px;
border: 0px solid #000000;
text-align: left;
color: #FFFFFF;
font-size: 11px;
clear:both;
}
#footer .left {
background: #ffd75c url('/img/split.gif') no-repeat right top;
width: 142px;
height: 28px;
border: 0px solid #FF0000;
}
#footer .right {
height: 28px;
float: right;
color: #FFFFFF;
font-size: 11px;
padding-right: 20px;
border: 0px solid #0000FF;
}