/* CSS Document */

body {
background-color:#6781cd;
background-image:url(images/bg_blue.jpg);
background-repeat:repeat-y;
font:"Times New Roman", Times, serif;
font-size:100.1%;
color:#000;
}

h2 {
font-size:115%;
text-decoration:underline;
padding:0px 30px 0px 15px;
}

p {
text-align:justify;
padding:0px 30px 0px 15px;
}


#wrapper_home {
/*
background-image:url(images/bg_hm_pg.gif);
background-repeat:no-repeat;
*/
background-color:#FFFFFF;
margin:25px auto;
width:800px;
}
#wrapper {
background:#fff;
border:1px solid #999;
margin:25px auto;
width:90%;
}

#footer {
font-size:85%;
padding-left:15px;
margin-left:15px;
color:#000;
text-align:center;
}

a, a:link {
color:#333333;
text-decoration:underline;
font-weight:bold;
}
a:visited {
color:#999999;
text-decoration:none;
font-weight:bold;
}
a:hover, a:active, a:focus {
color:#cc9900;
text-decoration:underline;
font-weight:bold;
}


#footer a, #footer a:link {
color:#000;
text-decoration:underline;
}

#footer a:visited {
color:#ccc;
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#ccc;
text-decoration:none;
}

.none {
display:none;
}