* {
	margin: 0px;
	border: 0px solid #FF0000;
	text-decoration: none;
}

body {
	background-color: #626940;
	margin-top: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.invertedshiftdown2{
	padding: 0 20px 0 0;
	margin-top:135px;
	width: 578px;
	border-top: 3px solid #626940; /*Highlight Green Background theme*/
	background: transparent;
	height: 30px;
}

.invertedshiftdown2 ul{
margin:0px;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0px;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #EFE1C7; /*Default menu color FIX*/
}

.invertedshiftdown2 a:hover{
background-color: #62693f; /*Highlight green theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #ebddc3; /*Highlight cream color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #626940; /*Highlight Green color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #626940; /*Highlight green color theme*/
color: white;
}
.headingmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.secondaryheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	height: 25px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid thin white;
	padding-bottom: 3px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	text-decoration:none;
	color: #FFFFFF;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#footer a:link{
color: white;
}
#footer a:hover{
	color: white;
    border-bottom: thin solid white;
}
#footer a:visited{
color: white;
font-weight:bold;
}
.pbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#w3c {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	margin-top: 10px;
}
#container #logo {
	background-image: url(images/logo.gif);
	float: left;
	height: 122px;
	width: 536px;
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-top: 10px;
}
