/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/swoosh-trans.png);
	background-repeat: no-repeat
	}
	
#header{
	background-color: #CCCCCC;
	width: 100%;
}

#headerblackbar{
	background-color: #000000;
	width: 100%;
	height: 15px;
}

#headerredbar{
	background-color: #FF0000;
	width: 100%;
	height: 25px;
}

#lefttopblack{
	margin-top: 20px;
	height: 5px;
	background-color: #000000;
	width: 185px;
}

#leftgraybar{
	width: 170px;
	padding-top: 5px;
	margin: 0px;
	margin-top: 40px;
	position: absolute;
	float: left;
	margin-right: 15px;
	}
	
#menu{
	width: 160px;
	height: 100%;
	background-color: #CCCCCC;
	padding: 10px;
}

A.menulink {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid #000000 1px;
	padding: 2px;
	background-color: #FF0000;
	width: 150px;
}

A.menulink:hover {
	background-color: #000000;
	color: #FFFFFF;
	width: 150px;
	border: solid #FF0000 1px;
}

.style1 {
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}
.style2 {
	color: #FF0000;
	font-size: 36px;
	font-weight: bold;
}
.style4 {
	font-size: 36px;
	font-weight: bold;
}

#footergraybar{
	width: 100%;
	background-color: #CCCCCC;
	height: 10px;
}

#footerblackbar{
	background-color: #000000;
	width: 100%;
	height: 10px;
}

#pagecontent{
	margin: 0px;
}

#table{
	margin: 0px;
	left: -1px;
}

#footerredbar{
	width: 100%;
	height: 20px;
	background-color: #FF0000;
	padding-top: 5px;
}

#logos{
	text-align: center;
	padding-top: 5px;
	width: 100%;
}

#picturebox{
	position: absolute;
	left: 681px;
	top: 204px;
	text-align: center;
	width: 174px;
	background-color: #CCCCCC;
	padding: 5px;

}

#picture{
	padding: 5px;
	background-color: #CCCCCC;
	margin: 2px;
}

#footerbox{
	width: 100%;
	text-align: center;
}

#featured{
	width: 100%;
	text-align: center;
}

A.menulinkpg {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid #000000 1px;
	padding: 2px;
	background-color: #000000;
	width: 150px;
}
.style5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
