/*This is the core style sheet of the site*/

body {
background-color: #33aacc;
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
}

#header {
background-color: #33aacc;
color: #ffffff;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 28pt;
line-height: 36pt;
text-align: center;
	padding: 5px;
}

#content {
min-width: 900px;
max-width: 950px;
position: relative;
}

#navbar {
width: 250px;
background-color: #33aacc;
	font: small-caps 1.5em Georgia, "Times New Roman", Times, serif;
	color: white;
	position: absolute;
}

#navbar ul li {
	display: list-item;
	padding-top: 5px;
	margin-bottom: 10px;
	list-style-type: none;
}

#navbar ul li a:link {
color: #ffffff;
background-color: #33aacc;
text-decoration: underline;
}

#navbar ul li a:visited {
color: #3636a1;
background-color: #33aacc;
}

#navbar ul li a:hover {
color: #ffffff;
background-color: aqua;
text-decoration: underline;
}

#navbar ul li a:active {
color:  #ffffff;
background-color: aqua; }

#main-text {
background-color: #ffffff;
border-left: 1px #ffffff solid;
border-bottom: 1px #ffffff solid;
border-right: 1px #ffffff solid;
margin-left: +250px;
margin-right: +5px;
padding: 10px;
position: relative;
max-width: 700px; }

h1 {
font-size: 1.5em;
text-align: center; }

h2 {
font-size: 1.3em;
text-decoration: underline; }

h3 {
font-size: 1.1em;
	font-weight: bold;
}

p {
	line-height: 1.2em;
	font-size: 1em;
}

p.footer {
font-size: .8em;
text-align: center;
font-weight: bold; }

a {}

a:link {
background-color: #ffffff;
text-decoration: none;
color: #0000da;
font-weight: bold; }

a:visited {
color: #aa00ee;
font-weight: bold; }

a:hover {
background-color: #aaddee; }

a:active {
background-color: #aaddee; }
