body {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 9pt;
	text-align: center;
	margin: 20px;
}
#logocell {
	background-color: #FFFFFF;
	width: 770px;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
	padding: 0px;
}
#maintable {
	width: 770px;
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-color: #555555;
}
/*================================================================================
>> Main Menu Links
================================================================================*/
#menu {
	background-color: #D22A07;
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#menu a, #menu a:visited {
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
}
#menu a:hover {
	color: #9CA4D2;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
}
#menu div.pullquote {
	color: #dddddd;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: d7d7af;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: d7d7af;
	padding: 5px;
}
/*================================================================================
>> Content
================================================================================*/
#maincontent {
	background-color: #FFFFFF;
	width: 620px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
}
#maincontent h1 {
	color: #145E00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#maincontent h2 {
	color: #145E00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#maincontent h3 {
	color: #145E00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#maincontent p {
	font-weight: normal;
	text-decoration: none;
    margin-bottom: 0px;
}
#maincontent ul {
    margin-top: 0px;
}
/*================================================================================
>> Page Navigation
================================================================================*/
#pageNav {
    width: 620px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #555555;
    margin-top: 15px;
    margin-bottom: 0xp;
    padding: 0px;
}
#pageNav td.prev {
	text-align: left;
}
#pageNav td.next {
    text-align: right;
}
/*================================================================================
>> Images
================================================================================*/
img.photo-left {
   border-style: solid;
   border-width: 2px;
   border-color: #000000;
   margin-top: 10px;
   margin-right: 10px;
   margin-bottom: 10px;
}
img.photo-center {
   border-style: solid;
   border-width: 2px;
   border-color: #000000;
   margin-top: 10px;
   margin-bottom: 10px;
}
img.photo-right {
   border-style: solid;
   border-width: 2px;
   border-color: #000000;
   margin-top: 10px;
   margin-left: 10px;
   margin-bottom: 10px;
}
/*================================================================================
>> Links
================================================================================*/
a, a:visited {
	color: #145E00;
	text-decoration: none;
}
a:hover {
	color: #3F9900;
	text-decoration: none;
}
/*================================================================================
>> Footer
================================================================================*/
#footer {
	background-color: #D22A07;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}