﻿body {
	color: #000050;
	font-family: "Times New Roman", Times, serif;
	background-image:url('pics/index_side_bar.PNG');
	background-repeat:repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	color: navy;
}

#mainMenu{
	width:216px;
	position:absolute;
	left:280px;
	top:232px;
}

#mainMenu div {
	position:relative;
	margin: 0px 0px 3px 0px;
	width:216px;
	height:27px;
}

#mainMenu img{
	width:216px;
	height:27px;
	border:0px;
}

#mainMenu span {
	position:absolute;
	width:206px;
	top:2px;
	left:8px;
	text-align:left;
	cursor:pointer;
	font-size: 18px;
	font-family:Cambria, Georgia;
	text-decoration:none
}

#mainMenu a:link {
	text-decoration:none;
}

#mainMenu div a:hover span {
	color: #C1CDC1;
	text-decoration:none;
}

#facList{
	list-style-type:disc;
	margin-left:15px;
}
	
#indexHeart{ 
	position:absolute;
	left:39px;
	top:82px;
	height:198px;
	width:203px;
	overflow:hidden;
}

#indexTopBar{
	position:absolute;
	left:0px;
	top:0px;
	width:517px;
	height:279px;
}
	
#mainPageText {
	width:500px;
	margin-top:390px;
	margin-left:140px;
	padding:20px;
}

#footer {
	font-size:10px;
}

a:link { 
	color: #000990;
}

a:visited {	
	color: #000990;
}

a:hover {
	color: #068481;
}

h3 a:link {
	color:inherit;
	text-decoration:none;
}

