body {
	MARGIN-TOP: 5px;
	BACKGROUND-IMAGE: url(images/bg.png);
	COLOR: #333;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #1b1b1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #65370A;
}
#content {
    
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 1em;
	MARGIN: auto;
	WIDTH: 760px;
	PADDING-TOP: 0px;
	BACKGROUND-COLOR: #FFFFFF;
	voice-family: inherit;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}
.copyright {
	font-size: xx-small;
	color: #000000;
}


H1 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 18px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	color: #666666;
}

H2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 16px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	color: #333333;
}

.alpha-shadow {
  float: left;
  background: url(images/shadow1.png) no-repeat right bottom !important;
  background: url(images/shadow1.gif) no-repeat right bottom;
  margin: 0px 0 0 0px !important;
  margin: 0px 0 0 0px;
}

.alpha-shadow div {
  background: url(images/shadow2.png) no-repeat left top !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 5px 5px 0 !important;
  padding: 0px 5px 3px 0px;
}

.alpha-shadow img {
  background-color: #FFFFFF;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

/* shadow box around text */

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox2, .cssbox3, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/textbox.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 435px !important; /* intended total box width - padding-right(next) */
    width: 420px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px auto; /* use to position the box */ 
} 

/* larger box for other pages */
.cssbox2 { 
    width: 715px !important; /* intended total box width - padding-right(next) */
    width: 700px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px auto; /* use to position the box */ 
} 

/* larger box for team pages */
.cssbox3 { 
    width: 505px !important; /* intended total box width - padding-right(next) */
    width: 490px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px auto; /* use to position the box */ 
}

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 30px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0 0px 30px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 15px; /* interior-padding right */ 
    padding: 1px 0 15px 30px; /* mirror .cssbox_head right/left */ 
} .top {
	z-index: 9;
}
.bottom {
	z-index: 1;
}

.top_pad {
	top: 5px;
}
.image-space-left {
	padding-right: 6px;
}
.image-space-right {
	padding-left: 6px;
}
