/* Basic Default Styles */
body {
	font: 14px Trebuchet MS, Verdana;
	color: #000;
	background: #E7E7C7; 
	margin: 15px 0 5px 43%;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:hover, a:active {
	text-decoration:none;
		font-weight: bold;
	color: #000;
}
#container {
	position: relative;
	width: 880px;
	background: #7AB6F4 url(images/bg04.jpg) no-repeat top left;
	margin: 0 0 0 -350px;
	border: 8px solid #fff;
	overflow: hidden;
}
h3 {
	color: #000;
	font: 24px Trebuchet MS, Verdana;
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: -1px;
}

#pageHeader {
	height: 400px;
}
#pageHeader span {
	display: none;
}

#stylesheet {
margin: 15px 0px 0 10px;
padding: 0px 0px 0px 0px;
float: left;
}

#stylesheet img {
padding: 5px 5px 5px 5px;
}

#stylesheet img a {
text decoration: none;
padding: 5px 5px 5px 5px;
}

#quickSummary {
	margin-top: 50px;
	width: 500px;
	margin-left: 300px;
}

#container #linkList {
	position: absolute;
	left: 18px;
	top: 400px;
	width: 245px;


}
#linkList h3 {
font-size: 16px;
	width: 210px;
	height: 18px;
	margin-top: 20px;
	color: #000;
}
#linkList h3 span {
	display: visible;
}

#linkList ul {
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0;
}
#linkList ul li {

	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #003F80;
	margin: 0;
}
#linkList ul li:hover {
	color: #fff;
	background: #003F80;
}


#linkList ul li a {

	display: inline;
	color: #000;
	text-transform: lowercase;
}

#linkList ul li a:hover {

	display: inline;
	color: #fff;
	text-transform: lowercase;
}


#photodiv {
margin: 0 0 0 15px;
width: 200px;

}

