body {
	background-color : #fff;
	color : black;
	font-family : Trebuchet, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	margin : 0;
}
h1, h2, h3, h4, h5 {
	line-height : 15px;
	color : #0037b3;
}
h1 {
	font-size : 180%;
	background-color : transparent;
}
h2 {
	font-size : 140%;
	background-color : transparent;
}
h3 {
	font-size : 120%;
	background-color : transparent;
}
h4 {
	font-size : 100%;
	background-color : transparent;
}
h5 {
	font-size : 100%;
	font-weight : normal;
	font-style : italic;
	background-color : transparent;
}
hr {
	border: 1px solid #ddd;
}
input, textarea {
	border : 1px solid #ccc;
	background : #fdfdfd;
	margin : 3px;
	padding : 2px;
}
#header {
	width : 880px;
	background-color : #006eff;
	background-image : url(header-bg.jpg);
	margin-top: 12px;
	height: 80px;
	font-family: Verdana;
	font-weight: bold;
	/*padding-top: 12px;*/
}
#header a {
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
#header a:hover {
	color : yellow;
	background-color : transparent;
	text-decoration : underline;
}
.title {
	width: auto;
	vertical-align: center;
}
.search {
	vertical-align: top;
	width: auto;
	font-size: 0.80em;
}
.searchbox {
	border: 1px solid #bccdf0;
	font-size : 0.90em;
	margin: 0;
	width: 120px;
}
.searchbutton {
	width: 32px;
	border: 1px solid #bccdf0;
	height: 20px;
	font-size: 0.9em;
	margin: 0;
}
.search-inner {
	float: right;
	padding-right: 15px;
	padding-top: 10px;
	white-space: nowrap; /* For Opera */
}
#logo {
	float: left;
	padding-left: 15px;

}
#right-box {
	width: 160px;
	border : 1px solid #ccc;
	padding : 5px;
	margin: 5px 0 0 0;
}
#right-box a {
	text-decoration : none;
	background-color : transparent;
}
#right-box a:hover {
	text-decoration : underline;
	background-color : transparent;
}
#right-box ul { 
    margin: 0 5px 5px 20px;
    padding:0;
}
#right-box ul li { 
    list-style-type: square; 
    text-align: left; 
    margin: 0 0 0 0;
}
#right-box h2 {
	text-decoration : none;
	font-size: 120%;
	padding: 2px 7px 2px 7px;
	color : white;
	background-color: #006eff;
	font-weight : bold;
}
#right-box h2 a {
	text-decoration : none;
	color : white;
	background-color : transparent;
}
#right-box h2 a:hover {
	text-decoration : none;
	color : #fcff00;
	background-color : transparent;

}

#menu {
	width: 880px;
	margin-top: 1px;
	background-color: #5599ff;
	color: white;
	font-family: verdana; 
	font-weight: bold;
	font-size: 0.8em;
	background-image: url(menu-bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
}
#menu a {
	text-decoration: none;
	color: white;
}
#menu a:visited {
	text-decoration: none;
	color: white;
}
#menu a:hover {
	text-decoration: underline;
	color: yellow;
}
.menu-right {
	text-align: right;
	padding-right: 10px;
}
.menu-left {
	text-align: left;
	padding-left: 10px;
}
#content {
	width : 880px;
	background-color : white;
	text-align : left;
}
.date {
	text-align : right;
        color: black;
	width : 180px;
}
.breadcrumbs {
	letter-spacing: 1px;
        color: black;
	text-align: left;
	width: 700px;
}
.breadcrumbs a {
	text-decoration : none;
}
.breadcrumbs a:hover {
	text-decoration : underline;
}
.sidebar {
    	min-width : 100px;
	max-width : 200px;
	padding-left : 4px;
        padding-right : 3px;
	vertical-align : top;
	border-right : 1px solid #ccc;
	background-color : #f0f0f0;
}
.sidebar a {
	text-decoration : none;
	background-color : transparent;
}
.sidebar a:hover {
	text-decoration : underline;
	background-color : transparent;
}
.sidebar ul { 
    margin: 0 5px 5px 20px;
    padding:0;
}
.sidebar ul li { 
    list-style-type: square; 
    text-align: left; 
    margin: 0;
}
.pagetitle {
	margin-top : 10px;
	margin-bottom : 25px;
	color : #0037b3;
	background-color : transparent;
}
.pagecontent {
	width : 100%;
	padding : 0 10px 10px 10px;
	vertical-align : top;
}
#footer {
	width: 880px;
	margin-top: 1px;
	background-color: #5599ff;
	color: white;
	font-family: verdana; 
	font-weight: bold;
	font-size: 0.8em;
	background-image: url(menu-bg.jpg);
	background-repeat: no-repeat;
	height: 27px;

}
#footer a {
	text-decoration: none;
	color: white;
}
#footer a:hover {
	text-decoration: underline;
	color: yellow;
}
#footer a:visited {
	text-decoration: none;
	color: white;
}
.navigate-menu {
	text-align: left;
	padding-left: 10px;
}
#navigate-menu a:hover {
	text-decoration: underline;
	color: yellow;
}
.updated {
	text-align: center;
}
.footcommands {
	text-align: right;
	padding-right: 10px;
}

#copyright {
	background-color : #fff;
	width : 880px;
	height : 10px;
	color : #999;
	letter-spacing : 1px;
	text-align : center;
	font-size: 75%;
}
#powered {
	width : 880px;
	height : 10px;
	text-align : center;
	font-size: 75%;
}
#wikitext {
	margin-top : 1em;
	line-height : 1.33em;
}
#wikitext a {
	background-color : transparent;
	text-decoration : none;
}
#wikitext a:hover {
	text-decoration : underline;	
	background-color : transparent;
}
#wikiedit form {
	margin : 0;
}
#wikiedit textarea {
	width : 99%;
	margin : 0;
	clear : none;
}
