/* CSS Document */<STYLE type="text/css">		:link { color: #33FFFF; text-decoration: none;}		:visited { color: #00CCFF; text-decoration: none;}		:active { color: #99FFFF;}		:hover { text-decoration: underline;}				html, body {			margin: 0;		}		body {		background:"#003366"; 		color:#FFFFFF; 		}				p {		font-size: 16pt;		}				.button{		width: 180px;		background: #ffffb3;		color: #0601d7;		font-weight: bold;		font-size-adjust: +2		}		#header { width: 100%; float: left; }		#leftcol {			float: left;			width: 180px;			border: #000 0px solid;		}		#main {			margin: 0px;		}		#centercol {			border: #00 1px solid;			margin: 0 195px 0 195px;			padding-right: 40px;			padding-left: 40px;		}		#rightcol {			float: right;			width: 200px;			border: #000 0px solid;		}</STYLE>