body {
	background-image: url(images/bgslice.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #0A0F2C;
}
.mainTable {
	height: 550px;
	width: 800px;
	border: 1px solid #FFFFFF;
}
.bottom {
	background-color: #D1D1D1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 40px;
	width: 800px;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
}
.top {
	height: 130px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.left {
	height: 380px;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #D1D1D1;
	background-image: url(images/leftbg.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}
#nav {
	font-size: 65%;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 9px;
	
}
#open {
	font-size: 65%;
	position: relative;
	top: 90px;
	left: 20px;
	width: 150px;
}
h1 {
	font-weight: bold;
	color: #131A45;
	font-size: 100%;
}

#nav li {
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left:8px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	color: #131A45;
	text-decoration: none;
	font-weight:bold;
	display: block;
	width:130px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 70%;
}
#nav a:hover {
	text-decoration: underline;
	color:#0006AF;
	font-weight:bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 70%;
}
.content {
	height: 380px;
	width: 620px;
	background-color: #D1D1D1;
	text-align: left;
	vertical-align: top;
}
#page {
	font-size: 70%;
	position: relative;
	left: 10px;
	top: 5px;
	height: 20px;
	width: 580px;
}


a:link {
	color:#131A45;
	text-decoration:none;
}
a:visited {
	color:#131A45;
	text-decoration:none;
}
a:hover {
	color:#0006AF;
	text-decoration:underline;
}
