html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
}

body {
		background-color:#fff;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
}

a:link {
	color: #469F56;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #306D3A;
}
a:hover {
	text-decoration: none;
	color: #AFDCB6;
}
a:active {
	text-decoration: none;
	color: #6FBF7C;
}

.container {
		margin: 0 auto;
}

/* Header Styles */

#header {
		overflow: hidden;
		padding-bottom: 30px;
}

#header-stretch {
	background-image: url(../templates/spring/images/header-bak.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 150px;
}

#header ul {
		float:right;
		list-style: none;
		margin-top: 30px;
}

#header ul li {
		float: left;
		margin-left: 10px;
		padding: 10px 0 10px 12px;
}


/* Menu Content Styles */

#menu {
		overflow: hidden;
		padding-bottom: 30px;
		color:#000;
}

#menu-stretch {
		padding: 0px;
		background-color:#FFF;
		background-image:url(../templates/spring/images/menu-bak.gif);
		background-repeat:repeat-x;
		background-position:top;
		height: 50px;
}

#menu a:link {
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 2px 10px 2px;
}

#menu a:active {
	color: #306D3A;
	text-decoration: none;
}

#menu a:hover {
	color: #999;
	text-decoration: none;
}

/* Body Content Styles */

#body {
	padding-bottom: 20px;
	padding-top: 20px;
	overflow:hidden;
	color: #666;
}

#body-stretch {
	background: #FFF repeat-x url(../templates/spring/images/body-bak.gif);
}

#body h2 {
	color: #469F56;
	text-align:right;
	border-bottom: #306D3A solid 1px;
}

#body h4 {
	color: #469F56;
	text-align:right;
	border-bottom: #306D3A solid 1px;
}

/* Footer Content Styles */

#footercontent-stretch {
	background-image:url(../templates/spring/images/footercontent-bak.gif);
	background-repeat:repeat-x;
	padding: 0px 10px 0px 10px;
	background-color: #FFF;
	height:302px;
	color:#CCC;
}

#footercontent h2 {
	color:#E0F1E2;
}

#footercontent h4 {
	color:#CCC;
	text-align:right;
	border-bottom: #999 solid 1px;
}

/* Footer Styles */

#footer-stretch {
	background: repeat-x url(../templates/spring/images/footer-bak.jpg);
	height: 100px;
	color: #000;
}
.copy {
	font-size: 9px;
	font-family: Tahoma;
	color: #AFDCB6;
}
