.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6D4F37;
}
body {
	background-image:  url(Images/cosbg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #1F0E07;
	scrollbar-face-color : #FF0000;
	scrollbar-shadow-color : #503d20;
	scrollbar-highlight-color: #e9dcbe;
	scrollbar-3dlight-color: #e9dcbe;
	scrollbar-arrow-color : #503d20;
	scrollbar-track-color : #FF0000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-base-color : #000000;
}

.transbox {
width: 300px;
height: 300px;
overflow: auto;
filter: chroma(color=#FF0000);
}

a:link {
	color: #503d20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a:visited {
	color: #1e4d0d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a:hover {
	color: #a41d1d;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a:active {
	color: #a41d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.homelayer {
	white-space: normal;
	position: static;
	height: auto;
	width: auto;
	left: 208px;
	top: 117px;
}
.logo {
	background-attachment: fixed;
	background-image: url(Images/coslogo.gif);
	background-repeat: no-repeat;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 200px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}

h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-align: center;
}

.navmenutext {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
