/*This is the core style sheet of the site*/


div {}

.footer {
font-weight: bold;}

body {
background-color: #bf69fe;
color: #666666;
font-family: serif, Georgia, "Times New Roman";
font-size: 1em;
background-image: url(img/rays1024.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0em;}

#header {
background-color: #c067fd;
border-bottom: 1px #8b00b9 solid;
background-image: url(img/head1024x189.jpg);
background-repeat: no-repeat;
background-position: top left;
padding-left: 125px;
padding-right: 125px;
padding-top: 0px;
padding-bottom: 189px;}


#inner-image {
background-image: url(img/inner-image.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;}

#content {
position: relative;
width: 850px;}

#navbar {
position: absolute;
top: 10px;
left: 0px;
width: 188px;}
div#navbar {font-family: serif, Georgia, "Times New Roman";
font-size: .9em;
font-weight: bold;
text-align: center;
background-color: #bf63ff;
font-weight: bold;
width: 188px;}

#navbar ul li a:link, #navbar ul li a:visited {color: #ffffff;
background-color: #bf63ff;
text-decoration: none;
border-top: solid #ffffee 1px;
border-left: solid #ffffff 1px;
border-bottom: solid #cccccc 1px;
border-right: solid #aaab9c 1px;
margin: .5px;
padding: 2px;
display: block;
width: 188px;}

#navbar ul li a:hover {color: #3664b9;
background-color: #cf96f5;
text-decoration: none;
border-top: solid #cccccc 1px;
border-left: solid #aaa9bc 1px;
border-bottom: solid #ffffee 1px;
border-right: solid #ffffff 1px;}

#navbar a.current {color: #d63173;
text-decoration: none;}

#navbar ul li {margin: 0px; padding: 0px; list-style-type: none; display: block;}

#navbar ul {margin: 0px; padding: 0px;}
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: bold;
letter-spacing: 5px;}

h2 {
font-size: 1.1em;
text-decoration: underline;}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;}

a {}

a:link {
color: #ff3399;
text-decoration: none;}

a:visited {
color: #ff9999;
text-decoration: none;}

a:hover {
color: #66cc66;
text-decoration: none;}

a:active {
color: #cc0099;
text-decoration: none;}

