@charset "utf-8";
p {
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000033;
	background-image: url(../images/pos_back.gif);
	background-repeat: no-repeat;
	background-position: 150px 0px;
	background-attachment: fixed;
	position: absolute;
}
#nav {
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 100px;
	color: #FFFF00;
	height: auto;
	width: 204px;
	border: 1px solid #000099;
	margin: 5px;
}
#nav #nav_title {
	font-size: small;
	color: #CCCCCC;
	background-color: #343678;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(../images/neg_back.gif);
	background-repeat: no-repeat;
	background-position: 150px 0px;
	background-attachment: fixed;
}
#nav a {
	font-size: small;
	text-decoration: none;
	background-color: #141648;
	color: #CCCCCC;
}
#nav a:hover {
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}
#nav ul {
	font-size: small;
	background-color: #141648;
	list-style-type: none;
	left:0px;
	position: relative;
	width: auto;
	padding: 5px;
	height: auto;
	background-image: url(../images/neg_back.gif);
	background-repeat: no-repeat;
	background-position: 150px 0px;
	background-attachment: fixed;
}
#content {
	background-color: #141648;
	background-image: url(../images/neg_back.gif);
	background-repeat: no-repeat;
	background-position: 150px 0px;
	font-size: medium;
	position: absolute;
	left: 230px;
	top: 100px;
	color: #FFFFFF;
	background-attachment: fixed;
	width: 600px;
	padding: 5px;
}
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#title {
	font-size: xx-large;
	font-weight: bold;
	color: #CCCCCC;
	position: absolute;
	left: 25px;
	top: 5px;
	width: 30em;
}
#content h1 {
	font-size: medium;
	font-weight: bold;
}
#content li {
	list-style-type: disc;
}
#content h2 {
	font-size: small;
	font-weight: bold;
}
#pic {
	background-color: #141648;
	padding: 2px;
	width: auto;
	left: 5px;
	top: 300px;
	position: absolute;
}
#pic img {
	position: relative;
	left: 5px;
	top: 5px;
}

