body {
  text-align: center;
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
 font-size: medium;

  }
  
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #ffffff;
	

	}

#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  background-color: #031154;
  } 
  
#header {
	left: 0px;
	top: 0px;
	height: 150px;
	background-image: url(images/CW_header.jpg);
}


/* navigation */

#nav {
	position:absolute;
	width:800px;
	height:37px;
	z-index:2;
	list-style: none;
	background-color: #031154;
}

#nav li {
float: right;
margin: 4px 18px 0 0;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
color: #ffffff;

}

#nav a {
color: #ffffff;
text-decoration: none;
}


/*content */
#content {
	position:absolute;
	width:731px;
	height:88px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	padding: 230px 0px 0 70px;
	background-color: #031154;
	top: 177px;
	background-image: url(images/CW_center.jpg);
}

#description {
	position:absolute;
	width:512px;
	height:273px;
	z-index:1;
	left: 37px;
	top: 18px;
	color: #000000;
}


#footer {
	position:absolute;
	width:800px;
	height:108px;
	z-index:1;
	top: 496px;
	background-color: #031154;
}
.box {
width: 800px;
padding: 0px 0 0 0;
background: url(images/CW_bottom2_new.gif) no-repeat bottom left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
}

.box h3 {
padding: 20px 8px 4px 40px;
background: url(images/CW_boxtop.gif) no-repeat top left;
}

.box p {
padding: 0px 40px 0px 40px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EA040A;
}

.bluetabs{
border-bottom: 1px solid #031154;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #ffffff;
background: #031154  top left repeat-x; /*THEME CHANGE HERE*/
}



.bluetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(images/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

#subfooter {
	position:absolute;
	width:800px;
	height:56px;
	z-index:101;
	background-color: #031154;
	color: #ffffff;
	
	
}

#copyright p {
padding: 0px 0px 0px 540px;
font-size: 80%;
}

.boxcontent li{
padding: 3px 0;
margin-left: 40px;
margin-right: 80px;

}