@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #424031;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777664;
	font-size: 12px
}

a {
	text-decoration: none;
	font-size: 13px;
	}
	
a:link {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #777664;
	text-decoration: none;
}

a:visited {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #777664;
}

a:hover {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #C2BEA3;
}

a:active {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #777664;
}
.mortalis #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mortalis #header {
	background: #424031;
	color: #000000;
}
.mortalis #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin: 0;
}
.mortalis #navigation {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 13px;
}
.mortalis #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.mortalis #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#777664;
	color: #000000;
} 
.mortalis #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.mortalis #li {
	font-size: 12px;
	list-style-type:square;
	padding: 0 20px;
	line-height: 18px;
}

.mortalis #li2 {
	list-style-type:square;
	padding: 0 20px;
	line-height: 18px;
}

.deathknight {
	color: #800000;
	font-weight: bold;
	font-size: 14px
}

.druid {
	color: #BC4A0B;
	font-weight: bold;
	font-size: 14px
}

.hunter {
	color: #00781C;
	font-weight: bold;
	font-size: 14px
}

.mage {
	color: #66A1E4;
	font-weight: bold;
	font-size: 14px
}

.paladin {
	color: #FFA7A7;
	font-weight: bold;
	font-size: 14px
}

.priest {
	color: #C0C0C0;
	font-weight: bold;
	font-size: 14px
}

.rogue {
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px
}

.shaman {
	color: #1A35E1;
	font-weight: bold;
	font-size: 14px
}

.warlock {
	color: #8D2DD0;
	font-weight: bold;
	font-size: 14px
}

.warrior {
	color: #784B0B;
	font-weight: bold;
	font-size: 14px
}

#newsheader {
	width: 99%;
	background-color: #E1E1E1;
	border-color: #424031;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	font-weight: bold;
	font-size: 16px;
	padding: 4px;
	}
	
#newscontent {
	width: 99%;
	background-color: #FFFFFF;
	padding: 4px;
	border-width: 1px;
	border-color: #424031;
	border-right-style: solid;
	border-left-style: solid;
	}

#newsfooter {
	width: 99%;
	background-color: #EFEFEF;
	border-color: #424031;
	border-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	padding: 4px;
	text-align: right;
	}



img {
  border: 0px;
}


/*
.form {
	font-size: 10px;
	color: #000000;
	background-color: #8A91C0;
	line-height: normal;
	border: 1px solid #535773;
}	
*/

/*
.form {
        font-size: 11px;
        color: #424031;
        background-color: #E0E0E0;
        line-height: normal;
        border: 1px solid #424031;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formbuttons {
        font-size: 14px;
        color: #424031;
        background-color: #E0E0E0;
        line-height: normal;
        border: 1px solid #424031;
        padding: 2px;
}
.formtable {
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }
*/
        
.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
    
/* 5. Forms */
label {
	position:relative;
	clear:left;
	float:left;
	width:17em;
	margin-right:20px;
	text-align:right;
	font-size:12px;
	padding-top:2px;
	}
	
#content input {
	width:396px;
	margin:0px 0px 10px 0px;
	border:1px solid #999;
	color:#000;
	padding:2px;
	background-color: #E0E0E0
}

#content textarea {
	width:396px;
	margin:0px 0px 15px 0px;
	border:1px solid #999;
	color:#000;
	background-color: #E0E0E0
}

#content select {
	width:110px;
	margin:0px 0px 10px 0px;
	border:1px solid #999;
	color:#000;
	background-color: #E0E0E0
}

#content textarea {
	height: 85px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

#content textarea.small {
	height: 58px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

#content textarea.smaller {
	height: 45px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

#content textarea:focus, #content input:focus, #content select:focus {
	border: 1px solid;
	border-color:#000;
}

#content select {
	border:1px solid;
	border-color:#999;
}

#content input.submitbutton {
	width: 200px;
	float: left;
	margin-right: 10px;
}

#content p.buttons {
	text-align:center;
}

#content p {
	margin:0;
