/***********************************************/
/* Computer Correct Website                    */
/* 3 Column View With Top Navigation           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color:#0000FF;
	text-decoration: none;
}

a:visited{
	color:#000000;
	text-decoration: none;
}

a:hover{
	color:#000099;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#functions{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 475px;
	height: 25px;
	z-index: 2;
	font-size: small;
}

#logoTopLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 325px;
	height: 90px;
	z-index: 2;
}

#topMessage{
	position: absolute;
	top: 25px;
	left: 325px;
	width: 475px;
	height: 65px;
	z-index: 1;
	vertical-align: middle;
	line-height: 65px;
	font-family:"Courier New", Courier, mono;
}

#navigation{
	position: absolute;
	top: 90px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 45px;
	z-index: 3;
	font-size: medium;
	vertical-align: top;
}

#subMenu{
	position:absolute;
	top: 135px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 20px;
	font-size: medium;
	font-family:"Courier New", Courier, mono;
	line-height; 20px;
	vertical-align: middle;
	background-color: yellow;
	z-index:3;
}

#main{
	position: absolute;
	top: 155px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index:4;
}