@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border: none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#headerBG {
	background-image: url(../../images/layout/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	background-image: url(../../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 79px;
	/* width: 940px; */
	color: #FFF;
	font-size: 12px;
}
#header #supernav{
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFF;
	text-decoration: underline;
}
#nav {
	background-color: #515A5D;
	color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subnav {
	background-image: url(../../images/layout/skyline.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#subnav .divider {
	background-image: url(../../images/layout/div.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 27px;
}
#content {
	padding: 10px;
	width: 728px;
}
#content h1 {
	color: #163049;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10243A;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#content h2 {
	color: #163049;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#content a {
	color: #D31D1C;
	text-decoration: none;
}
#content a:hover {
	color: #D31D1C;
	text-decoration: underline;
}
.footer {
	background-color: #7095AF;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
}
.footer a {
	color: #FFF;
}
.guiSponsor {
	color: #333;
	font-size: 9px;
	text-decoration: none;
	padding-top: 10px;
}
.guiSponsor a {
	color: #666;
	text-decoration: none;
}
.guiSponsor a:hover {
	color: #666;
	text-decoration: underline;
}

