@CHARSET "UTF-8";
/* Generic Selectors */
body 
{
	font-family: sans-serif; 
	font-size: 14px;
	background-color: Wheat;
	color: DarkSlateGrey;
	margin: 0;
	padding: 0;
}
div
{
    text-align: left;
    margin: 10px;
    padding: 0px;
}
/*************************  ID's *************************/
#header
{
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 188px;
	background-color: #e2caab ; ;
	text-align: center;
}
#submit_button 
{	
	margin: 5px 5px 5px 5px;
	background-color: Tan; 
	color: 	maroon;
}
#u3alogotext {
	font-family: Arial;
	font-size: 9.5px;
	font-weight: bold;
	color: black;
}
#form_heading
{
	font-family: 'Comic Sans MS', cursive;
	font-size: 20px;
	color: Maroon;	
	text-align: center;
}
#pre_load 
{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: -110px;
	width: 100px;
}

/*************************  Class selectors *************************/
.webmasternote { font-style: italic ; text-align: left;}
.center {text-align: center;}
.default_border {	border: 4px solid DarkGray;}
div.form 
{
	position: absolute;  
 	top: 207px; /*  height of the header + header margin + margin-top of div.left + header border */  
 	width: 260px;  
	right: 0px;
	background-color: #d4c8b9;
	color: Black;
}
div.ieform { 
	float: right;
 	margin-top: 0px;
 	margin-right: 0px;
 	margin-left: 0px;
    width: 268px;  
	background-color: #d4c8b9;
 }

div.ieleft {
	float: left;
	padding: 5px;
 	margin-top: 0px;
 	margin-left: 0px;
	width: 470px;
	text-align: center;
	background-color: Cornsilk;
}
div.left {
	padding: 5px;
	background-color: Cornsilk;
	position: relative;
	top: 0px;
	margin-right: 280px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
img.top {position: relative; top: 5px; background-color: Wheat  ;border: 4px solid DarkGray }

.input_box 
{
	background-color: White;
	border: 2px  inset;
	font-family: 'Comic Sans MS', cursive;
	font-size: 1em;
	text-align: left;
	padding-left: 5px;
}
.form_content
{
	position: relative;
	left: 5px;
	right: 3px;
}
/*************************  Pseudo classes *************************/
a:link {
	color: maroon;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: DarkCyan;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: DarkCyan;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: fuchsia;
	font-weight: bold;
}
#submit_button:hover {
	color: DarkCyan;
}


