

body {
	margin: 0;
}

div#cOut {
	width:100%;
	text-align:center;
}

div#cMain {
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align: left;
}

table#tPage {
	width: 1010px;
}

td#colLeft {
	background-image: URL('images/leftGlow.png');
	background-repeat: repeat-y;
	width: 20px;
}

td#colRight {
	background-image: URL('images/rightGlow.png');
	background-repeat: repeat-y;
	width: 20px;
}

td#colMain {
	width: 960px;
	padding:5px;
}

td#colBottom {
	background-image: URL('images/bottomGlow.png');
	background-repeat: none;
	width: 1010px;
	height: 40px;
}

div#divTop {

}


div#topRedLine {
	height: 5px;
	background-color: #8F1F16;
}

div#afLogo {
	padding-top:30px;
}

div#topMenuContainer {
	background-color: #5F6D73;
}

table#topMenu {
	height:30px;
}

div#grayLine {
	height: 2px;
	background-color: #5F6D73;
}

table#topMenu td#topMenuColLeft {
	width:20px;

}
table#topMenu td#topMenuColItems {
	background-color: #FFF;
	font-family: georgia, serif;
	font-size:16px;
	color: #212026;
	padding: 0 20px;
}

table#topMenu td#topMenuColItems a {
	text-decoration: none;
	color: #212026;
	font-weight:normal;
}

table#topMenu td#topMenuColItems a:hover {
	text-decoration: underline;
}

h1 {
	font-family: georgia, serif;
	font-size:20px;
	font-weight: normal;
	color: #212026;
}

div#mainContainer {
	position: relative;
	margin-top: 15px;
	font-family: verdana;
	font-size: 12px;
	padding-bottom:40px;
	line-height: 18px;
}

#footerLinks {
	padding-top: 5px;
	font-family: verdana;
	font-size: 11px;
	color: #5F6D73;
	border-top:1px solid #5F6D73;
	position:relative;
	text-align: right;
}

#footerLinks a {
	text-decoration:none;
	color: #5F6D73;
	font-weight:normal;
}

#footerLinks a:hover {
	text-decoration:underline;
}

A {
	font-weight: bold;
	color: #5F6D73;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

