html {
	height: 100%;
}
body	{
	background: #003366; /*#9CFurl(../images/bg.gif) repeat;*/
	color: #000;
	padding-left: 10px;
	border: 0;
	text-align: left;
	font-size:1.0em;
	font-family: arial, verdana, geneva, sans-serif;
	padding-bottom: 10px;
	margin: 20px;
}         
/* ie hack \*/
* html body {
	margin-bottom: 800px;
}
/*  ie hack */
/*link rules */
a 
{
text-decoration: none;
}

a:link 
{
color: rgb(0,0,255) /*rgb(0,51,102); */
}
a:visited 
{
color: rgb(204,51,102); /* rgb(153,153,102) */; 
}
a:active 
{
color: rgb(129,75,134); 
}
a:hover 
{
color: rgb(153,51,0); 
}
a:link, a:visited, a:hover, a:active {
	text-decoration : underline;
	background: transparent; 
}
hr
{
height:2px; 
}
h5{
	text-align: center;
}
h4{
	text-align: center;
	color: #a03;
}
h3
{
	color: #93f;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}

span {
	text-align:center;
	color: #ccc;
	display: block;
}
img { 
	text-align:center;
	border: none; 
}
/* top  
*/

#top
{
height:165px;
width:960px; 
position: absolute;
left: 0;
top: 0;
z-index: 1;
color:#000;
background-color: #cdf;  /* #cdf; 99c;*/
border: 0;  /*3px outset rgb(153,102,102);*/
text-align: center;
}

#cgologo {
position: absolute;
left: 18px;
top: 5px;
width: 208px;
}

#welcome {
position: absolute;
left: 20px;
top: 83px;
padding-top:0;
z-index:10;

}

#toptext {
position: absolute;
left: 10px;
top: 110px;
}
#animation {
position: absolute;
left: 255px;
top: 0px;
width: 432px;
border:0;
}
#links{
position: absolute;
left: 710px;
top: 30px;
}
/* end top */

p{
 	color: #ccc;
 	padding: 5px;
}
table { 
	padding:0;
	margin: 0;
	border: none; 
}
td {
	position: relative;
	text-align:left;
	padding-left:5px;
}
strong {
	color: #ffc;
	font-weight: bold;
	/*font-style: italic;*/
}
#main
{
position: absolute;
left: 0px;
top: 170px;
width:960px;
color: #000;
/*background-color: #99c;*/
border: 0;
z-index: 1;
text-align: left;
}

#table2 { 
background-color: #c99;
border: 3px outset rgb(153,102,102);
color: #000;
font-weight: bold;
margin-right:15px;
}