
/* BASIC "COMMON" STYLES */
html {
	margin: 0px;
	padding: 0px;
} 

body {
	background-color: #c9df8e;
	margin: 0px;
	padding: 0px;
}

p {
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #707070;
	text-decoration: none;
	line-height: 14px;
}

h1 {
	
}

h2 {
	
	
}

h3 {
	
	
}

h4 {
	
	
}

h5 {
	
}

a:link, a:visited, a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #f17e26;
	text-decoration: none;
	line-height: 17px;
}

a:hover {
	text-decoration: underline;
}

/* BACKGROUND IMAGES */
#background {
	position:absolute; 
	z-index:1; 
	width: 100%;
	height: 100%;
}

/* FOOTER */
#footer {
	padding: 0;
	margin:0;
	z-index:101;
	left: 0px;
	width: 745px;
}

#footer_copy {
	float: left;
}

#footer_link {
	float: right;
}

.footer_text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #65676d;
	text-decoration: none;
}

/* LINK STYLES */
a.footer:link, a.footer:visited, a.footer:active  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #65676d;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}


/* FORMS */
form div {
	clear: left;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

/* COLORS */
.whitebackground {
	background-color: #fff;
}

/* IMG */
img.moveimgleft {
	margin-left: 1.1em;
	margin-top: .5em;
	margin-bottom: .5em;
}

img.moveimgdown {
	margin-top: .5em;
	margin-bottom: .5em;
}