/* basic elements */
body {
	background-color: #FFFACD;
	background-image:url(_images/backgrnd_sliver.jpg);
	background-repeat:repeat-y;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	font-size: 11px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

li {
	font-size: 14px;
	font-weight: bold;
	font: "Trebuchet MS";
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px -5px;
	list-style: square;
}
	
td {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	
}
a:visited, 
a:visited:hover { 
	font-weight: bold; 
	text-decoration: none; 
	
	}
a:hover, 
a:active {
	text-decoration: none;
	color: #000000;
}

acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}

/* major divs */
.titleText {
	font: italic bold 32pt "Trebuchet MS";
}

.pageTitleText {
	font: italic bold 18pt "Trebuchet MS";
}


.welcomeText {
	font: italic bold 18pt "Trebuchet MS";
}

.contactText {
	font:  bold italic 9pt "Trebuchet MS";
}

.contactLink {
	color: Black;
}

.namesText {
	font: bold 10pt "Trebuchet MS";
	color: #FFFACD;
	text-align: center;
}

.menuText {
	font:   12pt "Trebuchet MS";
	color: #FFFACD;
}

.copyrightText {
	font:  9pt "Trebuchet MS";
	color: #000000;
}

.courseText {
	font:  9pt "Trebuchet MS";
	color: #000000;
	
}

.bodyText {
	font: normal 14pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.scrollColor {
	scrollbar-base-color: #FFFACD;
}

.tableBorder{
	border-bottom: thin;
	border-left: thin;
	border-right: thin;
	border-top: thin;
	border-color:#848549; 
}
#container {
	width: 780px;
	height: 905px; /* strange but ie6 needs this */
	background-image: url(_images/backgrnd4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 5px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#menu {
	width: 180px;
	margin: 0px 0px 0px -15px;
	padding: 65px 0px 0px 0px;
}

#logo {
	width: 125px;
	height: 85px;
	margin: 15px 0px 0px 20px;
	padding: 0px 0px 0px 5px;
	
}	

#title {
	width: 500px;
	height: 35px;
	float: right;
	margin: -90px -100px 0px 0px;
	padding: 0px 0px 0px 5px;
	clear: both;
}	

#contact {
	width: 55px;
	height: 35px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	clear: both;
	
}	


