/* CSS Document */

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

body.aregister #aregister {
	background-color: #fae5f0;
}

a { 
	color: #000099; 
	text-decoration: underline; 
	font: bold 10pt Arial, Helvetica, sans-serif;
}

a:active { 
	color: #000099; 
	text-decoration: underline; 
	font: bold 10pt Arial, Helvetica, sans-serif;
}

a:hover { 
	color: #006633; 
	text-decoration: underline; 
	font: bold 10pt Arial, Helvetica, sans-serif;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

.header {
	font-size: 145%;
	color: #007ac9;
	font-family: "Times New Roman", Times, serif;
}

.subhead {
	color: #a30050;
	font: 105% Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.unitechinfo {
	font-size: 75%;
	padding-left: 8px;
	padding-bottom: 8px;
}

#nav {
	background-color: #faedbf;
	width: 144px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	border-bottom: 1px solid #ebb700;
}
#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	width: 128px;
}
#nav li a.normal:link, #nav li a.normal:visited {
	display: block;
	color: #007ac9;
	padding: 8px 8px 8px 8px;
}
#nav li a:hover {
	background-color: #fdf8e5;
}

#nav a.register:link, #nav a.register:visited {
	display: block;
	background-color: #f5d1e4;
	color: #a30050;
	padding: 8px 8px 8px 8px;
}

#nav a.register:hover {
	background-color: #fae5f0;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 70%;
	margin-top: 10px;
	margin-left: 20px;
}

#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 95%;
}
