body {
   background-color: #CFD3C9;
	/* CFD3C9 background grey */
	text-align: left;
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#main {
	width: 1008px;
}
a {
   color: #36057c;
   text-decoration: underline;
}
a:hover {
   color: #6600CC
}
a:visited {
   color: #7a7977;
}
a:active {
   color: Yellow;
}

#header {
	background: #ccf url(../images/cts-b1016.png) no-repeat top center;
	position: relative;
	width: 1003px;
	height: 170px;
   margin: 0;
  
}
#nav {
	position: relative;
	top: 152px;
	width: 1001px;
	text-align: right;
   background-color: #0A0052;
	height: 13px;
   margin: 0 4px 0 10px;
	border-top: 1px solid #3B2879;
	border-left: 2px solid #3E2164;
	border-bottom: 2px solid #3E2164;
	border-right: 2px solid #3E2164;
	padding-top: 1px;
}

#nav a {
/* #a3a19f gray color #36057c blue */
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	top: 45px;
	padding: 12px 9px 2px 6px;
	margin: 20px 1px 0 2px;
	border-right: 1px solid white;
	color: white;
}
#nav a.last {
	border-right: none;
}
#contentbox {
   position: relative;
   background-color: #FCF9F9;
   width: 100%;
   margin: 0 0px 15px 10px;
   top: -15px;
	border: 1px solid #0A0052;
	border-top: none;

}
#breadcrumb {
   text-align: left;
	width: 80%;
	top:0;
   background-color: #FCF9F9;
	color:  #a3a19f;
	font-size: 80%;
	padding-left: 15px;
	margin-left: 15px;
	
}
#breadcrumb a {
   background-color: #FCF9F9;
	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%;
}