
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body { background-color: #4E4E4E; color: #FFFFFF; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 11px; line-height: 14px; margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */ padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ text-align: center; /* Centers the page content container in IE 5 browsers. */ }

h1 { font-size: 16px; font-weight: bold; line-height: 20px; margin-bottom: 10px; margin-top: 0px; color: #EE7676; letter-spacing: 1px; text-align: left; font-family: "Gill Sans", "Lucida Grande", "Trebuchet MS", "Century Gothic"; }

h2 { font-size: 12px; font-weight: bold; color: #EE7676; letter-spacing: 0.1em; margin-bottom: 10px; }

a,  a:link {
	color: #99CC99;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

a:visited {
  color: #99CC99;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #F47878;
	text-decoration: underline;
}

a:focus {
  color: #EE7676;
}

a:active {
  color: #99CC99;
  text-decoration: underline;
}

#outerWrapper { margin: 0 auto 0 auto; max-width: 800px; min-width: 1000px; text-align: left; width: 1000px; padding: 30px 40px 10px 40px; }

#outerWrapper #contentWrapper { background-color: #5D5D5D; }

#outerWrapper #contentWrapper #header { background-color: #535353; padding-right: 10px; padding-left: 20px; padding-top: 4px; padding-bottom: 5px; margin-bottom: 10px; height: 60px; }

#outerWrapper #contentWrapper #header h1 { font-size: 20px; margin-top: 16px; }

#outerWrapper #contentWrapper #header #date { float: right; margin-right: 100px; height: 24px; line-height: 24px; margin-top: 15px; margin-bottom: 10px; padding-left: 50px; border-bottom-width: 2px; border-bottom-style: dotted; border-bottom-color: #A2D8A2; }

#outerWrapper #contentWrapper #content { padding: 20px; }
#contentWrapper #content .panel { height: 250px; margin-top: 0px; margin-bottom: 20px; }

#contentWrapper #content .panel p { font-size: 10px; line-height: 13px; }

#outerWrapper #fixedFooter { border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */ height: 25px; font-size: 9px; }

html, body {
	height: 100%;
}
#outerWrapper #fixedFooterWrapper {
	bottom: 0px;
	position: absolute;
	width: 100%;
}
.smaller { font-size: 60%; display: inline; color: #FFFFFF; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: normal; }

.clearfloat { clear: both; }

.floatLeft { float: left; }

.red { color: #6CC2A3; display: inline; }
