@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
}
#header {
	background-color: #8FB3D1;
	background-image: url(../images/aculabs_logo.gif);
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
}
#subhead {
	background-color: #365875;
	height: 15px;
	width: 100%;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B13427;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #365875;
	margin: 10px;
	padding: 0px;
}
.boldtext {
	font-weight: bold;
}

#content p {
	margin: 10px;
	padding: 0px;
}
#header a {
	padding-right: 25px;
}

#content a:link {
	color: #B13427;
	text-decoration: underline;
}
#content a:visited {
	color: #B13427;
	text-decoration: underline;
}
#content a:hover {
	color: #B13427;
	text-decoration: none;
}
#content a:active {
	color: #B13427;
	text-decoration: none;
}
#header p {
	text-align: right;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#header a:link {
	color: #B13427;
	text-decoration: underline;
	font-weight: bolder;
}
#header a:visited {
	font-weight: bolder;
	color: #B13427;
	text-decoration: underline;
}
#header a:hover {
	font-weight: bolder;
	color: #B13427;
	text-decoration: none;
}
#header a:active {
	font-weight: bolder;
	color: #B13427;
	text-decoration: none;
}
#footer {
	background-color: #365875;
	height: 25px;
	width: 100%;
	clear: both;
	float: left;
	margin-top: 25px;
}
#footer p {
	text-align: right;
	padding-right: 25px;
	font-weight: bolder;
}
#footer a:link {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content h2 {
	color: #365875;
	margin-left: 10px;
	font-size: 14px;
}
#content li {
	margin-top: 6px;
}
.graytext {
	color: #999999;
}
.italicizedtext {
	font-style: italic;
}
