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

/************  Define body rules  ************/
	body {
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		line-height: 130%;
		background-image: url(images/site_bg.jpg);
		}
		
/************  Define headline rules  **************/
	h1 {
		font-size: 18px;
		font-weight: bold;
		color: #CC0000;
		}
		
	h2 {
		font-size: 16px;
		font-weight: bold;
		color: #CC0000;
		}
		
	h3 { 
		font-size: 14px;
		font-weight: bold;
		color: #CC0000;
		}
		
/************  Define link rules  ****************/
	a:link {
		color: #CC0000;
		text-decoration: none;
		}
	
	a:visited {
		color: #CC0000;
		text-decoration: none;
		}
	
	a:hover {
		color: #660000;
		text-decoration: underline;
		}
	
	a:active {
		color: #CC0000;
		}	
		
/************  Define copyright style  ************/
	.copyRight {
		font-size: 10px;
		color: #FFFFFF;
		}
		
/************  Define nav rules  ***************/
	#Nav {
		width: 788px;
		height: 98px;
		font-weight: bold;
		text-align: center;
		color: #CC0000;
		background-image: url(images/nav_bg.jpg);
		background-repeat: no-repeat;
		}
		
	#naveText {
		top: 38px;
		width: 788px;
		height: 20px;
		position: relative;
		}
		
/**********  Define index page link  **********/
	.indexLink a:link {
		color: #FFFFFF;
		text-decoration: none;
		}
	
	.indexLink a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}
	
	.indexLink a:hover {
		color: #CCCC66;
		text-decoration: underline;
		}
	
	.indexLink a:active {
		color: #FFFFFF;
		}	