@charset "utf-8";
/* CSS Document */

body {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 margin:0;
 padding:0;
}

.left {float:left;}
.right {float:right;}
.clr {clear:both;}

/*p, h1, h2, h3, h4, h5, h6, table, form, ul, ol, div, span {
 margin:0;
 padding:0;
}*/

img {border:none;}
a {text-decoration:none; color:#3F728D;}
a:hover {text-decoration:underline;}

/*header*/
#header {
 background-image:url(../images/homepage_background.jpg);
 background-position:right top;
 background-repeat:no-repeat;
 height:464px;
 position:relative;
}

.header_cont {
 width:276px;
 padding:0 0 0 0;
 position:absolute;
 bottom:10px;
 left:10px;
}

#red_gradient {
 background-image:url(../images/redgradient.jpg);
 background-repeat:repeat-x;
 height:30px;
}

.l_col {
 /*width:276px;*/
 padding:15px 10px 10px 10px;
}

/*.l_nav {
 width:150px;
}*/

.r_col {
 /*width:276px;*/
 padding:15px 10px 10px 10px;
}

h2 {
 font-size:13px;
 margin-bottom:0;
 padding-bottom:0;
}

.submitted {
 font-size:10px;
}
