@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

#buttons{
	position: relative;
	width: 120px;
}

#buttons a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #990000;
	text-align: center;
}

#buttons a:hover{
	background-color: #FF0000;
}

#wrapper{
	width: 975px;
	height: 65px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -487px;
}

#logo{
	float: left;
	height: 65px;
	width: 556px;
}

#topNav{
	float: right;
	width: 300px;
	top: 22px;
	position: relative;
}

#flash{
	width: 975px;
	background-color: #000000;
	height: 400px;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -487px;
}

/*   homepage   */
#homepageContent{
	width: 975px;
	position: absolute;
	left: 50%;
	margin-left: -487px;
}

.homeContent{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: normal;
	font-size: 14px;
}

.textBackground{
	font-size: 12px;
}

#homeleft{
	width: 650px;
	float: left;
}

#homeNav{
	width: 300px;
	float: right;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#navGap{
	height: 5px;
}

#sectionLinks a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #990000;
}

#sectionLinks a:hover{
	background-color: #FF0000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	text-align: left;
	padding-top: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 20px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	margin-bottom: -3px;
}

#copyright{
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 20px;
}

.copyrightContent{
	font-family: "Lucida sans", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap;
}

a.copyrightContent:link, a.copyrightContent:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;	
}

a.copyrightContent:hover {
	color: #FF0000;
	font-weight: bold;
}

.keywords{
	font-family: "Lucida sans", Verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
