* {
	margin: 0;
	padding: 0;
	font: 11px Georgia, "Times New Roman", serif;
	text-align: justify;
	color: #333333;
}
html, body {
	text-align: center;
	background-color: #E8E9EB;
}
#header {
	height: 200px;
	background: #E8E9EB url(sf.jpg) repeat-x;
	font: bold 30px Georgia, "Times New Roman", serif;
	text-align: center;
	color: #336699;
}
#container {
	margin: 20px auto;
	width: 900px;
	background: #FFFFFF url(head_up.gif) no-repeat;
}
#nav {
	float: left;
	width: 200px;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px !important;
	padding-right: 0;
}
#nav ul {
	padding: 10px;
	list-style: square inside;
}
#nav li {
	text-align: left;
	margin: 0 0 10px 0;
}
#nav a {
	font-weight: normal;
	text-decoration: none;
	color : #336699;
}
#nav a:hover {
	color : #EE9300;
}
#content {
	margin-top: 30px;
	float: right;
	width: 640px !important;
	width: 636px;
}
#content p, #content ul {
	padding-right: 30px;
	padding-bottom: 10px;
	line-height: 20px;
}
#content li {
	list-style-position: inside;
	line-height: 20px;
}
#footer {
	font-size: 12px;
	text-align: center;
	height: 100px;
	background: #E8E9EB url(foot_down.gif) no-repeat;
	font-variant: small-caps;
	line-height:15px;
	clear: both;
	padding-top: 30px;
}
#date {
	padding: 10px;
	color: #336699;
}
#first:first-letter {
	margin: 10px;
	margin-left: 0;
	color: #336699;
	font-size: 80px;
	float: left;
}
#privacy {
	margin: 40px;
	
}
a {
	background: transparent;
	color: #336699;
	font-weight: bold;
}
a:hover {
	color: #EE9300;
}
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 40px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0 40px;
}
h3 {
	font-size: 14px;
	height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #336699;
	background: #EE9300 url(h3_bg.jpg) repeat-x;
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #B06D00;
}
img {
	border: none;
	margin: 10px;
	background-color: transparent;
}
p {
	padding-right: 30px;
	padding-bottom: 10px;
}
pre {
	background-color: #FFFFCC;
	font : 12px "Courier new", serif;
}
script {
	background-color: #808080;
}
input {
	border: 1px solid #333333;
}
.comment {
	border-left: 5px solid #336699;
	font-style: italic;
	text-align: left;
	margin: 15px 0;
	padding-left: 20px;
	padding-right: 80px;
	color: #666666;
	background-color : #FFFFFF;
	line-height: 20px;
}
.marked {
	font-weight : bold;
	color: #336699;
}
.code {
	margin-bottom: 20px;
	width: 600px;
	border: 1px dashed #999999;
	overflow: auto !important;
	overflow: scroll;
	font : 12px "Courier new", serif;
	color: #000000;
	background-color : #FFFFCC;
	text-align: left;
	white-space: pre !important;
	white-space: nowrap;
	padding: 10px;
}
.quote {
	margin-bottom: 20px;
	width: 600px;
	border: 1px dotted #999999;
	padding: 10px;
	color: #666666;
	background-color : #FFFFEE;
}
.codequote {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	width: 560px; 
	border: 1px dashed #999999;
	overflow: auto !important;
	overflow: scroll;
	font : 12px "Courier new", serif;
	color: #000000;
	background-color : #FFFFCC;
	white-space: pre !important;
	white-space: nowrap;
	padding: 10px;
}
.codecomment{
	background-color: #FFFFCC;
	color: #999999;
}
.micro {
	font : 9px Verdana, sans-serif;
	text-align: left;
	margin: 15px 0;
	color: #666666; 
}
.italic {
	font-style: italic;
}
.removed {
	text-decoration: line-through;
}
.sponsor {
	padding: 20px;
	text-align: center;
}
.noborder {
	border: none;
	margin: 0;
	padding: 0;
}