body {
	margin: 0;
	padding: 0;
}
div.page_wrapper {
	width:780px;
	padding:0px;
	margin-bottom:0px;
}
.hideit {
    display:none;
	}
.showit {
	display:block;
	}
#print_header {
	padding-bottom: 15px;
}
#print_header table td {
	vertical-align:top;
	font-weight:;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.page_header {
	display:none;
}
div.home_content_left {
	width: 540px;
	z-index: 15;
	float: left;
	display: block;
}
div.home_content_right {
	font-size: 11px;
	line-height: 15px;
	background-position: 0 bottom;
	width: 225px;
	z-index: 15;
	float: left;
	display: block;
}
div.page_content_wrapper {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	float: left;
	clear: both;
	display: block;
	background:none
}
/*layout for columns*/
div.sub_content_left {
	width: 278px;
	z-index: 15;
	float: left;
	display: block;
}
div.sub_content_middle {
	width: 268px;
	z-index: 15;
	float: left;
	display: block;
}
div.column_sub1 {
	font-size: 12px;
	line-height: 19px;
	width: 220px;
	float: left;
	margin-right: 30px;
}
div.column_sub2 {
	font-size: 12px;
	line-height: 19px;
	width: 220px;
	margin-left:10px;
	float: left;
}
/*padding on columns*/
div.padding_home_column1 {
	padding: 20px;
}
div.padding_home_column2 {
	padding: 20px;
}
/*textual styles*/
h1 {
	color: #01a99c;
	font-size: 19px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-top: 0;
	padding-top: 0;
}
h2 {
	color: #7ec346;
	font-size: 16px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
ul  {margin-top:0px; padding-top:0px}
li {
	list-style-type: square;
	}

/*The following  styles help to make the right column content more readable*/
div.home_content_right h1
{font-size:medium; padding-top:0px; margin-top:0px;}
div.home_content_right h2
{font-size: medium; padding-top:8px;padding-bottom:0px; margin-bottom:0px;}
div.home_content_right ul
{list-style-type: square; color: #01a99c; margin-left:15px;padding-left:0px;}

/*This is image styles*/
{.center text-align:center:}

/*Links in the main page content regions*/
div.page_content_wrapper a {
	text-decoration: underline;
}

.padding_20px {
	padding: 20px;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {font-size:small;}

/*WORKSHOP DESIGN - standardized here for all pages - if you want different colors for borders adnd headers then call the same class inside page's style section in the head
The following 3 styles cover common attributes between workshop boxes*/
.wkshopbox_common {
	height: ;  /*giving the boxes a fixed height will ensure alignment, but needs to be off while determining what the right height is*/
	width: 100%;
	float: left;
	margin-right: 8px;
	margin-top: 3px;
}
.wkshopbox_header_common {
	color: white;
	display: block;
	width: 100%;
	font-size: medium;
	font-weight: bold;
	padding: 3px 0px;
	text-indent: 5px;
}
.wkshopbox_body_common {
	font-size: x-small;
	margin: 4px;
}
/*Workshop Box 1*/	
.wkshopbox1 {
	border: 1px #018dae solid;
}
.wkshopbox1_header {
	background-color: #018dae;
}
/*Workshop Box 2*/	
.wkshopbox2 {
	border: 1px #02aa9d solid;
}
.wkshopbox2_header {
	background-color: #02aa9d;
}
/*Workshop Box 3*/	
.wkshopbox3 {
	border: 1px #03468c solid;
}
.wkshopbox3_header {
	background-color: #03468c;
}
/*Workshop Box 4*/	
.wkshopbox4 {
	border: 1px #7ec346 solid;
}
.wkshopbox4_header {
	background-color: #7ec346;
}
td {
	vertical-align:top;
	font-size:x-small;
	padding-bottom: 7px;
}
.align_right {text-align:right;}

.wkshopbox_archive_box {display:none;}

