#container {
	width: 100%;
/*	border: 2px solid #000000; */
}

#title {
	font: normal small-caps bold 400% Arial, sans-serif;
	width: 100%;
	border-bottom: 2px dashed #003366;
}

div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 10pt;
}

#content {
	margin-left: 135px;
}

#navbar {
	clear: left;
	float: left;
	border-right: 2px dashed #003366;
/*	border-bottom: 2px dashed #003366; */
	width: 120px;
	margin: 3px;
	padding: 5px;
	position: fixed;
}

div.navelem {
	text-align: center;
	width: 100%;
}

#footer {
	width: 100%;
	bottom: 1px;
	text-align: center;
	clear: both;
	right: 1px;
}

#quote {
	border:1px solid #000;
	padding:8px;
	margin-bottom:10px;
	background-color:#eee;
	white-space: pre;
}

table {
	margin: 10px;
}

h1,h2 {
	margin: 10px;
}

p.text1 {
	margin: 10px;
	text-indent: 20px;
	padding-left: 5px;
}

p.text2 {
	margin: 10px;
	text-indent: 0px;
	padding-left: 5px;
	font-weight: bold;
}

ul,ol {
	font-weight: bold;
}

li.new {
	color: red;
}

li.new a {
	color: red;
}

li.new a:hover {
	color: black;
}

a {
	text-decoration: none;
	border: none;
}

a:link {
	color:#003366;
}

a:active {
	font-weight: bold;
	color:black;
}

a:hover {
	font-weight:bold;
	color:black;
}

a:visited {
	color:#2266cc;
}

a.image:hover {
	background-color: transparent;
}

pre {
	padding: 10px;
}

