body {
	background-color: #EEEEEE;
	text-align: center;
	font-family: "Tahoma", "Verdana", Sans-Serif;
}

a {
	color: #1F3473;
	text-decoration: underline;
}

a:hover {
	color: #1F3473;
	text-decoration: none;
}

.ButtonSelected {
	background-color: #000000;
	border: 1px solid #333333;
	color: #ECBF51;
	margin: 1px;
	text-shadow: none;
}

.ButtonUnSelected {
	background-color: #223A81;
	border: 1px solid #263F8C;
	color: #FFFFFF;
	margin: 1px;
	text-shadow: none;
}

.ButtonDisabled {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
	margin: 1px;
	text-shadow: none;
}

#wrap {
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	background-image: url("/images/header.jpg");
	background-repeat: no-repeat;
	width: 724px;
	height: 146px;
}

#content {
	background-image: url("/images/content-bg2.gif");
	background-repeat: repeat-y;
}

#nav {
	float: left;
	width: 157px;
}

#nav img {
	border: 0;
}

#location {
	background-image: url("/images/location-bg.gif");
	background-repeat: repeat-y;
}

#loc-top {
	background-image: url("/images/location-top.gif");
	background-repeat: no-repeat;
	height: 7px;
	overflow: hidden;
	background-position: top center;
}

#loc-bottom {
	background-image: url("/images/location-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 8px;
}

#locationtext {
	color: #FFFFFF;
	margin: 7px 0px 10px 14px;
	font-size: 11px;
}

#searchbar {
	float: left;
	background-image: url("/images/search-bg.gif");
	height: 31px;
	width: 566px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top left;
}

#searchbox {
    color: white;
    float: right;
    margin: 0 7px 0 0;
    font-size: 12px;
}

#searchbox input {
    padding: 0;
    margin: 0;
}

.searchbutton {
    position: relative;
    top: 5px;
}

#stage h1 {
	color: #AAAAAA;
	font-size: 2em;
	margin: 0;
	padding; 0;
}

#stage {
	margin: 0 20px 0 177px;
	padding-top: 50px;
	font-size: .8em;
	line-height: 1.5em;
}

#footer {
	color: white;
	font-size: 11px;
	width: 722px;
	background-image:  url("images/footer-top.gif");
	background-color: #000000;
	background-position: top left;
	background-repeat: no-repeat;
}

#footercap {
	background-image:  url("images/footer-bottom.gif");
	background-color: #000000;
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 8px;
	clear: both;
}

.copyright {
	padding: 10px 5px 2px 5px;
}

.copyright a {
	color:white;
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}