h1 {
  font-family: Bookman old style, serif;
  font-size: 18pt;
  font-weight: normal;
}

h2 {
  font-family: Bookman old style, serif;
  font-size: 14pt;
  font-weight: normal;
}

h3 {
  font-family: Verdana, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

body {
  background: url("/images/peacock.jpg") repeat-y 70px 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

img.rightPic
{
	float: right;
	margin: 0px 0px 0px 20px;
}

img.leftPic
{
	float: left;
	margin: 0px 20px 0px 0px;
}

#title {
  position: absolute;
  padding: 5px;
  left: 200px;
  top: 5px;
  z-index: 2;
}

#content {
	position: absolute;
	font-family: Arial,sans-serif;
	color: #306090;
	padding: 0px 30px 0px 0px;
	left: 200px;
	top: 160px;
	text-align: justify;
	z-index: 1;
}

div.menu {
	float: left;
	display: block;
	background-color: transparent;	
	padding: 10px 10px 10px 10px;
	margin: 0px;
	font-family: Bookman old style, serif;
	z-index: 2;
	width: 158px;
	height: 2000px;
	background-image:url(/images/menu_bg2.gif);
}

.menuTitle{
  	display: block;
	background-color: transparent;	
  	color: #ffffff;
  	font-size: 14pt;
  	white-space:nowrap;
	border: 0;
  	padding: 0px 4px 0px 4px;
	margin-bottom: 5px;
	background-image:url(/images/rowpic1.png);
}

.currentMenuItem {
  font-size: 14pt;
  display: block;
  text-decoration: none;
  white-space:nowrap;
  color: #000000;
  padding: 1px 6px 2px 3px;;
  border-style: solid;
  border-width: 2px 1px 1px 2px;
  border-color: #606060 #C0C0C0 #C0C0C0 #606060;
}

.menuItem {
  font-size: 14pt;
  display: block;
  white-space:nowrap;
  text-decoration: none;
  color: #306090;
  padding: 2px 7px 4px 4px;
}

a.menuItem:hover {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #C0C0C0 #606060 #606060 #C0C0C0;
  padding: 1px 6px 2px 3px;
}

a.menuItem:active {
  border-style: solid;
  border-width: 2px 1px 1px 2px;
  border-color: #606060 #C0C0C0 #C0C0C0 #606060;
  padding: 1px 6px 2px 3px;
}

table {
  color: #606090;
}

td.contact {
padding-left: 0px;
font-weight: bold;
}

td.workshop {
padding-left: 0px;
font-weight: bold;

}

ul.links
{
	margin-left: 16px;
	list-style-type: disc;
	list-style-position: outside;
}


.faqQuestion {
  text-decoration: none;
  color: #606090;

}

.faqQuestion:hover {
  text-decoration: underline;
}

.faqReturn {
  font-size: 8pt;
  color: #606090;
	
}

.bold {
  font-weight: bold;
}

.formField {
	background: transparent;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	border-color: #606060 #C0C0C0 #C0C0C0 #606060;
}

/* transparent PNG bug workaround */ 
/* Mozilla ignores crazy MS image filters, so it will skip the following */
#png1 { 
	width: 211px;
	height: 141px;
	margin-left: 20px;
	background-image:url('/images/beach.png');
}

/* POST_IT STYLES */
div.outer_postit {
float:right;
position: relative;
top:0;
left:0;
width:316px;
height:275px;
margin-left:20px;
overflow:visible;
background-color: transparent;
z-index:2;
}

div.postit {
position:absolute;
top:0;
left:0;
width:296px;
height:329px;
z-index:4;
background-color: transparent;
background-image:url('/images/post-it_background.png');
}

div.notes {
position: absolute;
border:0;
left:35px; 
top:20px; 
z-index:5;
}

.post_over {
position:absolute;
top:0;
left:0;
z-index:3;
}

a.designlink {
display:block;
  font-size:10pt;
  border:1px solid #6090C0;
  padding:3px;
  text-decoration: none;
  color: #6090C0;
}
a.designlink:visited {
  text-decoration: none;
  color: #6090C0;
}
a.designlink:hover {
  text-decoration: none;
  color: #306090;
}

