@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(backgrounds.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-image: url(../images/pageBackground.jpg);
	background-repeat: repeat-x;
	background-color:#2ea141;
	line-height: 1.2em;
}

/*  Heading Formatting */
h1 {font-size:1.8em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.6em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.0em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:0.9em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
	text-decoration: none;
	color: #060;
	}
a:hover {
	color: #900;
}
a:visited {
	color: #060;
	text-decoration: none;
}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */