/* CSS Document *	include this document at the top of all HTML files for the CAVIS * 	website. */body {	background-image:url(./images/style/background.png);	background-attachment: fixed;	background-repeat: repeat;	background-color: 0a0a0a;}/* Zero out the margins and padding: */body, div {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;		font-family:Verdana, Arial, Helvetica, sans-serif;}/* *	main div tag style */  div.toplevel { 	width: 800px;	margin-right: auto;	margin-left: auto;}img#banner {	margin-left: 25px; 	margin-right:25px; 	margin-top: 40px; 	margin-bottom: 15px;}  div#main { 	background-image:url(./images/style/mainbackground.png);	background-attachment: fixed;	background-repeat: repeat;	background-color:#333333;		color: #000000;	font-size: 12px;		height: 100%; }  div#copyright { 	color: #666666;	font-size: 9px;	text-align: center;	margin-top: 2px; }  div#buttons {	text-align:center;	width: 100%;		border-top: 1px solid #707070;	border-bottom: 1px solid #707070;		margin-top: 25px;	padding-top: 10px;	padding-bottom: 10px;		background-image:url(./images/style/buttonbarbackground.png);	background-attachment: fixed;	background-repeat: repeat;	background-color: #4a4a4a;	color: #ffffff;	font-weight: 800; }  div#buttons a, div#buttons a:visited { 	color:#ADCAEA;	font-weight:800;	text-decoration: none; }  div#buttons a:hover { 	text-decoration: underline; }  div#content {	width: 500px;	display: block;	padding-left: 15px;	padding-bottom: 15px;	height: 100%; }  div#content a, div#content a:visited { 	color: #0033FF;	text-decoration: none;}div#content a:hover {	color: #0033FF;	text-decoration:underline;}  div#content h1, div#secondarybuttons h1 { 	color: #0033FF;	font-size: 24px;	font-weight: 200;	 }  div#content h2, div#secondarybuttons h2 { 	color: #0033FF;	font-size: 18px;	font-weight:200;	margin-top: 20px; }  div#content h3, div#secondarybuttons h3 { 	color: #0033FF;	font-size:16px;	font-weight:200; }  div#content h4, div#secondarybuttons h4 { 	color: #0033FF;	font-size:14px;	font-weight:200; }  div#content p, div#content h2, div#content h3, div#content h4 { 	padding-left:15px;} div#secondarybuttons {	float: right;	z-index:100;	width: 263px;	display: block;	position: relative;	padding-top: 5px;}div#secondarybuttons h3 {	margin-bottom: 2px;}div#secondarybuttons ul {	margin-top: 2px;}