/* This is styles for COL intro page index.php */

	body {
		background-color: #eeffff;
		font-family: verdana,arial;
		font-size: 12px;
		text-align: center;
		color: darkblue;
	}
	a {
		font-family: Arial, Verdana;
		color: black;
		font-weight: normal;
		text-decoration: none;
	}
	.heading {
		font-size: 20px;
		font-weight: bold;
		text-align: center;		
	}
	.heading2 {
		font-size: 15px;
		text-align: center;
		font-style: italic;		
	}
	#mainpage {
		position: absolute;
		left: 22%;
		top: 0px;
		padding: 10px;
	}
	table {
		font-size: 14px;
	}
	#displaybox {
		width:98%;
		background-color: #ccffcc;
	}
	#sidecolumn {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 20%;
			padding: 10px;
	}
	div.clickbox {
			background-color: #66ff66;
			width: 100px;
			font-weight: bold;
			text-align: center;
			border-style: solid;
			border-width: 2px;
			border-color: #c69f44;
			padding: 4px;	
	}
	.gobutton	{
			background-color: #66ff66;
	}
