
body { 
    background-color:#FFF;
}

#header { background-color:#FFFFFF;  border-bottom:2px solid #FFF; padding:15px 0px 15px 0px; }

a { color:#0563A0; text-decoration: none; outline: none; font-weight:bold; }
a:hover { color: #0563A0; text-decoration: none; }

h1 { 
    font-family: 'Helvetica', sans-serif; 
    font-size:30px; 
    color: #000;
    font-weight: 500;
    padding-top: 20px;
}
h2 { 
    line-height:40px;
    font-size:50px; 
    font-weight: 500;
}
h3 {            
    font-size:21px;
    color:#fff;
    line-height:22px;
    margin-top:4px;
}

div { 
    font-family: 'Helvetica', sans-serif; 
    font-size: 20px; 
    font-weight: 400;
}

#menu { font-size:20px; margin-top:30px; text-align:right; text-shadow: 0px 0px #000; }
#menu a { font-weight:bold; margin-left:20px; color:#03629F;}
#menu a:hover { border-bottom:3px solid #0099ff; color:#03629F; text-decoration: none;}
#menu a.selected { border-bottom:3px solid #0099ff;  }
#menu a:visited { text-decoration: none; }

div.seperator { 
    border-bottom:1px solid #CCC; background-color:#E6E6E6; height:1px; 
    clear:both; 
    margin:18px auto 20px auto;
}

.rounded_container {
    border-radius: 10px;
    border-bottom:1px solid #FFF;
    box-shadow: inset 0 0 5px -2px #000000;
}

.centered {text-align:center; }
.clear {clear:both;}
.left { float:left;}