			* {
				padding: 0;
				margin: 0;
			}
			body {
				position: relative;
				margin: 0;
				color: #003660;
				font-family: sans-serif;
				font-size: 12pt;
				font-weight: bold;
				letter-spacing: 2px;
				width: 1024px;
				margin-left: auto;
				margin-right: auto;
				background: url(images/gradient.jpg) 0% 0% repeat-x;

			}
			p {
				color: #003660;	
			}
			ul.menu {
				position: relative;
				margin-top: 10px;
				float: left;
				list-style: none;
				width: 290px;
				height: 320px;
				letter-spacing: 3px;
				font-size: 14pt;	
				background-color: transparent;
			}
			ul.menu a {
				display: block;
				padding: 9px 0px 9px 0px;
				width: 290px;	
			}
			ul.menu li {
				float: left;
				position: relative;
				background-color: transparent;	
			}
			ul.menu li ul {
				list-style: none;
				position: absolute;
				padding-left: 5px;
				left: 220px;
				top: 0;
				font-size: 14pt;
				display: none;
				width: 85px;
				height: 85px;
				z-index: 2;	
				background-color: #BDC6DF;
				-moz-border-radius: 11px;
				-webkit-border-radius: 11px;
			}
			ul.menu li.submenu:hover {
				-moz-border-radius: 11px;
				-webkit-border-radius: 11px;
				background-color: #BDC6DF;	
			}
			ul.menu li:hover ul {
				display: block;
			}
			
			div#checker {
				margin-top: 16px;
				padding-top: 16px;
				height: 20px;	
			}
			div.spacer {
				float: right;
				width: 290px;
				height: 320px;	
			}
			img.center {
				display: block;
				margin-left: auto;
				margin-right: auto;	
			}
			img.adjcenter {
				display: inline-block;	
			}
			img#logo {
				height: 200px;
				width: 600px;	
				border: thin solid transparent;
			}
			img#checkerboard {
				height: 18px;
				width: 1000px;	
			}
			img#areyouready {
				height: 100px;
				width: 800px;	
			}
			a:link {
				color: #003660;
				text-decoration: none;
			}
			a:visited {
				color: #003660;
				text-decoration: none;
			}
			a:hover {
				color: #BC972C;
				text-decoration: none;
			}
			a:active {
				color: #003660;	
				text-decoration: none;
			}
			a:focus {
				color: #BC972C;
				text-decoration: none;
			}	
			img#logo:hover {
				border: thin solid #BC972C;	
			}
			div.footer {
				margin: 50px 0 20px 0;
				height: 20px;
				min-width: 734px;
				float: right;	
			}
			div.footer p {
				margin-left: auto;
				margin-right: auto;
				min-width: 734px;
				text-align: center;
				color: #BDC6DF;
				font-size: 10pt;	
			}