/* CSS Document */
html
{
	overflow-y: auto;
	overflow-x: hidden;
}

table.center 
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	/*margin-top:-250px;*/
}

td.header:hover
{
	background-color: #0080C5;
}

body.home
{
	background-color:  #a1acfb;
	background-image: url("images/starburst.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small; 
}

body.nothome
{
	background-color:  #ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small; 
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

a
{
text-decoration:none;
color:#A1ACFB;
}

a:hover
{
text-decoration:underline;
color:#0080C5;
}

a.header
{
	text-decoration: none;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

img.center 
{
	position:absolute;
	top:35%; /*change to fit*/
	left:22%;/*change for page*/
	overflow: auto;
}

#Layer1 
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow: visible;
	background-image: url(Images/coolideas_logo3.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	text-align: center;
}

#Layer2 
{
	position:absolute;
	left: 0;
	width:472px;
	height:76px;
	z-index:1;
	text-align: center;
	top: 0;
}

