/* CSS Document */
/* This is the CSS style sheet that shows all the pretty stylings for the page. */

body {
	background-color:#ffffff;
	background-image:url(bg3.jpg);
	padding:0px;
	margin:0px;
	}
	
h3 {
	color: #990000;
	font-family: Arial;
	}
	

	
	
/* This is the AF main logo in light gray that says "AF" on it */
img.aflogo { float: left; margin-right:20px; margin-top:20px; }

img a:hover {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* This is for the main English page and main French page -- the welcome table with the grey background and top and bottom lines */

.welcome {
	background-color:#EAEAEA;
	margin-left: 125px;
	margin-right: 20px;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	color:#000066;
}

/* This is for the Upcoming events grey style table */
.greybg {background-color:#CFD3DA;}


/* Main table with content in it */

#contentcenter td {
		font: 11pt Verdana, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #000066;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		}

/* Main content link styles */

#contentcenter a {
	color:#990000;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 0px;
	text-decoration: none;
}

#contentcenter a:hover {
	color:#003366;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid gray;
	text-decoration: none;
}

#contentcenter a:visited {
	color:#CC6666;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 0px solid gray;
	text-decoration: none;
}

/* Navigation bar. */

#contentright ul {list-style-type: none;
text-indent:0px;
display: inline;
} 

#contentright li {margin-bottom: 5px;
margin-left:0px;
display: inline;}

.menu a {
	margin: 0px;
	width: 150px;
	height: 25px;
	display: block;
	text-align: left;
	border-bottom: 1px solid gray;
	text-decoration: none;
	color: #003366;
	background-color: #FEFEFE;
	background-image: url(navbarbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 5px 0 0 10px;
	font-weight: bold;	
	 }
	 
.menu a:hover {
     background: #FEFEFE;
     border-bottom: 1px solid gray; 
	 background-image: url(navbarbg-blue.jpg);
	 background-position:bottom;
	background-repeat:repeat-x;
	 padding: 5px 0 0 10px;
	 font-weight: bold;	
     }

.menu a:active {
     background: gray;
     border-bottom: 1px solid gray; 
     color: #003366;
	 padding: 5px 0 0 10px;
	 font-weight: bold;	
     }
