/* CSS Document */
body {
	margin:0 auto;
	text-align:center;
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#main table {
	font-size:12px;
}
#loggedin {
	font-weight:bold;
	color:#3399cc;
}
a {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
#text {
	width:450px;
}
h1 {
	margin:15px 0 0 2px;
	font-size: 26px;
	line-height:200%;
	font-weight:bold;
	color:#000;
	}
h2 {
	margin:15px 0 0 2px;
	font-size: 20px;
	font-weight:bold;
	color:#fdba30;
}
h3	{
	margin:15px 0 0 2px;
	font-size: 16px;
	font-weight:bold;
	color:#999;
}
i {
	display: none;
}
a#logo {
	position: absolute;
	display: block;
	width: 752px;
	height: 88px;
	top: 0px;
	left: 0px;
}
#alpha {
	width: 886px;
	background: #FFF;
	margin-left:0;
	margin-right:0;
	margin: 0 auto;
	text-align:center;
}
#beta {
	margin-top:50px;
	float:left;
	width:886px;
}
#left {
	width:63px;
	background: url(pix/arrow_left.gif) top no-repeat;
	float:left;
	min-height:545px;
}
#nav {
	text-align:left;
	float:left;
	width:752px;
	height:24px;
	background: url(pix/nav_bg.gif) no-repeat;
}
#nav ul {
	text-align:center;
	display:inline;
	list-style: none;
	padding: 0;
	margin-left:10px;
	white-space:nowrap;
}
#nav ul a {
	margin-top:2px;
	line-height:210%;
	padding:2px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:12px;
}
#nav li {
	display: inline;
	margin:0 0 0 12px;
	list-style-type: none;
}
#nav ul a:hover {
	color: #fff;
	background: url(pix/nav_hov.gif) repeat-x;
}
#right {
	background: url(pix/arrow_right.gif) top left no-repeat;
	width:71px;
	float:left;
	min-height:545px;
}
#edit a:link{
	color: #fff;font-weight:bold;
	font-size: 11px;
}
#edit a:visited {color:#fff;font-weight:bold;
	}
#edit a:hover {color: #000;font-weight:bold;}
#footer {
	width:752px;
	margin:0 auto;
	font-size:10px;
	text-align:center;
	}
#footer a{
	color:#000;
}
#topMain {
	width:752px;
	height:14px;
	float:left;
	background: #fdba30 url(pix/bg_top.gif) bottom no-repeat;
}
#main {
	width:752px;
	float:left;
	line-height:170%;
	min-height:400px;
	text-align:left;
	background: url(pix/bg_main.gif) repeat-y;
}
#pageText {
	float:left;	
	margin: 0 50px 20px 50px;
}
#botMain {
	float:left;
	background:url(pix/bg_bottom.gif) no-repeat;
	height:22px;
	width:752px;
}
#header {
	float:left;
	position:relative;
	height: 88px;
	width:752px;
	background: url(pix/header_new.gif) no-repeat;
}
#middle {
	float:left;
	width:752px;
}
#main p{
	margin-top:10px;
}
#main img{
	margin:5px 0 0 5px;
}
#bottomText {
	margin:	0 100px 0 100px;
	width:552px;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
#bottomText a{
	color: #a9a9a9;
	font-weight:normal;
	font-size:10px;
}
#footerInfo {
	width:752px;
	float:left;
}
#wikiedit {
	margin:5px;
}
.wikiaction {
	margin:10px;
}

.err {
    text-align: center;
    color: red;
}

div.row {
    clear: both;
}
#footnote {
    padding-top: 500px;
}
div.row span.label {
    width: 140px;
    float: left;
    text-align: right;
    padding: 5px;
    margin: 0;
}
div.row span.input {
    width: 200px;
}
div.row span.label2 {
    width: 130px;
    float: left;
    text-align: right;
    padding: 5px;
    margin: 0;
}
div.row span.type {
    font-weight: bold;
    padding-right: 7px;
}
div.row span.info {
    text-align: right;
}
div.row span.submitrow {
    float: left;
    text-align: center;
    width: 350px;
}

.odd {
    background: #eeeeee;
}

.even {
}

#wikitext {
    width: 660px;
}
