

body 	{ 
	margin: 0px;
    	padding: 0px;
    	font-family: Verdana,Arial,Helvetica,sans-serif;
    	font-size: 12px;
	background-image: url(../design/background.jpg);
    	background-color: #e7e7cb;
    	color: #cc6633;
    	}

#header { 
	background-image: url(../design/AFCChead2.jpg);
    	background-position: center;
    	background-repeat: no-repeat;
    	width: 810px;
    	height: 220px;
	
    	}



#content { 
	margin: auto;

    	width: 810px;
	background-image: url(../design/AFCCcontent.jpg);
    	background-repeat: repeat-y;
    	background-position: center;
	color: #cc6633;
    	}

#text 	{ 
    	width: 500px;
	margin-left:120px;    	
	
    	margin-bottom: 10px;
    	float:left;
	color: #0066cc;
	font-size: 14px;
	display:inline;
	}



#footer { 
	
    	background-image: url(../design/AFCCfoot.jpg);
    	background-repeat: no-repeat;
    	background-position: center;  	
	width: 810px;	
	height: 75px;
    	text-align: right;
    	clear: both;
    	font-size: 11px;
    	color: #696969;
	text-decoration: none;
    	}


#nav 	{ 
	width: 100px;
  	float: right;
	font-size: 16px;
	margin-right:55px;
	padding-top:20px;
	background-color: #0066cc;
	display:inline;
	}

#nav a:link, #nav a:visited { 
	
    	padding-bottom: 30px;
    	color: #fff;
    	display: block;
    	text-decoration: none;
	font-weight: bold;
	}

#nav a:hover { 
    	
    	padding-bottom: 30px;
   	color: #99ccff;
    	text-decoration: none;
	font-weight: bold;
    	}
#flash {
	border: 2px solid #cc6600;
}
.subnav img a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	zoom: 1;
	color: #fff;
	}

.title 	{ 
	border-top: 1px solid #006600;
    	border-bottom: 1px solid #006600;
    	color: #006600;
    	width: 550px;
    	font-size: 16px;
    	text-align: center;
	margin-left: 10px;
    	}

.title2 { 
	border-top: 1px solid #006600;
    	border-bottom: 1px solid #006600;
    	color: #006600;
    	width: 550px;
    	font-size: 10px;
    	text-align: center;
	margin-left: 10px;
    	}

.title2 a:link { 
    	color: #cc9900;
    	text-decoration: none;
    	}

.title2 a:visited { 
	color: #cc9900;
    	text-decoration: none;
 }

.title2 a:hover { 
	background-color: #fff;
    	color: #000;
    	text-decoration: none;
    	}

.write { 
	padding: 5px 0px 10px 10px;
   	color: #006600;
    	}

.write a:link { 
    	color: #cc9900;
    	text-decoration: none;
    	}

.write a:visited { 
	color: #cc9900;
    	text-decoration: none;
 }

.write a:hover { 
	background-color: #fff;
    	color: #000;
    	text-decoration: none;
    	}

.comment { 
	width: 550px;
    	padding-right: 10px;
    	text-align: center;
	color: #006600;
    	}

.comment a:link { 
    	color: rgb(128, 128, 128);
    	text-decoration: none;
    	}

.comment a:visited {  }

.comment a:hover { 
	background-color: rgb(0, 0, 0);
    	color: rgb(255, 255, 255);
    	text-decoration: none;
    	}

.img 	{ 
	border: 2px solid rgb(0, 0, 0);
    	}

.text 	{ 
	border: 1px solid rgb(204, 102, 0);
    	background-color: rgb(255, 255, 255);
    	}

.code 	{ 
	border: 3px solid #cc9900;
    	margin: auto;
	padding-top:10px;
	padding-bottom:10px;
    	background-color: #99ccff;
    	width: 500px;
    	text-align: center;
    	color: #006600;
    	}

.code a:link, .code a:visited { 
	color: #cc9900;
    	
    	text-decoration: none;
	}

.code a:hover { 
    	color: #fff;
    	text-decoration: none;
    	}

.code2 	{ 
	border: 3px solid #cc9900;
    	margin: auto;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
    	background-color: #99ccff;
    	width: 600px;
    	
    	color: #006600;
    	}

.quote 	{ 
	border: 3px ridge rgb(0, 0, 0);
    	padding: 5px;
    	background-color: #0066cc;
    	text-align: center;
    	width: 600px;
    	}

a:link 	{ 
	color: #cc9900;
    	text-decoration: none;
    	}

a:visited { 
	color: #cc9900;
	text-decoration: none;
    	}

a:hover { 
    	color: #000;
    	text-decoration: none;
    	}

p 	{ 
	margin: 0px 0px 10px;
    	padding: 0px;
	color: #696969
    	}


