
body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #444444;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
}

#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #444444;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #444444; 
}

#nav {
	background: #444444; 
	margin:0 auto;
	text-align:left; /*overrides the centering from above*/
	width:575px; /*5 menu items at 135px width (8px padding + 2px border + 125px width)*/
}

#header h1 {
	margin: 0; 
	padding: 10px 0;
}

#mainContent {
	padding: 0 20px;
	margin-top: 20px;
	background: #444444;
}

#footer { 
	padding: 0 10px; 
	background:#444444;
	margin-top:10px;
} 

#footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
text-align:center;
margin: 0; 
padding: 10px 0; 
}

p { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
color: #ffffff; 
text-align: left;
padding-left: 10px;
padding-right: 10px;
font-Weight: normal;
line-height: 1.5em;
}

a:link {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
color: #ffffff; 
}

a:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
color: #ffff99; 
}

a:visited {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
color: #cccccc; 
}

li { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
color: #ffffff; 
text-align: left; 
font-weight: normal;
line-height: 1.5em;
}

ol { 
font-family: Arial, Helvetica, sans-serif; 
color: #ffffff; 
font-size: 11pt; 
text-align: left; 
font-weight: normal;
line-height: 1.5em;
}

ul { 
font-family: Arial, Helvetica, sans-serif; 
color: #ffffff; 
font-size: 11pt; 
text-align: left; 
font-weight: normal;
line-height: 1.5em;
}

.style3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
text-align: center;
color: #ffe1b4;
font-weight: normal;
line-height: 1.5em;
}

.style4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
text-align: center;
color: #ffffff;
font-weight: normal;
line-height: 1.5em;
}

.style5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: left;
color: #ffffff;
font-weight: normal;
}

.style18 {font-size: 12pt}
.style19 {font-size: 11px}

h1 {
font-size: 16pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
color: #ffffff;
}

h2 {
font-size: 14pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
color: #ffffff;
}

h3 {
font-size: 12pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #ffffff;
}

h4 {
font-size: 12pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
color: #ffffff;
}

h5 {
font-size: 14pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #ffffff;
}

h6 {font-size: 8pt;
font-family:  Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: center;
color: #ffffff;
}

h7 {
font-size: 8pt;
font-family:  Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: left;
color: #ffffff;
}

.floatLeft {
  float: left;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  }
  
.floatRight {
  float: right;
  padding-right: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  }

.style15 {font-weight: bold}
.style16 {font-weight: bold}
.style17 {color: #FFFFFF}

