body {
   /* background: #06004F url(../images/stripes.jpg) repeat-xy 0% 0%; */
	/* CFD3C9 background grey */
	background-color: #111142;
	text-align: left;
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#main {
	width: 100%;
	background-color: #111142;

	margin: 0px;
}
a {
   color: #36057c;
   text-decoration: underline;
}
a:hover {
   color: #6600CC
}
a:visited {
   color: #7a7977;
}
a:active {
   color: Yellow;
}

#header {
   /* #FFFAFA */
	float: right;
	background: #111142 url(../images/CTSRev150.gif) no-repeat 5% 5%;
	position: absolute;
	width: 20%;
	height: 100%;
   margin: 0;
	top: -1px;
	right: 0;
  
}
#nav {
	position: abosolute;
	background-color: #11113a;
	right: 0px;
	margin: 105px 0px 0 0;
	text-align: left;
   width: 100%;
	border-top: 1px solid #0C023C;
   border-bottom: 1px solid #0C023C;
   border-right: 2px solid #0C023C;
	border-left: 1px solid #191970;
}

#nav a {
/* #a3a19f gray color #36057c blue */
	text-decoration: none;
	display: block;
	font-size: 75%;
/*	font-weight: bold; */
   background: #111142 url(../images/navgrad.gif) no-repeat 50% 50%;
	top: 15px;
	padding: 3px 4px 3px 10px;
	margin: 0;
	border-right: 1px solid #0A0D2E;
   border-top: 1px solid #0A0D2E;
/*	color: #666666; */
   color:  #e4dee3;
}
#contentbox {
   position: relative;
   width: 80%;
   margin: -1px 0 3% 0;
   top: 0px;
	left: -1px;
	background-color: #F0F0F4;
	border-top: 1px solid #F7F8F8;
	border-right: 3px solid #6B7D8D
}
#breadcrumb {
   position: absolute;
   text-align: right;
   width: 20%;
	top:50px;
   right: 0px;
	color:  #C0CFE5;
	font-size: 80%;
	padding: 5px 5% 5px 10%;
	margin: 380px 0px 0px 80%;
   background-color: #111142;
   text-decoration: none;
	border-top: 1px solid #778899;
	border-bottom: 1px solid #778899;
}
#breadcrumb a {

	color: #B0C4DE;
	display: block;
	text-decoration: none;

}
.divider  {

	margin: -4px 3px 3px 0px;
}
#content {
   position: relative;
   width: 100%;
	height: 600px;
	text-align: left;
   margin: 1em 1em 2em 2em;
	padding: 1em;
	font-size: 90%;
}
#content p, h2 {
   padding-right: 2em;
   margin-right: 1em;
}

h2.subtitle {
	font-size: 120%;
}
#styleswitch {
	position: relative;
	width: 90%;
	border: 1px solid #424242;
	border-collapse: collapse;
	padding: 10px;
	margin: 15px;
	}