/* CSS Document */

/* Basic font definition */

body { 
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px; 
	background-color: #FFFFFF;
	color: #000000;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

h3 {
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

h4 {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

h5 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
	color: #660000;
	background-color: #FFFFFF;
}

caption {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}



/* Hyperlink responses */

A {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

A:link {
	color: #000000;
}

A:visited {
	color: #000000;
}

A:hover {
	color: #CC3300; 
}

A:active {
	font-weight: bold;
}



/* Top / Title of Page */

#utmslogo {
	position: absolute;
	width: 172px;
	height: 162px;
	color:#FFFFFF;
	z-index: 1;
	left: 0px;
	top: 0px;
	visibility: visible;
	}

#titleBar {
	position: absolute;
	margin-left: 0px;
	height: 45px;
	width: 386px;
	color: #CC66CC;
	z-index: 1;
	top: 5px;
	left: 192px;
	visibility: visible;
}

#textMenu {
	width: 657px;
	height: 20px;
	margin-left: 0%;
	margin-top: 0px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	left: 250px;
	top: 109px;
	visibility: visible;
	z-index: 1;
}

#titlePics {
	position: absolute;
	width: 561px;
	height: 95px;
	margin-left: 0%;
	border-bottom: 3px solid black;
	z-index: 1;
	left: 270px;
	top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	visibility: visible;
}



/* Middle of Page */

#mainInfoWindow {
	position: absolute;
	height: 685px;
	width: 768px;
	margin-top: 0px;
	margin-left: 0%;
	top: 235px;
	left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	visibility: visible;
	z-index: 2;
}



/* Left Hand Side Menu Bar */

#menuBar {
	float: left;
	margin-left: 0px;
	height: 400px;
	width: 125px;
	z-index: 1;
	top: 161px;
	position: absolute;
	left: 15px;
	visibility: visible;
}

#Accessibility {
	position: absolute;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 88px;
	height: 93px;
	margin-left: 0%;
	top: 609px;
	left: 16px;
	z-index: 2;
	visibility: visible;
}

/* Foot of Page */

#footerOptions {
	width: 525px;
	height: 20px;
	margin-left: 0%;
	margin-top: 0px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	left: 324px;
	top: 927px;
	visibility: visible;
	z-index: 1;
}

#WebStats {
	position: absolute;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 96px;
	height: 15px;
	margin-left: 0%;
	top: 950px;
	left: 500px;
	z-index: 2;
	visibility: visible;
}

#Copyrights {
	position: absolute;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 363px;
	height: 16px;
	margin-left: 0%;
	top: 951px;
	left: 607px;
	z-index: 2;
	visibility: visible;
}
