@charset "utf-8";
/* CSS Document */


/* Tag Selectors */
body {text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #EB678B;}

h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #B1103C; margin: 0; font-variant: small-caps;}
h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #B1103C; margin: 0; font-variant: small-caps;}
h3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #B1103C; margin: 0; font-variant: small-caps;}
h4 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #B1103C; margin: 0; font-variant: small-caps;}
h5 {font-size: 11px; font-weight: normal; border-top: solid 1px #B1103c;}
input, select, textarea, submit, reset {font-size: 11px; font-weight: normal; border: 2px solid #B1103c;}
focus:input, focus:textarea, focus:submit, focus:reset {font-size: 11px; font-weight: normal; color: #FFFFFF; border: 2px solid #B1103c; background: #E82E6C}
option {font-size: 11px;}

/* ID Selectors */
#container {margin: 0px auto; width: 700px;}
#header {width:100%;}
#navigation {float: right; width:20%; padding: 5px; padding-bottom: 25px;text-align: left; background: #E82E6C;}
#content {float: left; width: 70%; text-align:left; }
#footer {clear: both; width: 100%; padding-top: 25px;}

/* Pseudo Selectors */
a:link {text-decoration: none; color: #8E0034;}
a:hover {text-decoration: underline;color: #8E0034;}
a:visited {text-decoration: none;color: #8E0034;}

/* Class Selectors */
.flstats {border: 2px solid #b1103c; background: #ea517b; padding: 5px; width: 300px;}