body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeff;
}
.page {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: thin solid #000000;
	background-color: #FFFFFF;
}
.page .header {
	background-color: #000066;
	height: 75px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
.page .header .title {
	font-size: 200%;
	font-weight: bold;
	color: #FFFF00;
}
.page .content .menu ul {
	margin: 0px;
}

.page .header .subtitle {
	margin-left: 100px;
	font-style: italic;
	color: #FFFFFF;
}
.page .content .menu {
	border: 2px solid #000000;
	background-color: #DDDD00;
	font-size: 120%;
}
.page .content .menu a:link {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
.page .content .menu a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.page .content .menu a:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
.page .content .menu a:hover {
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}

.page .content .info {
	padding: 10px;
	position: relative;
	left: 20px;
	top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}


.page .header .spacer {
	height: 20px;
}
.page .content .menu li {
	list-style-type: none;
	border: 1px solid #666666;
	display: inline;
	list-style-position: outside;
}

.page .header .sectionName {
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.page .content .instructions {
	font-size: 125%;
	color: #000000;
	background-color: #FFFF00;
	font-weight: bold;
}
.page .content .accessRequest .reminder {
	text-align: center;
	font-weight: bold;
}
.page .content .accessRequest .formHead {
	font-weight: bold;
	text-align: center;
	font-size: 125%;
}
.page .content .accessRequest .formGroup {
	font-weight: bold;
	color: #0000CC;
}


.page .spacer {
	height: 10px;
}
.page .content .notice {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}

.page .content p {
	text-indent: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.page .menubar li {
	list-style-type: none;
	color: #000066;
	background-color: #FFFF00;
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #000000;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px;
}
.page .menubar {
	color: #0000FF;
	background-color: #dddd00;
	text-align: center;
}
.page .menubar a:link {
	text-decoration: none;
	color: #0000FF;
}

.page .menubar a:hover {
	text-decoration: underline;
	color: #0066FF;
}

.page .menubar a:active {
	text-decoration: none;
	color: #000000;
}

.page .menubar a:visited{
	text-decoration: none;
	color: #0000FF;
}
.page .content {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
