html,body {
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: black;
font-size: small;
background-color: white;
}

#container {
margin: auto;
text-align: left;
width:850px;
}
#menuSide {
float: left;
width: 170px;
}

#top {
width:850px;
height:188px;
background:url("../images/header.gif") no-repeat;
float: left;
}

#middle {
position:relative;
float: left;
width:850px;
background:url("../images/content.gif") repeat-y;
text-align:left;
padding-bottom: 15px;
margin-top: -2px;
padding-left: 25px;
padding-right: 25px;
}

#middle #recentNews, #admin, #mainMenu {
position: relative;
/*To align right in IE6 keep commented float: left;*/
/*float: left;*/
width:140px;
background-color:#e72;
border:1px dashed #a40;
/*margin:15px 0px 0px 25px;*/
margin:15px 25px 0 0;
padding:5px 0px 5px 5px;
color: black;
}

.menuTitle {
text-decoration: underline;
}

#middle #mainMenu ul, #middle #recentNews ul, #middle #admin ul {
list-style: none;
/*padding: 0 0 0 10px;*/
margin: 0 0 2px 0;
text-indent: -8px;
padding: 4px;
}

#middle #mainMenu .mainMenuItem  {
display: block;
text-align: left;
}

#middle #mainMenu a, #middle #recentNews a, #middle #admin a { 
color: white;
text-decoration: none;
margin-left: 4px;
background-color: #e72;
}

#middle #mainMenu a:hover, #middle #recentNews a:hover, #middle #admin a:hover {
color: #fe7;
background-color: #a40;
}

#content {
position: relative;
float: right;
width: 615px;
padding:0 45px 0 15px;
}

#footer { 
text-align:center;
padding-top:18px;
color:black;
background-color: inherit;
position: relative;
}

.pageHeading {
text-align: center;
color: #e72;
background-color: inherit;
margin-top: 10px;
text-decoration: underline;
}

.paragraphHeading {
text-align: left;
color: #e72;
background-color: inherit;
}

.fixLink {
text-decoration: overline;
font-weight: bold;
color: black;
background-color: inherit;
}

.newsTitle {
font-weight: bold;
font-size: medium;
background-color: #e72;
margin-top: 15px;
padding:2px 0 2px 5px;
color: black;
}

.newsInformation {
font-style: italic;
font-size: x-small;
padding:2px 0 4px 8px;
}

.newsData {
text-indent: 15px;
}

.newsData p {
margin-top: 5px;
}

#bottom {
position: relative;
float: left;
width:850px;
height:51px;
background:url("../images/footer.gif") no-repeat;
}

p.error {
font-weight: bold;
text-align:center;
}

label {
text-align: right;
margin-left: 45px;
font-weight: bold;
width: 150px;
float: left;
padding-right: 5px;
padding-bottom: 2px;
}

label.rightAlign{
	text-align: right;
	margin-left: 410px;
}

label.login {
width: 200px;
}

input.text, textarea, select {
border: 2px solid #a40;
margin-right: 2px;
margin-top: -4px;
padding: 1px;
}

input.button {
border: 2px solid #a40;
background-color: #e72;
margin-left: 250px;
color: black;
}

hr {
color: #a40;
height: 2px;
background-color: #a41;
margin-top: 25px;
margin-bottom: 25px;
}

#middle #content ul {
list-style: none;
padding: 0 0 0 12px;
margin: 0 0 2px 0;
text-indent: -8px;
}

#middle #content li {
padding-top: 4px;
}

textarea {
width: 100%;
height: 300px;
}

textarea.newsletter {
width: 95%;
height: 800px;
}

textarea#imageDescription {
margin: 0 10%;
width:80%;
height: 150px;
}

fieldset {
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
}

legend {
padding: 5px;
}

p.centeredParagraph {
text-align: center;
}

img.marsImage {
display: block;
margin-left: auto;
margin-right: auto;
border:1px dashed #a40;
}

#content li a {
color: blue;
}

#footer a {
color: blue;
}

#content table a {
color: blue;
}

.cm #menuSide {float: right; }
.cm  #content { float: left; }

