a:link, a:visited {
    text-decoration: none;
    color:#9f68d3;
    }
    a:hover, a:active { 
    color:black;
    }
#container {
	min-width:875px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
	background-position:center;
	text-align:center;
	height:576px;
	text-decoration:none;


}

#content {
	font-family: Lucida Bright,Georgia,serif;
	font-size: 11pt;
	padding: 25px;
	min-height:250px;
	text-align:center;
	width:910px;
	/*background-image:url(../images/css/grey.png);*/
	background-color:white;
	margin-right: auto;
	margin-left: auto;

}
#content h1{
font: bold 35px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
padding-bottom: 10px;
letter-spacing:2pt;

}
#text {
	font-family: Lucida Bright,Georgia,serif;
	font-size: 11pt;
	padding-left: 75px;
	padding-right: 75px;
	text-align:justify;
	width:690px;

	background-color:white;
	margin-right: auto;
	margin-left: auto;

}
#text table{
	text-align:center;
	width:690px; 
}
#text td{
	font-family: Lucida Bright,Georgia,serif;
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
    border: 3px solid grey;
    border-collapse: collapse;
    padding: 30px;
}

/* Navigation */
#navlist
{
padding: 30px 50px 10px;
margin-left: 0;
font: bold 13px Century Gothic, sans-serif;
height:20px;
text-transform: uppercase;
text-decoration:none;

}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
padding: 0px 40px 0px;

}
/* Navigation */

#footer {
	width: 910px;
	padding: 75px 25px 10px 25px;
	clear: both;
	/*background-image:url(../images/css/grey.png);*/
	background-color:white;
	margin-right: auto;
	margin-left: auto;
	font:9px Lucida Bright,Georgia,serif;
}

