body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pixel.gif);
	font-family: verdana;
}

a {
	color: #DEDA69;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%; 
}	

a:hover {
	color: #DEDA69;
	text-decoration: underline;
	font-weight: bold;
}	

H1 { 
	color: #fffff0;
   	font: 20px Verdana, sans-serif; 
   	margin: 0px 0px 0px 0px; 
   	margin-top: 10px; 
}	

H2 { 
   	color: #fffff0;
   	font: 16px Verdana, sans-serif;
   	margin: 20px 0px 10px 0px; 
   	font-weight: bold; 
}	

H3 { 
   	color: #fffff0;
	font-weight: bold; 
   	font: 12px Verdana, sans-serif;
   	margin: 12px 0px 0px 00px; 
}	

/******** Main content area ************/
#column1 {
	position: absolute;
	left: 124px;
	width: 582px;
	background-color: #3C4F3E;
}

#column1 #img {
	position: absolute; 
	top: 159px; 
	left: 20px; 
	margin: 0px 0px;
	width: 200px;
	height: 375px; 
}

#column1 #text {
	position: absolute; 
	top: 170px; 
	left: 230px; 
	margin: 0px 20px 0px 0px;
}

/* Main banner link */
#column1 #headLink {
	border-top: 10px solid #DAE7C0;
	margin: 0px 0px;
	height: 72px; 
	width: 582px; 
	display: block; 
	background: url(../images/background3.gif) top left no-repeat;
}

#column1 #headLink a {
	border: 10px solid #DAE7C0;
	border-top-width: 0px;
	font-size: 150%; 
	padding-top: 20px; 
	border-top-width: 0px;
	display: block; 
	height: 52px; 
	color: #DEDA69;
	text-indent: 10px;
	text-decoration: none; 
}


#contentWrapper {
	border: 10px solid #DAE7C0;
	border-top-width: 0px;
	margin: 0px 0px; 
	padding: 10px;
	min-height: 200px; 
}

#contentWrapper p, #contentWrapper li {
	margin-top: 12px;
	padding: 0px;
	margin-bottom: 7px;
	color: white;
	font-size: 70%;
}

#contentWrapper ul {
	margin: 20px 0px 0px 0px;
}

#contentWrapper li em {
	font-weight: bold;
	font-style: normal;
}

#breadcrumb p {
	margin: 0px;
	padding: 0px;
	color: #fffff0;
	font-size: 60%;
}

#space {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 124px;
	width: 582px;
	top: 200px; 
	background-image: url(../images/trans.gif);
}


/********* Right hand nav *************/
#column2 {
	position: absolute;
	top: 82px;
	left: 718px;
	width: 190px;
	border-right: 10px solid #DAE7C0;
	background: url(../images/sidepanel.gif) top left repeat-y;
}

#column2 h2 {
	background-color: #DAE7C0;
	padding: 3px;
	font-size: 80%;
   	color: #3C4F3E;
	margin: 0px;
	text-indent: 6px; 
}

#column2 p {
	font-size: 70%;
	color: #fffff0;
	font-family: Verdana, sans serif; 
	margin-left: 10px; 
}

#column2 ul {
	list-style: none;
	padding: 0px;
	margin: 10px;
	font-size: 70%;
}

#column2 ul li {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}

#column2 li span {
	list-style: none;
	font-weight: normal;
	padding: 0px;
	margin-left: 10px;
}

#column2 a span {
	font-weight: normal;
	padding: 0px;
	margin-left: 0px;
}