﻿/* CSS layout */
body{
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

a{
	color:blue;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color:red;
	background-color: white;
	text-decoration: none;
}


#left_col {
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: teal;
	text-align:center;
}
#page_content {
	margin-left: 250px;
	background-color: #CCFFFF;
}

#container {
	position: relative;
	width: 100%;
}
#head {
	text-align: center;
}
#imgbar{
	text-align:center;
}

.cent{
	text-align:center;
}

.hspace{
	margin-top: 0px;
	margin-bottom: 0px;
}

.cln{
	font-weight:bold;
	color: red;
}


#content{
	margin-left: 20pt;
}
.under{
	text-decoration:underline;
}