body {
		margin-right: 50px;
		margin-left: 50px;
		font-family: arial, helvetica, verdana, 'sans serif';
		font-size: 100%;
		background-image: url('../images/blegtext.gif');
		background-repeat: repeat-y;
		width: 700px;
	}

#head {
		position: relative;
	}
#head h1 a {
		display: block;
		overflow: hidden;
		height: 150px;
		width: 150px;
		text-decoration: none;
		text-indent: -9999px;
	}
#head .left-graphic {
		background: url(../images/CASLogo150.gif) no-repeat;
		width: 150px;
	}
#head .title {
		width: 400px;
	}
#head .right-graphic {
		background: url(../images/CASConn150.gif) no-repeat;		
		width: 150px;
	}

#menu {
		background-color: #FFFF99;
	}
#menu a {
		background-color: #FFFF99;
		text-decoration: none;
		padding: 2px 10px;
	}
#menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 100%;
   }
#menu ul>li {
		display: inline;
		padding: 2px 6px;
	}

h1, h2, h3, h4, h5 {
		text-align: center; 
	}

#content .col-top {
		width: 345px;
		vertical-align: top;
	}
#content .col-float {
		width: 345px;
	}
#content .col-sep {
		width: 10px;
	}
#content .center {
		text-align: center;
	}

#footer {
		font-size: 0.8em;
		text-align: center;
		color: #330099;
	}

@media print {
body {
		margin-left: 5px;
	}
}
