.shadow_l {
	background-image: url(images/left1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	width: 15px;
}
body {
	background-image: url(images/blue_grad_purp.jpg);
	background-repeat: repeat-x;
	background-position: left 160px;
	margin: 0px;
	font-size: 1em;
	background-color: #FFFFFF;
}
#content {
	font-size: 0.75em;
	width: 475px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515C9C;
	border: 1px solid #0369CD;
	float: left;
	padding: 20px;
}
#nav {
	width: 172px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #515C9C;
	list-style-type: none;
	margin-top: 10px;
	line-height: 1.5em;
	white-space: nowrap;
	text-indent: -15px;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 26px;
	color: #9966CC;
	background-image: url(images/detail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 44px;
	height: 42px;
	vertical-align: baseline;
	font-weight: normal;
}

.shadow_r {
	background-repeat: repeat-y;
	background-image: url(images/right1.jpg);
	width: 15px;
}
.border {
	border: 1px solid #7E96C4;
	padding: 20px;
}
#nav a:link {
	color: #515C9C;
	text-decoration: none;
}
#content img {
	margin: 10px;
}
#nav a:hover {
	text-decoration: underline;
	color: #515C9C;
}
#nav a:active {
	color: #515C9C;
	text-decoration: underline;
}
#nav a:visited {
	color: #899ECB;
	text-decoration: none;
}
#content table {
	padding-top: 2px;
	padding-bottom: 2px;
	height: 100%;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
