/*This is the core style sheet of the site*/


div {}

.footer {
font-weight: normal;
font-size: 0.8em;}

body {
background-color: #bf69fe;
color: #666666;
font-family: serif, Georgia, "Times New Roman";
font-size: 1em;
background-image: url(img/rays1024a.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0em;}

#header {
background-color: #c067fd;
border-bottom: 1px #8b00b9 solid;
background-image: url(img/head1024x189a.jpg);
background-repeat: no-repeat;
background-position: top left;
padding-left: 125px;
padding-right: 125px;
padding-top: 0px;
padding-bottom: 189px;}


#content {
	position: relative;
	width: 850px;
}

#navbar {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 188px;
	height: 51px;
}
div#navbar {font-family: serif, Georgia, "Times New Roman";
font-size: .9em;
font-weight: bold;
text-align: center;
font-weight: bold;
width: 196px;}


ul {}

li {}

#main-text {
background-color: #ffffff;
border-left: 1px #990099 solid;
border-bottom: 1px #990099 solid;
border-right: 1px #990099 solid;
margin-left: 198px;
padding: 10px;}

h1 {
font-size: 1.4em;
font-style: normal;
letter-spacing: 5px;}

h2 {
font-size: 1.1em;
text-decoration: underline;}

p {
font-size: .9em;
text-align: justify;
line-height: 1.7em;}

a {}

a:link {
color: #CC0066;
text-decoration: none;}

a:visited {
color: #CC0066;
text-decoration: none;}

a:hover {
color: #9900CC;
text-decoration: underline;}

a:active {
color: #cc0099;
text-decoration: none;}
