﻿/* CSS Style Sheet */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #fcd6fc;
}

p
{
	margin-left: 5px;
	/*text-align: left;*/
}

h3
{
	font-size: 16px;
	text-align: center;
}

h4
{
	margin-left: 5px;
	font-size: 14px;

}
div#header
{
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 1;
}

div#contact
{
    position: absolute;
    left: 5px;
    width: 800px;
    height: 24px;
    top: 205px;
    border-bottom-style: groove;
    border-bottom-width: thin;
    border-bottom-color: #000000;
    z-index: 2;
}

div#container
{
    position: absolute;
    left: 5px;
    width: 800px;
    top: 250px;
    z-index: 3;
}

div#content
{
    position: relative;  
    left: 5px;
    width: 670px;
    height: 100%;
    z-index: 5;
}

div#copyright
{
    position: relative;
    left: 0px;
    width: 800px;
    font-variant: small-caps;
    text-align: center;
    top: 25px;
    font-size: small;
}
div#navcontainer
{
    width: 125px;
}

#navlist
{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:link, #navlist a:visited
{
    display: block;
    padding: 3px;
    width: 120px;
    background-color: #660066;
    border: thin inset #fcd6fc;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #eee;
    text-decoration: none;
}

#navlist a:hover
{
    border: thin inset #660066;
	background-color: #fcd6fc;
   /*color: #660066;
	color: #fcd6fc;*/
    color: #000000;
}

#uberlink a, #uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
    border: thin inset #660066;
    background-color: #6699ff;
    color: #000000;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


.required
{
	color: #FF0000;
	font-size: 12px;

}
.table1
{
	font-size: smaller;
}

.table2
{
	font-size: 14px;
}

.err
{
	color: #FF0000;
}

.errHead
{
	color: #FF0000;
	font-size: large;
}

.validmsg
{
	font-size: smaller;
	color: #660066;

}

.msgImportant
{
	font-size: smaller;
	color: #FF0000;


}