* {
 padding: 0;
 margin: 0;
}

.plain {
text-decoration:none;
}

sup {
 color:red;
}

.submit {
 text-align: right;
 padding-right: 45px;
}

.title {
 font-size: 150%;
 font-weight: bold;
 text-align: center;
 padding-top: 5px;
 padding-bottom: 5px;
}

.help {
 font-size: 110%;
 font-weight: bold;
 text-align: center;
 padding-top: 5px;
 padding-bottom: 5px;
}

.smaller {
 font-size: 90%;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
}
#wrapper {
 width: 770px;
 margin: 0 auto;
}
#header {
 border: 1px solid #ccc;
 margin: 5px;
 height: 50px;
 padding: 10px;
 text-align: center;
 color: white;
 font-size: 275%;
 font-weight:bold;
 background-color: #C9C9BE;
}

#headersmall {
 border: 1px solid #ccc;
 margin: 5px;
 height: 30px;
 padding: 10px;
 text-align: center;
 color: white;
 font-size: 200%;
 font-weight:bold;
 background-color: #C9C9BE;
}

#header a {
  text-decoration:none;
	color:white;
}

#headersmall a {
  text-decoration:none;
	color:white;
}

#navbar {
 border: 1px solid #ccc;
 margin: 5px;
 padding: 4px;
 background-color: #F0E7D9;
}

#composehelp { /* Parent Wrapper for inside boxes */
 margin: 0 5px 5px 5px;
 padding: 4px;
  display: inline; /* IE Hack */
 width: 184px;
 float: left;
 display: block; /* IE Hack */
 border: 1px solid #ccc;
 background-color: #DAC8BF;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 5px 5px 5px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 24%;
 float: left;
 border: 1px solid #ccc;
 background-color: #DAC8BF;
 min-height: 300px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn {
 border: 1px solid #ccc;
 margin: 0 0px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 71.4%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn {
 border: 1px solid #ccc;
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 159px;
 float: left;
 background-color: #C6AA9D;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 background-color: #A3A38F;
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.8%;
}

