@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
* {
		outline:none;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
	position:relative;
}
#arrowhead {
	position: absolute;
	top: 10px;
	right:0px;
	height: 558px;
	width: 360px;
}
#arrowhead ul {
	margin:0;
	padding:0;
}
#arrowhead ul li {
	width:360px;
	height:62px;
	list-style-type: none;
	position:relative;
}
#arrowhead ul li a {
	width:360px;
	height:62px;
	display:block;
	background: url(../images/arrowhead-left.png) -25px 5px no-repeat;
}
#arrowhead ul li a:hover {
	background-position: 340px 15px;
}
img {
	border: none;
}
#footer p {
	font-size: x-small;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a {
	text-decoration:none;
	color:#69CBFA;
}
a:link {
	color:#69CBFA;
	text-decoration:none;
}
a:visited {
	color:#69CBFA;
}
a:hover {
	color:#9ADCFC;
	text-decoration:underline;
}

