body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: black;
	padding:0px;
	margin:0px;
	text-align:left;
	background-image:url('images/background.jpg');
	
}
p, div, table, tr, td, form, input { 
	font-size:12px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

a, a:visited {
	color: #003300;
	text-decoration:underline;
}
a:hover {
	color: #CC3300;
	text-decoration:underline;
}
h1 {
	font-size:16px;
	color:#CC3300;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}
h2 {
	font-size:14px;
	color:#336633;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h3 {
	font-size:12px;
	color:black;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h4 {
	font-size:10px;
	color:black;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}


hr {
	border: none;
	background-color: #FF9900;
	color: #FF9900;
	height: 1px;
	width: 100%;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}

.odd{background-color: white;} 
.even{background-color: gray;} 


/*  Navigation  */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #FF9900; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
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 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #569956; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #005E00; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #FF9900; /*Highlight red 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: #FF9900; /*Highlight red color theme*/
color: white;
}