body {
   background-color: White
	/* CFD3C9 background grey */
	text-align: left;
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#main {
	width: 98%;
}
a {
   color: #36057c;
   text-decoration: underline;
}
a:hover {
   color: #6600CC
}
a:visited {
   color: #7a7977;
}
a:active {
   color: Yellow;
}

#header {
	background: white url(../images/blue-small.gif) no-repeat top left;
	position: relative;
	float: right;
	width: 120px;
	height: 200px;
   margin: 0;
	top: 50px;
  
}
#nav {
	position: abosolute;
	left: 10px;
	margin-top: 50px;
	text-align: left;
   width: 120px;

}

#nav a {
/* #a3a19f gray color #36057c blue */
	text-decoration: none;
	display: block;
	font-size: 75%;
	font-weight: bold;
   background-color: white;
	top: 15px;
	padding: 2px 4px 2px 6px;
	margin: 0 1px 0 2px;
	border-left: 1px solid #666;

	color: #666666;
}

#contentbox {
   position: relative;
   width: 100%;
   margin: 0 0 3% 0;
   top: 0;
}
#breadcrumb {
   text-align: left;
	width: 100%;
	top:25px;
	background-color: transparent;
   left: 135px;
	color:  #a3a19f;
	font-size: 80%;
	padding: 25px 0px 0 25px;
	
}
#breadcrumb a {

	color: #36057c;

}
#content {
   position: relative;
   width: 100%;
	text-align: left;
   margin: 1em 1em 2em 2em;
	padding: 1em;
	font-size: 80%;
}
#content p, h2 {
   padding-right: 2em;
   margin-right: 1em;
}

h2.subtitle {
	font-size: 120%;
}
