body {
		

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	background-image: url("sky.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

p {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;

	text-indent: 30px;
	font-size: 14px;

}

h3 {
	text-indent: 10px;

	width: 800px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;

/*	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
*/
}

.cinfotext {
	font-size: 10px;
	color: #666666;
}

a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000099;
}

a:active {
	color: #00ccff;
	text-decoration: none;
}

.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image: url("gtdot.gif");
}

.menu a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
}

.menu a:active {
	color: #aaaaaa;
	text-decoration: blank;
}

.smenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.smenu a:link {
	color: #000000;
	text-decoration: none;
}

.smenu a:visited {
	color: #333300;
	text-decoration: none;
}

.smenu a:hover {
	color: #006600;
	text-decoration: none;
	background-color: #ffffff;
}

.smenu a:active {
	color: #000000;
	text-decoration: blank;
}


div.box {
	width: 800px;
	
	background: white;
	  position: relative; 
	  left: 50%; 
	  margin-left: -400px;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

