/*
	Red-orange: C83F11;
	Dark Pink-Red: C8312D;
	Off-white: E5E8E3;
	Dark Grey: 474C49;
	Blue 1: 265790;
*/

html { 	background-color: #7D91A6; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
	background-color: #7D91A6;
}

a {
	color: #C8312D;
}

a:visited {
	color: #C8312D;
}

#mainTable {
	margin: 0 auto;
	width: 792px;
	height: 455px;
	border: 5px solid white;
}

.wallBg {
/*	background-image: url('/images/topwall/fglogo1_2.jpg'); */
	background-image: url('/images/topwall/topwall.jpg');
}

.wallBg img {
	display: block; /* for IE bug */
	border-top: 5px solid white;
	border-left: 5px solid white;
}

/*
#siteTitle {
	color: black;
	background-color: #C8312D;
	font-size: 135%;
	width: 150px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	letter-spacing: 2px;
}
*/

#topNav {
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #474C49;
	padding-top: 0px;
	padding-bottom: 0px;
/*	padding-top: 4px;
	padding-bottom: 4px; */
	padding-left: 0px;
	padding-right: 0px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}
#topNav a {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topNav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover {
	font-weight: bold;
	color: #C8312D;
	text-decoration: none;
}
#topNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav .curSection {
	font-weight: bold;
	color: #C8312D;
	text-decoration: none;
}

#content {
	font-size: 75%;
}

#content a {
	color: #C8312D;
}
#content a:link {
	color: #C8312D;
}
#content a:visited {
	color: #992522;
}
#content a:hover {
	color: #C8312D;
	background-color: #92A2B4;
}
#content a:active {
	color: #C8312D;
}


#bottomLinks {
	font-size: 10pt;
	background-color: #9C988D;
	border-width: 5px 0 0 0;
	border-style: solid;
	border-color: white;
}

#bottomLinks img {
	display: inline;
	border: 0px;
}

#bottomLinks a {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
}
#bottomLinks a:link {
	font-style: normal;
	text-decoration: none;
	color: #474C49;
}
#bottomLinks a:visited {
	font-style: normal;
	color: #474C49;
	text-decoration: none;
}
#bottomLinks a:hover {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#bottomLinks a:active {
	font-style: normal;
	color: #474C49;
	text-decoration: none;
}

.heading {
	font-size: 105%;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	clear: both;
}

#siteCredits {
	color: black;
	font-size: 72%;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

#siteCredits a {
	margin-left: 0px;
	margin-right: 0px;
}

#sitePrivacy {
	color: black;
	font-size: 72%;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 500px;
	float: left;
}

#sitePrivacy a {
	margin-left: 0px;
	margin-right: 0px;
}