
body {
	margin: 0px 0px 30px 0px;
	background-color: #ffffff;
	text-align: center;
	font-family:Optima, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:Helvetica, Verdana, sans-serif; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em;  padding:10px 0px 5px 0px;}
h2 { font-size:1.44em; line-height:1.2em;}
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

#wikimid{
	width: 814px;
	margin:auto;
	background:url(bg.png) repeat-y;
		
	}
/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { 
		padding:0px; 
		margin: auto;
		height:72px;
		width: 814px;
		text-align: left;
}	
#wikilogo a { color:#3365af;text-decoration:none;}
#wikilogo a:hover {color:#000000;}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
		width: 800px;
		padding: 10px 14px 0px 0px;
  		text-align: right;
		margin:auto;
		background:url(bg.png) repeat-y;
  		font-size:85%; 
}
#wikihead input { font-size:85%; } 
#wikihead a { color:#6a7f9e;text-decoration:none;}
#wikihead a:hover {color:#1b4077;}

/* These are for the left-sidebar. */
#wikileft { 
  width:155px; 
  padding:45px 6px 40px 50px; 
  line-height:1.33em;
  font-size:9pt;
  text-align:left;
}

#wikileft a { text-decoration:none; color:#6a7f9e; }
#wikileft a:hover { color:#1b4077; }
#wikileft ul { list-style:none; padding:0px;margin:0px; }
#wikileft li { 	margin:0px; 
				padding-top:4px; 
				font-weight:bold; 
				color: #1b4077; 
				font-size:14px;
				}
#wikileft li a {font-weight:normal; font-size:12px;}
#wikileft li ul li a {padding-left: 10px; color:#666;}
.sidehead {
  margin:0px; padding:4px 2px 2px 0px;
  font-size:11pt; color: #1b4077; font-weight:bold; font-style:normal; 
}
.sidehead a {color:#1b4077 !important;}
.wikilink a 
  { color:#000000; font-weight:bold; font-style:normal; }

/*Newssite*/
.newshead {font-size:18px; line-height: 23px;}
divvspace  {margin-bottom: 60px;}



/* These affect the main content area. */
#wikibody { 
		padding:15px 30px 10px 35px; 
  		text-align:left;
  		font-size:9pt; 
}
#wikibody a { color:#6a7f9e;text-decoration:none;}
#wikibody a:hover {color:#1b4077;}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:#636363; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { color:#000000; }
.pagegroup { display: none; text-align:right; margin-top:8px; margin-bottom:2px; }
.pagetitle { 	line-height:1em; 
				padding:30px 0px 5px 0px; 
				margin:0px; font-size:1.8em; 
				font-weight:normal; 
}
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { 	margin-top:12px; 
				line-height:1.6em; 
				width:520px;
				padding:0px 0px 30px 0px; }
#wikitext table { font-size:100%; line-height:1.33em; border-collapse:collapse;} /* For MSIE 5.5 */
#wikitext tbody {border:1px; color:black; ackground-color:#efefef;}
#wikitext th {border:1px; color:black; solid}
#wikitext tr {border:1px; color:black; solid}

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; background-color:#ffeeee; border:1px red solid; padding:0.5em}

/* Newstemplate*/


/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-bottom:4px;
  font-size:80%; 
  height:13px;
  margin:auto;
  padding-top: 10px;
  text-align: center;
  width:814px;
  background:url(bottom.png) no-repeat;
}
#wikifoot a { color:#6a7f9e;text-decoration:none;}
#wikifoot a:hover {color:#1b4077;}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
