@charset "UTF-8";

/*
Colors used in AFC website:
000	Black
333	Visited Color 
666	Gray 
999	Border Color 
CCC	Background Gray 
EEE	Light Gray Container Color
DDD	Darker Gray Container Color 
C60	Rust
3C3	Green
369	Footer Blue
6CF	Turquoise
9CF	Background Turquoise 
C30	Red
*/

* {
    margin: 0;
    Padding: 0;
}

ul {
	text-align:left;
	float: left;
	line-height: 24px;
	list-style-type: none;
	font-size: medium;
	width: 300px;
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif; /* don't change */
	padding: 0;
	text-align: center;
	background-image: url(/Images/gradient5000.gif);
	font-size: 18px;
	margin-left: 0px;
	margin-top: 0px;
}

#container {
	width: 750px;  /* this will create a container 80% of the browser width */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	border: 20px solid #CCC;
	border-bottom: 0;
	border-top: 0;
	margin: 0 auto;
}

#header {
	height: 150px;
	width: 100%;
	background-image: url(/Images/RiverBend.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#table {
	margin-left: 200px;
	text-align: left;
	color: #3C3;
}

#table2 {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

#mainContent {
	background: #FFF;
	clear: both;
	margin-top: 30px;
}

#Content {
	width: 600px;
	margin-left: 70px;
	text-align: left;
}

#footer {
	text-align: center;
	background-color: #369;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 30px;
}

p {
	font-size: medium;
	text-align: center;
	line-height: 5mm;
	padding: 30px 30px;
}

p.article {
	font-size: medium;
	text-align: justify;
	line-height: 5mm;
	width: 700px;
}

h1 {
	font: bold 38px;
	color: #6CF;
	text-align: center;
	padding-top: 60px;
}

h2 {
	color: #FFF;
	text-align: center;
	background-color: #C60;
	width: 650px;
	margin-left: 50px;
	font-size: large;
	height: 3em;
	padding-top: 10px;
	margin-top: 30px;
}

h3 {
	text-align: center;
	color: #666;
	font-size: large;
}

h3.footer {
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	text-align: center;
	color: #369;
	font-size: large;
}

h5 {
	text-align: center;
	color: #C60;
	font-size: large;
}

h6 {
	text-align: center;
	color: #3C3;
	font-size: large;
}

.tabletext1 {
	font: small  "Trebuchet MS", Verdana, sans-serif;
	color: #369;
	text-align: left;
}

.tabletext {
	font: small  "Trebuchet MS", Verdana, sans-serif;
	color: #C60;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #3C3;
	font-size: medium;
}

a:hover {
	font-weight: bolder;
}

#Blinking {
	text-decoration: blink;
	color: #F00;
}

#NAU {
	float: left;
	margin-right: 30px;
	margin-left: 50px;
	margin-bottom: 30px;
}
#image {
	float: right;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 30px;
}

