@charset "utf-8";
/* CSS Document */

a {text-decoration: none; font-weight: bold; font-size: 12; font-family: century gothic;}
a:link {color:#5EC8F2;}
a:visited {color: #5EC8F2;}
a:hover {color:#F2CD5E;}  /* mouse over link */
body {background-color: #222; margin: 0; padding: 0}

#aspacer{margin-left: 5px; margin-right: 5px;}

#banner{height: 145px; #height: 142px;}
h1{font-family: century gothic; font-size: 30px; text-align: center; color: #FFE87C; }
#logo{font-family: century gothic; font-size: 30px; font-weight: bold; color: #FFE87C; text-align: center;}
h3{
color: #FFE87C; font-size: 20px;
}

#nav{text-align: center;}

#wrapper{text-align: left; font-family: century gothic; color: gainsboro; font-size: 12px;margin: 0; width: 800px; background-color: #333; min-height: 360px; height: auto; padding: 10px;}

#content{margin-top: 10px;}

#contenttext{background-color: #1b1b1b; padding: 5px;  padding-bottom: 15px; float: left; width: 71%; }

#title{
color: #F2CD5E; font-weight: bold; text-decoration: underline; font-size: 14px;
}

td{
font-family: century gothic; color: gainsboro; font-size: 11px;
text-align: center;
width: 30%;
}

#bolded{
font-weight: bold; font-size: 13px;
}

td{
font-family: century gothic; color: gainsboro; font-size: 11px;
text-align: center;
width: 30%;
}

#sidebar{float: right; width: 27%; height: auto; background-color: #111; padding: 10px; max-width: 190px;}
#sidelinks{margin: 10px; color: gainsboro; font-family: century gothic; font-size: 12px;}
/*#sidebar{float: right; width: 25%; height: 100%; background-color: #638DA3;}*/

#footer{background-color: #333; clear:both; height: 1px;}
