body {
	background: #011E58 url(pix/pagebg.jpg) repeat-x top;
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	color: #666666;
}
#wikitext {
    padding-left: 0px;
    padding-right: 6px;
}
#wikitext img{
    padding:8px;
}
i {display: none;}
.clearer {clear: both;}
a {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #99CC33;
}
h1, h2, h3 {
	margin: 0;
	margin-bottom: 10px;
}
h1 {
	font-family: "Futura Hv BT", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 200%;
}
h2 {
	font-size: 150%;
	color: #39C;	
}
h3 {
	font-size: 130%;
	color: #9C3;	
}

#alpha {
	margin: 0 auto;
	width: 754px;
	background: url(pix/alpha.gif) repeat-y;
}
#header {
	position: relative;
	height: 175px;
	background: url(pix/header.jpg) no-repeat;
}
td.texta {
    text-align: right;
}
.error {
    color: red;
}
.required {
    font-weight: bold;
    color: red;
}

a#logo {
	position: absolute;
	display: block;
	width: 140px;
	height: 140px;
	top: 12px;
	left: 30px;
}
#topMenu {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 600px;
	color: #FFF;
	text-align: right;
	font-size: 10px
}
#topMenu a {
    margin: 0 2px;
    color: #FFF;
}
#topMenu a:hover {color: #39C;}
#main {
	min-height: 425px;
	background: url(pix/main.jpg) no-repeat top;
	padding: 0px 5px 0 10px;
}

/* SIDE STYLES */
#side {
	float: left;
	width: 185px;
	min-height: 300px;
	text-align: left;
	color: #FFF;
}
#nav {
	min-height: 100px;
/*	background: url(pix/nav.gif) no-repeat top;*/
	padding: 30px 0 0 0;
}
#side ul {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	list-style: none;
	font-weight: bold;
	background: url(pix/ulBtm.gif) no-repeat bottom;
}
#side ul a {
	display: block;
	width: 157px;
	padding: 7px 14px;
	padding-bottom: 6px;
	color: #FFF;
	background: url(pix/bnBg.gif) no-repeat left;
}
#side ul a:hover {
    background: url(pix/bnOver.gif) no-repeat left;
}


#info {
	min-height: 140px;
	background: url(pix/info.gif) no-repeat top;
    margin: 6px 0;
    padding: 30px 0 30px 0;
}
#list {
        text-align: center;
        font-weight: bold;
}


/* CONTENT STYLES */
#content {
	float: left;
	width: 545px;
}
#ticker {
   margin: 0 auto;
   margin-top: 19px;
   width: 500px; 
}
#pagetext {
    background: #FFF;
	padding: 4px 4px 10px 10px;
	text-align: justify;
    font-size: 12px;
    min-height: 250px;
}
#pagetext image {
    margin: 5px;
}
#gap {
	height: 50px;
	background: url(pix/gap.gif) no-repeat;
}
#featured {
	min-height: 100px;
	background: #FFF url(pix/featured.gif) no-repeat bottom;
	padding: 10px 5px;
}
#featured img{
	margin:0 10px 0 10px;
}
#btmText {
	clear: both;
	min-height: 20px;
	color: #FFF;
    font-size: 10px;
	font-weight: bold;
	padding: 2px 20px;
    padding-bottom: 0;
}

#alphaBtm {
	clear: both;
	background: url(pix/alphaBtm.gif) no-repeat top;
	min-height: 5px;
	padding: 4px;
	padding-top: 10px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
#alphaBtm a {color: #FFF;}
#edit a {color: #011E58;}
#edit a:hover {color: #FFF;}
