/* CSS Document */

body{background-image:url(images/bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:#006FB0;
margin:0px;
font-family:Arial, Helvetica, sans-serif, "Franklin Gothic Medium";
color:#333333;}

h1{color:#FF6600;
line-height:20px;
font-size:18px;
text-align:left;}
h2{color:#FF9900;
line-height:20px;
font-size:18px;
text-align:left;}
a{text-decoration:none;
color:#FF6600;}
a:hover{text-decoration:underline;}
#flash{padding:5px;
background-color:#FFFFFF;}

#content{padding:5px;
background-color:#FFFFFF;}

.content{background-image:url(images/content_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
font-size:12px;
text-align:justify;
vertical-align:top;}

#footer{font-size:10px;
color:#FFFFFF;}

#footer a{color:#FFFFFF;
text-decoration:none;}
#footer a:hover{text-decoration:underline;}