﻿body
	{
	width: 1024px;
	height: 768px;
	color: #375472;
	background-color: white;
	}



a.nav
	{
	color: #203268;
	text-decoration: none;
	font-family: "calibri";
	font-weight: bold;
	
	}
a.nav:hover
	{
	color: #203268;
	text-decoration: underline;
	
	
	}

#logo
	{
	position: absolute;
	left: 5px;
	top: 10px;
	z-index: 1;
	}

#navtext
	{
	letter-spacing: 2px;
	word-spacing: 15px;
	color: white;
	font-size: 100%;
	position: absolute;
	left: 160px;
	top: 42px;
	text-align: right;
	
	}


/*----------------------------------- MAIN BODY -----------------------------------*/


iframe.one
	{
	width: 450px;
	height: 495px;
	border: none;
	position: absolute;
	left: 55px;
	top: 100px;
	border: dashed;
	border-width: 1px;
	}
	
iframe.two
	{
	width: 450px;
	height: 495px;
	border: none;
	position: absolute;
	left: 570px;
	top: 100px;
	border: dashed;
	border-width: 1px;
	}
	
#graybox
	{
	background-color:#D8D8D8;
	width: 969px;
	height: 35px;
	border: none;
	position: absolute;
	left: 55px;
	top: 33px;
	}
	
#qbox
	{
	background-color:#CECCFF;
	width: 40px;
	height: 495px;
	border: none;
	position: absolute;
	left: 518px;
	top: 100px;
	}
