body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9BC7FE;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/gradbknd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	text-decoration: none;
	color: #1523AB;
}
a:visited {
	text-decoration: none;
	color: #1523AB;
}
a:hover {
	text-decoration: underline;
	color: #DE204D;
}
a:active {
	text-decoration: none;
	color: #DE204D;
}
#leftwrapper {
	text-align: right;
	position: absolute;
	background-color: transparent;
  margin-right: 0px;
}
#leftwrapper #navigation {
	width:190px;
	font-size: 90%;
  font-weight: bold;
	line-height: 250%;
	color: #000000;
	margin-top: 150px;
	position: relative;
}
#leftwrapper #navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1523AB;
}
#leftwrapper #navigation ul {
	list-style-image: none;
	list-style-type: none;
}

