html{height:100%;}

body {
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000;
background-color: #AAD492;
}

hr {
	border:none;
	background-image:url(../images/small-hr.gif);
	padding:10px;
}
/*  Heading Formatting */
h1 {font-size:1.5em;line-height: 0.8em;color: #298B00;}
h2 {font-size:1.3em;line-height: 0.8em;color: #298B00;}
h3 {font-size:1.2em;line-height: 0.8em;color:#298B00;}
h4 {font-size:1.1em;line-height: 0.8em;color: #298B00;}
h5 {font-size:1.0em;line-height: 0.8em;color:#298B00;}
h6 {font-size:1.0em;line-height: 0.8em;color:#298B00;}

.componentheading, .contentheading {font-size:1.5em;line-height: 0.8em;color: #000; font-weight:bold}
.moduletable_highlight h3 {
	background:url(../images/moon-icon.png) no-repeat top left;
	padding:0; 
	margin:0;
	padding:7px 0 0 10px;
	color:#584933;
	font-size:14px;
	margin-left:-5px
	}
/*links*/
a:link {color: #CC6600;}
a:hover {color: #0D8B00;}
a:visited {color: #0D8B00;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

#wrapper {
	width:95%;
	max-width:950px;
	margin:0px auto;
	background-color:#AAD492;
}
#header {
	background:#fff url(../images/home_hdr.jpg) top right no-repeat;
	height:100px;
	border-bottom:5px solid #AAD492;
}
#logo {
}
#header_img {
}
#content-table td{
	background-color:#fff;
	vertical-align:top;
}
#left {
	width:175px;
}
#content {
	background: #fff url(../images/content-bg.png) top left repeat-y;
}
#right, #footer-right {
	width:200px;
	background: #fff url(../images/right-bg.png) top left repeat-y;
}
#footer {
	height:30px;
	text-align:center;
	background: #fff url(../images/content-bg.png) top left repeat-y;
	font-size:0.8em;
}

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  /*width: 900px;*/
  min-width: 39px;
  min-height: 39px;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 9px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 74px;
  height: 74px;
  background-image: url('../images/sheet_s.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 37px, 37px, auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 37px, 37px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(37px, 37px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(37px, auto, auto, 37px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 37px;
  right: 37px;
  height: 74px;
  background-image: url('../images/sheet_h.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 37px, auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(37px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 37px;
  bottom: 37px;
  width: 74px;
  background-image: url('../images/sheet_v.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 37px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 37px, auto, auto);
}

.art-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 37px;
  left: 37px;
  right: 37px;
  bottom: 37px;
  background-image: url('../images/sheet_c.png');
}

.art-sheet
{
  margin-top: 5px !important;
  cursor:auto;
}

/*#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  min-width: 900px;
}*/

/* end Box, Sheet */
