/* Championsway! CSS File */

/**************************************
Main body style
***************************************/
body {
		margin:0px 0px 0px 0px;
		background-color : #000066;
		background: url("../images/bg100.gif"); 
		color : #FFFFFF;
  
		}
	
	#header {
		border:0px solid #000; 
		background:#fff;
		background: url("../images/bg2.jpg");
		/*width:800px;  */
		
		}
		
	#main {
		border:0px solid #000; 
		background:#0033CC;
		/*width:800px;  */
		text-align : left;
		}
	#footer {
		border:0px solid #000; 
		background:#003399;
		/*width:800px;  */
		text-align : center;
		}


/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#main #news {
		border-top:2px solid #000066;
		border-left:2px solid #000066; 
		border-bottom:2px solid #000066;
		border-right:2px solid #000066;
		float:right;
		width:180px;
		background:#eee;
		margin:30px 10px 10px 20px;
		}
		
	#main #ads {
		margin-top: 1em;
		border-top:2px solid #000066;
		border-right:2px solid #000066; 
		border-bottom:2px solid #000066;
		float:left;
		width:180px;
		background:#eee;
		margin: 10px 10px 0px 0px;
		}
	
	p,h1,h2,h3,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-family : Arial, Verdana, sans-serif;
		font-size : 18pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFF99;
        text-decoration : none;
		text-align : center;
    	padding-top:10px;
		}
	h2 {
		font-family : Arial, Verdana, sans-serif;
		font-size : 16pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFFFF;
        text-decoration : none;
		text-align : left;
    	padding-top:10px;
		}
	h3 {
		font-family : Arial, Verdana, sans-serif;
		font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFFFF;
        text-decoration : none;
		text-align : left;
    	padding-top:10px;
		}
		
p { 	font-family : Verdana, sans-serif;
    	font-size : 10pt;
    	font-style : normal;
    	font-weight : normal;
    	}

li { 	font-family : Verdana, sans-serif;
    	font-size : 10pt;
    	font-style : normal;
    	font-weight : bolder;
    	}
a:link {  color: #FFFF66; font-weight : bolder; text-decoration: none}
a:visited {  color: #FFFF66; font-weight: bolder; text-decoration: none}
a:hover {  color: #E5E5E5; font-weight: bolder; text-decoration: underline}
a:active {  color: #FFFF66; font-weight: bolder; text-decoration: underline}


/**************************************
footer content
***************************************/
.footer1 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : normal;
    color : #FFFFFF;
    text-decoration : none;
	text-align: center;
               
}	
.footer2 {
	font-family : Arial, Verdana, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bolder;
    color: #333333;
    text-decoration: none;
	text-align: center;
               
}	


/**************************************
Links in the footer section
***************************************/
a.footer1:link {  color: #CC0000; font-weight : bolder; text-decoration: none; text-align: center;}
a.footer1:active {  color: #CC0000; font-weight: bolder; text-decoration: underline}
a.footer1:visited {  color: #CC0000; font-weight: bolder; text-decoration: underline}
a.footer1:hover {  color: #000000; font-weight: bolder; text-decoration: underline; text-align: center;}

a.footer2:link {  color: #000000; font-weight : bolder; text-decoration: none}
a.footer2:visited {  color: #000000; font-weight: bolder; text-decoration: underline}
a.footer2:active {  color: #000000; font-weight: bolder; text-decoration: underline}
a.footer2:hover {  color: #FFFFFF; font-weight: bolder; text-decoration: underline}
