@charset "UTF-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
}

.header {
	width: 960px;
	height: 60px;
	background: #FFFFFF;
	text-align: right;
	padding-right: 0px;
	position: relative;
	clear: both; 
	margin: 0px;
}

.footer {
	text-align: center;
	width: 960px;
	padding-right: 0px;
	background: #FFFFFF;
	position: relative;
	clear: both; 
	margin: 0px;
}

.container {
	width: 960px;
	padding: 0px;
	margin: 0 auto;
}


.floatlefttop{
	float: left;
	width: 240px;
	height: 420px;
	margin-bottom: 20px;
}

.floatrighttop {
	float: right;
	text-align: center;
	width: 480px;
	height: 420px;
	margin-bottom: 20px;
}


.floatleft h1{
	text-align: center;
	}


.floatright h1{
	text-align: center;
	}


.floatleft{
	float: left;
	width: 225px;
	margin-bottom: 15px;
	margin-left: 7px;
	margin-right: 7px;
}

.floatright{
	float: right;
	width: 225px;
	margin-bottom: 15px;
	margin-left: 7px;
	margin-right: 7px;
}


.firstrow {
	float: center;
	width: 960px;
}

.secondrow {
	float: left;
	width: 720px;
	margin-bottom: 10px;
}

.thirdrow {
	float: left;
	width: 720px;
	margin-top: 10px;
}
.secondleft {
	float: left;
	width: 240px;
	height: 390px;
}

.split {
	float:left;
	width: 225px;
	height: 390px;
}

.secondright {
	float: right;
	width: 240px;
	height: 390px;
}

.navigation {
    text-align: center;
    float: left;
 	list-style-type: none;
 	margin: 0px;
 	padding: 0px;
    width: 240px;
}

.navigation .navHome {
    height: 210px;
    overflow: hidden;
}

.navButton .navLink {
    color: #666666;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 5px 4px 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.navButton {
    background-color: #EBEBEB;
    border-bottom: 2px solid #FFFFFF;
}
.navButton .navLink:hover {
    background-color: #8B0000;
    color: #FFFFFF;
}


h2, h3, h4, h5, h6 {
margin-bottom: 0px;
padding-bottom: 0px;
}

a img {
	border: none;
	padding: 10px;
}

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

a:visited {
	font-weight: bold;
	color: #8B0000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
