@charset "UTF-8";
/* CSS Document */

body {
	background-color: #797ca2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #3A3A51;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#everything {
	background-color: #d5f2f8;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#sides {
	position: relative;
	padding: 30px 10px 20px 10px;
}

/*this handles the calendar's styles*/
#calendarbox {
	text-align: center;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	float: right;
	width: 260px;
}
p.quote {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	padding: 5px;
	line-height: 1.6em;
}
p#date {
	line-height: normal;
	font-size: 1.2em;
	font-style: oblique;
	color: #151e93;
}
table#calendar {
	text-align: center;
	padding: 2px;
	color: #484962;
	font-size: .8em;
	margin-right: auto;
	margin-left: auto;
}
td#current {
	color: #DD771D;
	font-weight: bolder;
}
p {
	line-height: 1.3em;
}
a {
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #151e93;
}
a:hover {
	color: #eeb02a;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #151e93;
}
h3 {
	font-size: 1.35em;
	font-style: italic;
	font-weight: normal;
}
h3 a {
	font-style: italic;
	text-decoration: none;
	}
.helppage {
	font-size: 1.2em;
	line-height: 1.65em;
}
.helppage a {
	font-size: .9em;
	padding: 2px 10px 2px 0px;
}
p.helppage {
	margin-left: auto;
	margin-right: auto;
}
img#helppic {
	margin-left: auto;
	margin-right: auto;
	border: thin solid #151e93;
	text-align: center;
}
ul.helppage {
	list-style-type: disc;
}
a.current {
	text-decoration: none;
	color: #0066ff;
}
a.current:hover {
	cursor: default;
	text-decoration: none;
	color: #0066ff;
}
a.current:visited {
	color: #0066ff;
}
/*styles the credit line and the bottom links*/
.bottom {
	font-size: .7em;
	text-align: center;
	margin: 4px 4px 10px 4px;
	clear: right;
}
.bottom a {
	padding: 0px 5px 0px 5px;
}
div#topbar {
	position: relative;
	padding: 0px;
	width: 780px;
	background-color: #d5f2f8;
	margin: 0px;
	z-index: 10;
}
/*positioning elements for top of page*/
div#home img{
	position: absolute;
	top: 200px;
	left: 0px;
}
div#help img{
	position: absolute;
	top: 200px;
	left: 140px;
}
div#about img{
	position: absolute;
	top: 200px;
	left: 328px;
}
div#links img{
	position: absolute;
	top: 200px;
	left: 477px;
}
div#contact img{
	position: absolute;
	top: 200px;
	left: 578px;
}
/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
/*hover properties for buttons*/
img.main {
	z-index: 12;
}
img.hover {
	z-index: 11;
}
a:hover img.hover {
	z-index: 13;
	background: #e6f3f9;
}
a:hover img.current {
	cursor: default;
}
img.photo {
	float: left;
	margin: 0px 10px 5px 0px;
	border: thin solid #151e93;
	clear: left;
}
p.phototext {
	margin-bottom: 35px;
}
#contactus {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	clear: both;
	font-size: 1.2em;
	font-style: italic;
}
#contactus a {
	font-style: italic;
	text-decoration: none;
}