@charset "utf-8";
/* CSS Document */

body{
background:#f8f9fa url(images/bg.png) top repeat-x;
color:#474647;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0px;
border:0px;
font-size:0.8em;
}

img{border:0px;}

h1{
font-size:1.35em;
font-weight:bold;
padding-left:26px;
color:#981b1e;
background:url(images/h1.png) left no-repeat;
margin:0px 0px 4px 0px;
}
p{
margin:0px 0px 14px 0px;
}

label{
display:block;
margin:4px 0px 0px 0px;
}

form{
margin:0px 0px 5px 0px;
}

#topbar{
width:751px;
margin:5px auto 9px auto;
color:#ffffff;
text-align:right;
}
#topbar a{
color:#ffffff;
text-decoration:none;
}
#topbar a:hover{
color:#d1a79d;
}

.grey{
color:#c3c3c2;
}
.large{
font-size:1.3em;
font-weight:bold;
}

#homepage{
color:#d1a79d;
font-size:0.9em;
margin-bottom:7px;
}
#homepage a{
color:#d1a79d;
}
#homepage a:hover{
color:#ffffff;
}
#logofloat{
float:left;
margin:28px 0px 0px 0px;
}

.main{
width:733px;
background:#ffffff;
border:1px solid #e2e4e5;
padding:9px;
margin:0px auto 15px auto;
}

.filler{
background:url(images/split.png) right repeat-y;
}

.rightside{
width:193px;
margin:9px 13px 9px 0px;
float:right;
font-size:0.9em;
}

.leftside{
padding:2px 0px 0px 5px;
width:480px;
font-size:0.9em;
}


#footer{
width:751px;
text-align:center;
margin:-8px auto 20px auto;
color:#bababa;
font-size:0.85em;
}

#footer a{
color:#bababa;
text-decoration:none;
}
#footer a:hover{
color:#474647;
}

.error2{
margin:0px 0px 5px 0px;
background:#FDB845 url(images/error.png) no-repeat;
padding:5px 7px 4px 35px;
width:149px;
color:#002e64;
}


.clear{clear:both;}