@charset "utf-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", Georgia, Verdana, Arial;
	font-size: 100.01%;
	background-color: black;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: white;
	min-width: 750px;
	}
h1 {font-size: 28px;
    font-weight: bold;
	color: white;}
h2  {font-size: 32px;
     font-weight: bold;
	 color: white;}
h3 {font-size: 20px;
    font-weight: bold;}
#header {width: 98%;
	background: black; 
    margin-top: 10px; 
	color: white;
	border-top: 3px solid #CC0000;
	border-bottom: 3px solid #CC0000;
	text-align: center;	}
#header img {margin: 15px;}
#container {
	width: 90%;  
	background: black;
	margin: 0 auto; 
	padding: 10px;
	}
#main{width: 97%;
    height: 434px;
	background: black; 
    margin-top: 5px; 
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	color: white;
	text-align: center;
	font-size: 32px;
			}
#2colright {width: 50%;
        float: right;
        font-size: 24px;}
#2colleft {width: 50%;
        float: left;
        font-size: 24px;}

img.left {float: left;
          margin-right: 5px;}
img.right {float: right;
          margin-right: 40px;
		             }
a:link {color: #CC0000;
         text-decoration: none;}
a:visited {color: #990000;
           text-decoration: none;}
a:hover {color: #FFFF33;
         text-decoration:none;
		}
#current {color:#CCC;
          text-decoration: none;}	
.bigfont {font-size: 28px;
    font-weight: bold;
	color: white;}
.medfont {font-size: 24px;
    font-weight: bold;
	color: #999;} 
.smfont {font-size: 20px;
    font-weight: bold;
	color: red;}
.smfontgray {font-size: 20px;
    font-weight: bold;
	color: #ccc;}	
#footer {clear; both;
	width: 100%;
	padding: 0; 
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	text-align:center;
	margin-bottom: 20px;
		}
#footer a:link {color: #990000;}

