/* CSS Document */

body {margin:0; padding:0; background: #C12A30; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a {color:#CC0000;}
a:hover {text-decoration:none;}

.img {margin:10px 10px 10px 0;}
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.clear {clear:both;}
.quote {color:#CC0000; font-style:italic;}
.flashhome {width:425px; padding:10px; text-align:center; font-weight:bold; color:#CC0000}
.red {color:#CC0000}
.strikethrough {	text-decoration: line-through;}
.listnone {list-style:none;}

a img {border:0;}

#wrap {margin:20px 0 20px 0;}
#content {width:89%; background:#FFF; padding:20px; margin:0 auto;}
#col1 {width:80%; float:left; padding-right:20px;border-right:5px solid #CC0000; margin-bottom:20px;}
#col2 {width:10%; float:left; padding-left:20px;  margin-bottom:20px;}
#footer {width:100%; text-align:center; padding:20px 0; border-top:#999999 5px solid; margin-top:20px; clear:both;}

h1 {font-size:20px; color:#CC0000}
h2 {font-size:16px; text-align:center;}
h3 {font-size:11px; font-style:italic; font-weight:normal;}


/* NAVIGATION ---------- */


/* NAVIGATION MAIN ---------- */
ul#nav {list-style: none; padding: 0; margin:0 0 20px 0;}
#nav li {width:120px; background:#CC0000; padding:2px 2px 2px 5px;}

/*  Sets styles for all links that are inside the ul id="nav" */
#nav a {height: 32px; color:#FFFFFF; font-size:12px; font-weight:bold;  text-decoration:none;}

/* Shift the image position up to show the active state */
#nav a:hover, #nav .active, #nav li:hover {background-color:#000; color:#FFF;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}
