body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18px;
	color: #5B5B5B;
	margin: 0px;
	padding: 0px;	/*background-image: url(images/bg-gradient.png);*/	/*background-size: 100%;*/	/*background-image:-webkit-gradient(radial, center 40%, 700, center 40%, 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));*/							 			    															/*background-image:-webkit-gradient(linear, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));*/
	background-image: url(../images/bg/bg-hex.png);
	background-color: #E0E4E1;
}
body a{
	color: #7EAE8B;
}
#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -10;
}
#main {
	z-index: -5;
}
.smallbody {
	font-family: "Trebuchet MS";
	font-size: x-small;
}
.headinglarge {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #4E7253;
	font-weight: bold;
}
.headinglarge a{
	text-decoration:none;
	color: #4E7253;
}
.headinglargegray {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.headinglargegray a{
	text-decoration:none;
	color: #4E7253;
}
.heading a{
	text-decoration:none;
	color: #4E7253;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #4E7253;
	font-weight: bold;
}
.underheading {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #666666;
}
.smallheading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	padding-top: 15px;
}
.smallheading a{
	text-decoration:none;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	padding-top: 15px;
}
.smallheadingnopad {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	padding-top: 8px;
}
.smallheadingnopad a{
	text-decoration:none;
	color: #333333;
}
.smalldate {
	font-family: "Trebuchet MS";
	font-size: xx-small;
	color: #F00;
	font-weight: bold;
	line-height: normal;
	padding-top: 8px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
}
.etchedtext {
	font-size: x-small;
	color: #333333;
	text-shadow: white 0px 1px 0px;
	font-family: "Trebuchet MS";
	line-height: normal;
}
.disclaimer {
	font-family: "Trebuchet MS";
	font-size: xx-small;
	color: #999999;
}
.window {
	/*border-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;*/
	overflow:visible;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow:0px 1px 3px #666;
	-moz-box-shadow:0px 1px 3px #666;
	padding: 10px;
}
.content {
	z-index:1;
}
.windownolinks {
	overflow:visible;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow:0px 1px 3px #666;
	-moz-box-shadow:0px 1px 3px #666;
	padding: 10px;
	
}
.windownolinks a{
	text-decoration:none;
}
.window2 {
	-webkit-box-shadow:0px 1px 3px #666;
	-moz-box-shadow:0px 1px 3px #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
}
.window2 a{
	text-decoration:none;
}
.stretch {
    width:100%;
	height:20px;
	
}
.shadow {
	background-image: url(../images/boxshadow.png);
	height:20px;
	background-repeat: no-repeat;
	background-width: 100%;
}
.insetwindow {
	padding:20px;
	pointer-events: auto;
	border-color: rgb(170, 170, 170);
	border-color: rgba(0, 0, 0, .15);
	border-style: solid;
	border-width: 1px;
	position: relative;
	border-top-left-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	z-index: 1;
	overflow-x: visible;
	overflow-y: visible;
	background-image:url(../images/bg/bg-inset-gradient.png);
	background-size: 100% 100%;
	box-shadow: rgb(240, 240, 240) 0px 1px 0px;
	box-shadow: rgba(255, 255, 255, .6) 0px 1px 0px;
}
.inset {
	pointer-events: auto;
	border-color: rgb(170, 170, 170);
	border-color: rgba(0, 0, 0, .15);
	border-style: solid;
	border-width: 1px;
	position: relative;
	border-top-left-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	z-index: 1;
	width: 898px;
	overflow-x: visible;
	overflow-y: visible;
	background-image:url(../images/bg/bg-inset-gradient.png);
	background-size: 100% 100%;
	box-shadow: rgb(240, 240, 240) 0px 1px 0px;
	box-shadow: rgba(255, 255, 255, .6) 0px 1px 0px;
}
.insetcontent {
	padding: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: middle;
	color: #515B4F;
	text-shadow: white 0px 1px 0px;
	line-height: normal;
}
.insetcontent a{
	text-decoration:none;
	color: #5A6C62;
	font-size: small;
	
}
.insetcontent a:hover{
	text-decoration:underline;	
}
.insetcontent img{
	padding-bottom:2px;
}
#postitfloater {
	position:absolute;
	visibility:hidden;
	width:1075px;
}
#postit {
	font-family: 'Permanent Marker', cursive;
	position:relative;
	left:-590px;
	top:-45px;
	width:205px;
	height:190px;
	padding: 47px;
	background-image: url(../images/postit.png);
	color: #4C9421;
	z-index:100;
}
.postitheader {
	font-family: 'Permanent Marker', cursive;
	font-size: 16px;
}
.postitbody {
	font-family: 'Patrick Hand', cursive;
	font-size: 13px;
}
