BODY
{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: #DDC6D5;

}

.logopanel
{
	width: 108px;
	height: 619px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(cgcologo.gif);
	background-repeat: no-repeat;
	background-color: #0033CC;
	
}

.wholepage
{
	width: 692px;
	height: 800px;
	position: absolute;
	left: 108px;
	top: 60px;
	padding: 15px;
	text-align: justify;
	overflow: visible;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.leftcolumn
{
	width: 300px;
	height: 550px;
	position: absolute;
	left: 108px;
	top: 60px;
	padding: 15px;
	text-align: justify;
	overflow: visible;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.rightcolumn
{
	width: 300px;
	height: 1571px;
	position: absolute;
	left: 445px;
	top: 61px;
	padding: 15px;
	text-align: justify;
	overflow: visible;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.topleftbox
{
	width: 336px;
	height: 363px;
	position: absolute;
	left: 108px;
	top: 0px;

}

.toprightbox
{
	width: 356px;
	height: 358px;
	position: absolute;
	left: 445px;
	top: 0px;
	padding: 8px;
	text-align: left;
}

.picture
{
	width: 336px;
	height: 237px;
	position: absolute;
	left: 108px;
	top: 363px;
	background-color: #CCCCCC;
}

.middlerightbox
{
	background: #FF0000;
	width: 356px;
	height: 80px;
	position: absolute;
	left: 445px;
	top: 359px;
	padding: 8px;
	background-color: #CCCCCC;

}

.bottomrightbox
{
	background: #FF0000;
	width: 356px;
	height: 15px;
	position: absolute;
	left: 445px;
	top: 440px;
	padding: 5px;
}

.mainbox 
{
	position: absolute;
	height: 21px;
	width: 692px;
	left: 108px;
	top: 0px;
	background-color: #FF33FF;
}

.mainheader 
{
	font-size: large;
	top: 33px;
	padding: 0px;
	text-align: center;
	width: 692px;
	position: absolute;
	height: 9px;
	left: 108px;
	overflow: visible;
}

h1{font: large;}
h2{font: x-large;}
h3{font: xx-large;}

p{font-size: 11px;}

strong {font-weight: bold;}

A.index:link{text-decoration: none; color: blue;}
A.index:visited{text-decoration: none; color: blue}
A.index:hover{text-decoration: none; color: #00FFFF;}
A.index:active{text-decoration: none; color: blue;}

A.main:link{text-decoration: none; color: blue;}
A.main:visited{text-decoration: none; color: blue}
A.main:hover{text-decoration: none; color: #3399FF;}
A.main:active{text-decoration: none; color: blue;}

.whitebackground {background-color: #FFFFFF;}

