﻿A:link {text-decoration: none; color:White;}
A:visited {text-decoration: none; color:White;}
A:active {text-decoration: none;}
A:hover {text-decoration:none; color: #EEFF0C;}


img
{
	border:0px;
}

body
{
	background-color: rgb(235,235,235);
}

#header
{
	background-color:Black;
	border: Solid 1px Black;
	text-align:center;
	font-size:xx-large;
	clear:both;
	width:785px;
}
#Menu
{
	border: Solid 1px Silver;
	background-color:#6f439a;
	color:Maroon;
	clear:both;
	width:785px;
	text-align:right;
	font-size: 12pt;
	font-weight:bold;
}

#content
{
	border-left: Solid 1px Silver;
	border-right: Solid 1px Silver;
	border-bottom: Solid 1px Silver;
	background-color:#dae7f2;
	color:#000000;
	width: 785px;
	text-align:center;
	font-size:larger;
	font-weight:normal;
}

#footer
{
	width: 785px;
	text-align:center;
	font-weight:bold;
	color:White;
	background-color:#6f439a;
}

div.ENCtitle
{
	
	width: 500px;
	min-width:500px;
	text-align:center;
	font-size:large;
	color:White;
	font-weight:bold;
	background: url('images/RoundedDivTitle.png') no-repeat;
	padding: 5px 5px 0px 10px;
	min-height:35px;
	height:35px;
}
div.ENCbody
{
	padding:5px 5px 5px 5x;
	text-align:center;
	font-size:12pt;
	color: White;
	width:500px;
	min-width:0px;
	min-height:300px;
	height:300px;
	font-weight:bold;
	background: url('images/RoundedDiv.png') no-repeat;
}

div.ENCbodyText
{
	padding:5px 20px 10px 10px;
	text-align:center;
	font-size:12pt;
	color: White;
	width:500px;
	min-width:0px;
	min-height:0px;
	height:300px;
	font-weight:bold;
	background: url('images/RoundedDiv.png') no-repeat;
	

}
a.regular
{
    color: white;
    text-decoration: underline;
}
a.regular:visited
{
    color: white;
    text-decoration: underline;
}
a.regular:hover
{
    color: white;
    text-decoration: none;

}

div.ENC
{
	width:500px;
	min-width:500px;
	padding: 0px 0px 0px 0px;
}

td.spaced
{
	width:130px;

}
td.format
{
	color:White;
	font-weight:bold;
	font-size:12pt;
	text-align:center;
}

div.selection
{
	text-align:center;
	font-weight:bold;
	font-size:medium;
	
}

div.feedbackStyle
{
	border: Solid 1px Red;
	color:Red;
	background-color:White;
	display:none;
	width:500px;
	min-width:500px;
}

td.logoSelect
{
	COMMENTED OUT-border:solid 2px black;
	text-align: center;
	vertical-align:bottom;
}
