body{
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-color:#80bd45;
	background-image:url('images/background.jpg');
	font-family:Arial;
	color:#7c7d7d;
	font-size:16px;
	line-height:25px;
}
input,select,textarea{
	color:#7c7d7d;
	font-family:Arial;
	font-size:12px;
}
@font-face {
    font-family: AlexBrush;
    src: url(AlexBrush-Regular.ttf);
}r

.stdinput{
	width:180px;
}
a{
	color:#3d724d;
}
a:hover{
	color:#7c7d7d;
}
.required{
	color:#3d724d;
}
.menugap{
	padding-top:40px;
}
.menuTable{
	width:350px; 
	height:250px; 
	/*background-image:url('images/lime.jpg');
	background-repeat:no-repeat;*/
}
.menuFiller{
	width:90px;
}
.leftColumn{
	width:380px;
}
.heading{
	color:#3d724d;
	font-size:20px;
}
.menu {
	list-style-type:none;
	line-height:35px;
}
.menuItem{
	color:#7c7d7d;
	font-size:18px;
	font-family:Arial;
	text-decoration:none;
	letter-spacing:4px;
}
.menuItem:hover{
	color:#3d724d;
}
.menuSelected{
	color:#3d724d;
	font-size:18px;
	font-family:Arial;
	text-decoration:none;
	letter-spacing:4px;
}
.menuSelected:hover{
	color:#3d724d;
}

.pageTable{
	width:900px;
	margin:auto;
}
.firstLetter{
	font-size:25px;
}
.labelTable{
	width:350px;
	padding-top:20px;
	text-align:center;
}
.labelHome{
	height:300px;
}
.labelHeading{
	color:black;
	font-family:Arial;
	letter-spacing:2px;
	font-size:21px;
}
.squeezed{
	color:#7c7d7d;
	font-size:18px;
}

.grown{
	color:#3d724d;
	font-family:Courier New;
	font-weight:700;
	font-size:18px;
	letter-spacing:0px;
}
.content{
	text-align:left;
	margin-top:70px;
	width:400px;
	height:600px;
}
.rightColumn{
	width:520px;
}