
/* Overlap created by veronice noone */

/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0px;
	background: #F3F6F2;
}


#holder {
	text-align: right;
	margin: 0 170px 0 25px;
	padding: 5px 60px 100px 500px;
	border-right: 1px inset #000000;
	letter-spacing: 1px;
	
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


#header {
	position:relative;
	width: 15%;
	padding-bottom: 20px;
}

#moreInfo{
	padding-top: 20px;
}

h1 {
	font-size: 18px;
	padding-top: 30px;
	color: #1B67AB;
}

h2{
	font-size: 18px;
	letter-spacing: 1.3px;
}

h3 {
	font-size: 30px;
	color: #000000;
	text-align:right;
	font-weight: bold;
	font-style:italic;
}


#holder a {
	text-decoration: underline;
	font-weight: bold;
	color: #699BD0;
}

#holder a:link, #holder a:active   {  


}

#holder a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: line-through;	
}

#holder a:hover {
	color: #9EA55C;
}

#footer {
	border-bottom: 2px solid #CCE1CA;
	width: 500px;
	position: absolute;
	left: 10px;
	padding: 50px 0 5px 25px;
	margin: 0;
	color: #555;
	font-size: 80%;
}

#links {
	width: 175px;
	position: absolute;
	right: 25px;
	top: 40px;
	height: 75%;
	padding: 65px 0 0 0px;
	margin: 0 0 0 0px;
	border: 0;
	border-right: 1px solid #000000;
}

#links li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#links li {
	padding: 0 5px 8px 10px;
	margin: 0;
	list-style-type: none;
	text-align: right;
}



#links h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0px 2px 0;
	margin: 15px 0 0px 0;
	border-bottom: 1px solid #000000;
	list-style-type: none;
	text-align: right;
	display: block;
	color: #000000;

}

#links li {
	font-size: 11px;
	padding: 5px 2px 5px 0;
	margin: 0 0 2px 0;
	text-align: right;
}

#links a:link, #links a:visited, #links a:active {
	color: #000000;
	text-decoration: none;
	letter-spacing: 1.2px;
	font-weight: normal;
}

#links a:hover {
	color: #B0D4AD;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1.2px;
}