/* CSS Document */

html {
	font-size: 100% 
}

body {
	background-color: #ffffff;
	font-size: 0.75em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #341500;
	margin-right: 0%;
	margin-left: 0%;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	color: #63953C;
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #63953C;
	text-decoration: underline;
}

a:visited {
	color: #63953C;
	text-decoration: underline;

}

a:hover {
	color: #63953C;
	text-decoration: none;

}

a:active {
	color: #30391C;
	text-decoration: none;

}


h1 {
	font-size: 2em;
	font-variant: normal;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
	color: #2D4F1D;
	
}

h2 {
	font-size: 1.4em;
	font-variant: normal;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 0.2em;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #2D4F1D;
}

h3 {
	font-size: 1.2em;
	font-variant: normal;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 0.2em;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #2D4F1D;
}

#Title_Logo {
	height: 122px;
	width: 324px;
	background-image: url(images/EL_Title.jpg);
	background-repeat: no-repeat;
	color: #D1E4E8;
	font-size: 1px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#Title_BG {
	background-image: url(images/EL_TitleBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
}
#Title_Wrapper {
	width: 100%;
}
#ButtonBG {
	background-image: url(images/EL_BT_BG.jpg);
	height: 74px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}
#ButtonBG_Repeat {
	background-image: url(images/EL_BT_BG_Repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#ContentWrapper {
	padding-top: 1px;
}
#ContentMain {
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5DFC4;
	border-left-color: #D5DFC4;
	padding: 5px;
	background-image: url(images/EL_Pentegram.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#ContentSide {
	background-color: #90AD66;
	width: 65px;
}

#FooterBar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #4C812B;
	height: 5px;
}

#ImageBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #E8EDDE;
}
