body {
	background-color: #ffffff;
	background-image: url("images/sidebar.jpg");
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}

a {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
} 
a:link {
	color : blue;
	}
a:visited {
	color : purple;
	}
a:active {
	color : red;
	}
a:hover {
	color: black;
	}

h1 {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #000000;
} 

#menu {
	padding-top: 85px;
	width: 130px;
	text-align: center;
	display: block;
	border: 0px;
}

#menu a {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;	
	}
 
#menu a:hover {
  background-color: #8888ff;
  
  }
  
#menu p
{
	margin-left: 0px;
	margin-bottom: 0px;
	
}

#heading {
	top: 10px;
	text-align: center;
	left: 150px;
	width: 600px;
	position: absolute;
}	

#nav-top {
	left: 155px;
	top: 80px;
	width: 600px;
	background-color: #2142b3;
	color: #ffffff;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 1px solid #000000;
	font: 1em arial, verdana;
	text-align: center;
	padding: 3px 3px;
	position: absolute;
	}
	
#nav-top a {
	color: #ffffff;
	font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
#nav-top a:hover {
   background-color: #8888ff;
   color: #FFFFFF;
}

#nav-bottom {
	left: 150px;
	width: 600px;
	top: 20px;
	background-color: #CBD2E4;
	color: #ffffff;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 1px solid #000000;
	font: 1em arial, verdana;
	text-align: center;
	padding: 3px 3px;
	position: relative;
	}
	
#nav-bottom a {
	color: #ffffff;
	font-style: italic;
  font-weight: bold;
  font-size: 16px;
}
#nav-bottom a:hover {
   background-color: #8888ff;
   color: #FFFFFF;
}

#features {
	left: 155px;
	top: 120px;
	width: 600px;
	background-color: #777777;
	color: #ffffff;
	margin-bottom: .5em;
	border: 1px solid #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 3px 3px;
	position: absolute;
}

#features a {
	color: #ffffff;
  font-size: 12px;
}
#features a:hover {
   background-color: #8888ff;
   color: #FFFFFF;
}

#content {
	top: 150px;
	left: 155px;
	width: 600px;
	background-color: #ffffff;
	padding: 5px 5px;
	border: solid 1px #000000;
	position: absolute;
}

#content li
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

#content p {
	margin-top: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
}

#content h3 {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: black;
} 

#content blockquote {
	margin-top: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
}

#content a:hover {
  color: #ffffff;
  background-color: #8888ff;
}

#welcome {
	top: 5px;
	left: 150px;
	width: 600px;
	background-color: #ffffff;
	padding: 5px 5px;
	border: solid 1px #000000;
	position: absolute;
}

#image {
  position:absolute;
  width:90px;
  height:155px;
  z-index:1;
  left: 500px;
  top: 205px;
  background-color: #ffffff;
  font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	text-align: center;
}

#calcontent {
	top: 150px;
	left: 150px;
	width: 600px;
	background-color: #ffffff;
	padding: 5px 5px;
	border: solid 1px #000000;
	position: absolute;
}

#cal0 {
	text-align: center;
}
  
  
#cal0 p
{
	text-align: center;
	color: white;
  	background-color: blue;
	
}

