body {
	background-color : #fff;
	color : black;
	font-family : Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 14px;
	margin : 0;
}
h1, h2, h3, h4, h5 {
	line-height : 15px;
	color : #ffa500;
}
h1 {
	font-size : 180%;
	color : #630703;
	background-color : transparent;
}
h2 {
	font-size : 140%;
	color : #630703;
	background-color : transparent;
}
h3 {
	font-size : 120%;
	color : #630703;
	background-color : transparent;
}
h4 {
	font-size : 100%;
	color : #630703;
	background-color : transparent;
}
h5 {
	font-size : 100%;
	font-weight : normal;
	font-style : italic;
	color : #630703;
	background-color : transparent;
}
hr {
	border: 1px solid #ddd;
}
input, textarea {
	border : 1px solid #ccc;
	background : #fdfdfd;
	margin : 3px;
	padding : 2px;
}
pre {
	background-color: #FFF8ED;
        padding: 5px;
        border: 1px solid #c0c0c0;
        font-family: courier, monospace;
        white-space: pre;
        /* begin css 3 or browser specific rules - do not remove!
        see: http://forums.techguy.org/archive/index.php/t-249849.html */
        white-space: pre-wrap;
        word-wrap: break-word;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        /* end css 3 or browser specific rules */
}
#wdiff {
	background-color: #FFF8ED;
}
#header {
	width : 100%;
	height : 30px;
	background-color : #f0e68c;
}
#header a {
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
#header a:hover {
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
.title {
	width : 50%;
	height : 30px;
	padding-left : 30px;
	padding-right : 10px;
}
.sitetitle {
	letter-spacing : 7px;
	vertical-align : middle;
	color : #630703;
	background-color : transparent;
	font-weight : bold;
	font-size: 1.7em;
}
.subtitle {
	vertical-align : bottom;
	color : #608944;
	background-color : transparent;
	font-size : 1.10em;
	font-weight : normal;
}
.search {
	vertical-align : middle;
	text-align : right;
	width : 50%;
	height : 30px;
	padding : 10px;
	font-size: 1.4em;
}
.searchbox {
	border: 1px solid #aaa;
}
.searchbutton {
	width: 27px;
	height: 23px
}
#navbar {
	width : 100%;
	border : 1px;
	background-color : #608944;
	padding-left: 6px;
	padding-right: 6px;
}
#navbar a {
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
#navbar a:hover {
	color : #f0e68c;
	background-color : transparent;
	text-decoration : none;
}
.date {
	width: 33%;
	padding-left : 10px;
	color : #fff;
	background-color : transparent;
}
#logo-left {
	width: 25%;
	padding-left : 15px;
	padding-top : 10px;
	background-color : transparent;
}
#logo-right {
	width: 25%;
	padding-left : 64px;
	padding-top : 8px;
	background-color : transparent;
}
.breadcrumbs {
	width: 33%;
	letter-spacing : 1px;
	font-weight : bold;
	text-align : center;
	color : #fff;
	background-color : transparent;
}
.commands {
	width : 33%;
	text-align : right;
	padding-right : 10px;
	white-space : nowrap;
}
.commands ul {
	list-style : none;
	border : 0;
	margin : 0;
}
.commands li {
	display : inline;
	margin-left : 7px;
}
.commands li a {
	text-decoration : none;
	font-weight : bold;
	color : #fff;
	background-color : transparent;
}
.commands li a.createlink {
	display : none;
}
.commands li a:hover {
	color : #f0e68c;
	background-color : transparent;
}
#content {
	width : 100%;
}
.leftbar {
	width: 20%;
	padding : 10px;
	vertical-align : top;
	border-right : 1px solid #ccc;
}
.leftbar a {
	color : #4a0082;
	background-color : transparent;
}
.rightbar {
	width: 20%;
	padding : 10px;
	vertical-align : top;
	border-left : 1px solid #ccc;
}
.rightbar a {
	color : #4a0082;
	background-color : transparent;
}
.pagetitle {
	margin-top : 10px;
	margin-bottom : 25px;
	color : #ffa500;
	background-color : transparent;
	font-size : 140%;
}
.pagecontent {
	width : 60%;
	padding : 10px;
	vertical-align : top;
}
.sidehead {
	color : #fff;
	background-color : #630703;
	text-decoration : none;
	text-align : center;
}
#footer {
	width : 100%;
	padding : 0;
	margin : 0;
	background-color : #608944;
}
.verify {
	color : white;
	background-color : transparent;
	padding-left : 10px;
	width : 25%;
}
.verify a {
	color : white;
	background-color : transparent;
	text-decoration : none;
}
.updated {
	color : white;
	background-color : transparent;
	text-align : center;
}
.copyright {
	background-color : #fff;
	color : #bbb;
	letter-spacing : 1px;
	text-align : center;
}
.copyright a {
	color : #bbb;
	background-color : transparent;
	text-decoration : none;
}
.copyright a:hover {
	text-decoration : underline;
}
.stdcommands {
	color : white;
	background-color : transparent;
	text-align : right;
	padding-right : 10px;
}
.stdcommands a {
	color : white;
	background-color : transparent;
	text-decoration : none;
	margin-left : 5px;
}
#wikitext {
	margin-top : 1em;
	line-height : 1.33em;
}
#wikitext a {
	color : #4a0082;
	background-color : transparent;
}
#wikiedit form {
	margin : 0;
}
#wikiedit textarea {
	width : 99%;
	margin : 0;
	clear : none;
}
q {
	color: #225555;
	font-style: italic;
	background-color: #d7daec;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #000000;
	border-right-color-value: #000000;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #000000;
	border-left-color-value: #000000;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-size: small;
	line-height: 1.4em;
}

