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

body {
background-color:#fff;
font-family:TrebuchetMS, Arial, Helvetica, sans-serif;
}

.bigger {
font-size:20px;
}

.big {
font-size:15px;
}

.blue {
color:#004c92;
}

.yellow {
color:#faba00;
}

.wide {
line-height:135%;
}

.wider {
line-height:150%;
}

div#page {
margin:auto;
width:800px;
}

div#header {
height:26px;
background:#fff url('../images/bg_header.jpg') no-repeat;
}

div#main {
background:#fff url('../images/bg_main.jpg') repeat-y;
padding:20px 60px 5px 60px;
}

div#footer {
height:26px;
background:#fff url('../images/bg_footer.jpg') no-repeat;
}

div#banner {
text-align:center;
margin-bottom:20px;
}

div#leftcol {
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#fff;
background:#fff url('../images/bg_leftcol.jpg') repeat-x;
width:164px;
padding:10px 0px 3px 8px;
margin-right:25px;
}

div#rightcol {
margin-left:182px;
font-size:12px;
padding:0px 10px 0px 20px;
}