body {
	font-family: Arial;
	font-size: 12px;
}

#wrapper {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 751px;
	height: 61px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/header.gif');
	overflow: hidden;
}

#user { /* Used for displaying the users account number*/
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	margin-top: 32px;
	margin-left: 96px;
}

#navitem_wrapper {
	float: right;
	overflow: hidden;
	height: 64px;
	width: 380px;
}

#content a, a:visited {
	color: #0000FF;
	text-decoration: none;
}

#content a:hover {
	color: #FF9224;
}

.navitem a, .navitem a:visited { /* Used for displaying the links in the header */
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: block;
	margin-right: 8px;
	margin-top: 32px;
	background: url('images/button.gif') no-repeat;
	width: 68px;
	height: 21px;
	padding-top: 8px;
	text-align: center;
}

.navitem a:hover {
	color: #FF9224;
	background: url('images/button_hover.gif') no-repeat;
}

#content_top {
	width: 751px;
	height: 12px;
	background: url('images/content_top.gif') no-repeat;
	background-position: bottom;
	margin-top: 8px;
}

#content {
	width: 719px;
	height: 100%;
	background-color: #e2e5ed;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3{
	font-size: 15px;
}

img {
	border: 0px;
}

#content_bottom {
	width: 751px;
	height: 12px;
	background: url('images/content_bottom.gif') no-repeat;
	background-position: top;
}

#footer {
	width: 751px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	background: url('images/footer.gif');
}

#alert {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	background-color:orange;
	margin-bottom:10px;
}

#alert.hidden {
	display:none;
	margin:0;
}

#cover #hidden {
	display:none;
	width:90px;
}
#cover:hover #hidden {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	background-color:#e2e5ed;
	border:1px solid;
}

#hidden li {
	margin:0;
	padding:0;
	display:block;
}
#hidden li a {
	display:block;
	width:100%;
}
#hidden li:hover {
	background-color:#62729d
}