body {
	margin: 10px;
	padding: 0;
	background: #63cf9d ;
	font-family:  verdana, sans-serif;
	font-size:13px;
	color: #010101;
	
}
a {
	font-size:13px;
    font-family: Verdana , sans-serif;
    line-height:16px;
    color:#008000;
    text-align: left;
	}
a:visited {
	color:  #008000;
	}
a:active {
	color:  #008000;
	}
a:hover {
	color: #000000;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px; 
	text-align:left;
	}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
img {
	border: 0;
}
#container {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 1024px;
	margin: 0 auto;
}

/* Header */

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(Images/BackgroundTop.jpg) no-repeat;
	height: 450px;
	width: 1024px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 870px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	background: url(Images/MenuBack.jpg) repeat-x;
	border: 2px solid #454545;
	font-size: 12px;
	text-align: center;
	font-weight: bold; 
	}
#menuasp {
	width: 870px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	background: url(Images/MenuBack.jpg) repeat-x;
	border: 2px solid #454545;
	font-size: 12px;
	text-align: center;
	font-weight: bold; 
	}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 108px;
	padding-top: 2px;
	text-align: center; 
	text-decoration: none;
	color: #010101;
}

#menu a:hover, #menu .active a {
	
	color: #008000;
}
#adminmenu {
	width: 870px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	background: url(Images/MenuBack.jpg) repeat-x;
	border: 2px solid #454545;
	font-size: 12px;
	text-align: center;
	font-weight: bold; 
	}

#adminmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#adminmenu li {
	display: inline;
}

#adminmenu a {
	display: block;
	float: left;
	width: 145px;
	padding-top: 2px;
	text-align: center; 
	text-decoration: none;
	color: #010101;
}

#adminmenu a:hover, #adminmenu .active a {
	
	color: #008000;
}
/* Content */

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(Images/BackgroundMiddle2.jpg) repeat-y;
	width: 1024px;
	text-align : center;
	margin: 0 auto;
}

/* Footer */

#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(Images/Footer2.jpg) no-repeat;
	height: 812px;
	width: 1024px;
	text-align: center;
	margin: 0 auto; 	
	}
.inputbox {
    border:solid 1px #63cf9d;
    color: #000000;
    background-color: #FFFECE;
}
.button {
    border:solid 1px #FFFECE;
    color: #008000;
    background-color: #63cf9d;
     
}
.Koptext {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
.KoptextLeft {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	}
.SubtextLeft {
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	}
.LinkText 
{
    font-size:13px;
    font-family:"Verdana", sans serif;
    color:#008000;
    font-weight:bold;
    text-align: center;
}
.Text {
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
.SmallText {
	font-size: 10px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
.SmallLink {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	text-decoration: underline;
	}

