@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
	margin-left: 10px; 
	overflow: scroll; }

#container{
	width: 85%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; 	}

#header {
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	float: none;
}

#main {
	margin: 0;
	padding: 10px 10px 10px 10px; }
	
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #000;
	font-size: .9em; }
	
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;  }
	
.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #008b98;
	margin: 10px;
}

.mainContent2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size:12px;
	margin: 10px;
}

.mainContent3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	margin: 10px;
	font-size:14px;
}


a:link {
	color: #008b98;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #aaa33b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #008b98;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #008b98;
	text-decoration: none;
	font-weight: bold;
}

.CSdeptAddress {
	font-style: italic;
	color: #008b98;
}

.italicsColor1 {
	font-style: italic;
	color: #063;
}

.italicsColor2 {
	font-style: italic;
	color: #63F;
}
h3 {
	text-align: center;
}
.subTitles {
	font-style: italic;
	font-weight: bold;
	color: #FF50DC;
}
.document_part_headings {
	font-variant: small-caps;
	color: #339;
}
.Unix_prompts {
	font-family: "Courier New", Courier, monospace;
	color: #333399;
	font-weight: bold;
}
