body {
	background: #FFFFFF;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #867663; /* zeldman gray */
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "lucida grande", verdana, sans-serif;
}

img {
	border: 0px none #000000;
}

a, a:visited, a:active  {
	background: transparent;
	color: #173797;
	text-decoration: none;
	border-bottom: 1px dotted #FF8822;
}
a:hover {
	background: #FF8822;
	color: #ffffff;
	text-decoration: none;
}

.sfbutton {
	float: right;
}
a.sfbutton, a:visited.sfbutton, a:active.sfbutton {
	border: 0px none #000000;
}

/* top */
div#header {
	background: #c7ec00;
	height: 80px;
	border-bottom: 1px dotted #000000;
	margin: 0px;
	width: 100%;
}

#header h3 {
	margin: 0px;
	background: #FFFFFF;
	height: 45px;
	width: 45px;
	border: 1px dotted #000000;
	display: block;
	position: absolute;
	top: 17px;
	left: 17px;
}

#header b {
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 11px;
	position: absolute;
	top: 35px;
	left: 75px;
}

/* bottom */
div#footer {
	clear: both;
	border-top: 1px dotted #000000;
	background: #c7ec00;
	height: 80px;
	width: 100%;
	display: block;
}

div.menu {
	width: 23%;
	float: left;
	text-align: left;
	font-size: 11px;
	font-variant: small-caps;
	margin-left: 2%;
	display: block;
}
.menu h1 {
	background: transparent;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px dotted #333333;
	margin: 10px 0px 6px 0px;
}
.menu ul{
	display: block;
	list-style: none outside;
	margin: 0px;
	padding: 0px;
}
.menu li {
	margin-bottom: 2px;
}

table.matrix {
	border: 1px dotted #333333;
	vertical-align: top;
	text-align: left;
	
}

.matrix td {
	border-left: 1px dotted #333333;
	border-top: 1px dotted #333333;
	vertical-align: top;
	padding: 5px;
}

div.separator {
	clear: both;
	background: transparent;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

div.full {
	clear: both;
	width: 100%;
	text-align: left;
	display: block;
}

div.fullright {
	clear: both;
	width: 100%;
	text-align: right;
	display: block;
}

.full div {
	border-right: 0px none #000000 ! important;
}

div.seventy {
	clear: both;
	width: 70%;
	text-align: left;
	margin: auto;
	display: block;
}

.seventy div {
	border-right: 0px none #000000 ! important;
}

/* main content area */
div.half {
	float: left;
	width: 50%;
	text-align: left;
	display: block;
}

div.mostlywords {
	padding: 2%;
	border-right: 1px dotted #000000;
	color: #000000;
}

.mostlywords h1 {
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	color: #FF8822;
	margin: 0 0 3px 0;
}

.mostlywords h2 {
	background: transparent;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	margin-right: 2%;
	margin-top: 0px;
}

.mostlywords h3 {
	background: transparent;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	margin-right: 2%;
	margin-top: 0px;
}

.mostlywords p {
	text-align: justify;
	margin: 0px;
	padding: 0 0 5px 5px;
}

blockquote {
	padding: 0 10px 0 8px;
	margin-left: 10px;
	border-left: 1px solid #C0C0C0;
}

pre.code {
	font-family: monospace;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	border: 1px solid #C0C0C0;
	display: block;
}

/* sidebar stuffaries */
#sidebar textarea, #sidebar input {
	width: 110px;
	border: 1px solid #666666;
	background: transparent;
}

#sidebar textarea.bigger {
	background: transparent;
	font-size: 11px;
	line-height: 16px;
	color: #867663; /* zeldman gray */
	font-family: "lucida grande", verdana, sans-serif;
	height: 200px;
	width: 180px;
}

#sidebar form div {
	margin: 0px;
	clear: both;
}

#sidebar form div{
	text-align: right;
}

#sidebar form div span {
	float: left;
	width: 60px;
	text-align: left;
}

#sidebar input.submit {
	background: transparent;
	width: 100%;
	border: 1px dotted #CC9999;
}

#sidebar form textarea {
	width: 110px;
	height: 30px;
}

