@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #EFEFEF;
}

h1 {
	color: #0064D8;
}
#wrapper {
	background: url(../images/gray_bar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	text-align:center;
}

#topBar {
	height: 39px;
	width: 1015px;
	color: #FFFFFF;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	line-height: 39px;
	vertical-align: bottom;
	background-image:url(../images/keymaster.jpg);
	background-repeat:no-repeat;
}

#topBar a {
	color: #FFFFFF;
	text-decoration:none;
}

#topBar a:hover {
	text-decoration: underline;
}

#ribbon {
	height: 57px;
	background-color: blue;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat: no-repeat;
	position:relative;
}

#stage {
	width: 1015px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/stage.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}


#topNav {
	text-align: right;
	font-size: 20px;
	line-height: 48px;
	padding-right: 50px;
	
}

#topNav a {
	color: #FFFFFF;
	padding-left: 25px;
	text-decoration:none;
}

#topNav a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	border-top: 3px solid #0064D8;
	padding-top: 5px;
	padding-bottom: 20px;
}

#footer table td a {
	padding-right: 15px;
	color: #333;
}

#footer table td a:hover {
	color: #0064D8;
}

#keyBox {
	width: 144px;
	height: 60px;
	z-index: 999;
	margin-top: -5px;
	position: absolute;
	left: 50px;
}

#bottomBar {
	background: #EEE;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position:relative;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 1015px;
	position: relative;
	clear: both;
	text-align: left;
	padding: 25px 0px;
	background: #FFF;
}
legend {
	font-weight: bold;
}

.altRow {
	background-color: #DDD;
}
