body { margin: 0; padding: 0; text-align: center; background: #eee;}

* {
   margin: 0;
   padding: 0; 
   border: 0; 
   text-align: left; 
   font-family: Verdana, Arial, sans-serif; 
   font-size: 11px; line-height: 18px; color: #999; 
  }

p { 
  padding: 0 0 20px 0;
  }

#container {
  position: relative;
	margin: 0 auto; 
	width: 800px;
	background: transparent;
	}

#logo {
  background: url('/images/2wsLogo150x152.jpg') no-repeat 100% 140%;
  width: 150px;
  height: 152px;
  position: absolute;
  top: 5px;
  left: 180px;
  z-index: 1000;
}

#navarea {
  width: 800px; 
  height: 50px; 
  background: transparent;
 }

#hdr {
	width: 100%;
	height: 125px;
	background:  transparent;
}

#lftcol {
	float: left;
  margin: 100px 0px 0px 0px;
	width: 20px;
	background: transparent;
}

#maincol {
	float: right;
	width: 570px;
	background: #1C44BC;
}

#sitetitle {
	position: relative;
	top: 20px; 
	left: 235px;
	font-family: Georgia, serif; 
	font-size: 36px; 
	line-height: 40px;
	font-weight: 100;
	color: #FF9933;
	letter-spacing: 8px;
	}
	
#subtitle {
	position: relative;
	top: 24px;
	left: 220px;
	font-size: 12px; 
	font-weight: normal;
	line-height: 18px;
	color: #6488F7;
	letter-spacing: 3px;
	}
	
#maincol p {
  color: #C5CEE7;
  margin: 5px 40px 5px 145px;
  letter-spacing: 0px 
}

#maincol h1,h2 {
	margin: 15px 10px 5px 25px; 
	font-family: Georgia, serif; 
	font-size: 17px; 
	font-weight: 100; 
	line-height: 19px; 
	color: #FF9933; 
	letter-spacing: 2px;
	 }

#maincol a:link, #maincol a:visited {
	padding-left: 11px;
	color: #EA6059;
	text-decoration: none;
	text-align: left;
	background: url('/images/linkarrow.gif') no-repeat 0% 140%;
}

#maincol a:hover,
#maincol a:active {
	padding-left: 11px;
	color: #FFF000;
	text-decoration: none;
	text-align: left;
	background: url('/images/linkarrow.gif') no-repeat 0% -80%;
}

#lftcol a:link,
#lftcol a:visited {
	padding-left: 11px;
	color: #fff;
	list-style: none;
	text-decoration: none;
	text-align: left;
	background: url('/images/lftlinkarrow.gif') no-repeat 0% 140%;
}
	
#lftcol a:hover,
#lftcol a:active {
	padding-left: 11px;
	color: #FFF000;
	list-style: none;
	text-decoration: none;
	text-align: left;
	background: url('/images/lftlinkarrow.gif') no-repeat 0% -80%;
}
		
.leftcolbox h1,h2,h3 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	font-size: 11px;
	line-height: 14px;	
}

.photo {
  position:relative;
  left:5px;
  width:160px;
  padding: 0 0 5px 0;
}

/* Main Nav */

#navarea ul {
	float: right;
	margin-top: 27px;
	white-space: nowrap;
}

#navarea li {
	font-size: 10px;
	float: left;
	list-style: none;
	line-height: 21px;
	text-align: center;
}

#navarea a {
	font-size: 10px;
	padding-left: 12px;
	display: block;
	margin-right: 5px;
	width: 55px; 
	height: 21px;
	line-height: 21px;
	text-decoration: none;
	 }

#navarea a:link, #navarea a:visited {
	color: #1C44BC; 
	border-bottom: 2px solid #8599D4;
	background: url('/images/toplinkbullet.gif') no-repeat 2% 60% #B2C2F4; 
}

#navarea a:hover, #navarea a:active {
	color: #FFF000; 
	border-bottom: 2px solid #1C44BC;
	background: url('/images/toplinkbullet2.gif') no-repeat 2% 60% #1C44BC;
}

/* Other styles */

.pageTitle {
  margin: 15px 10px 5px 25px; 
  font-family: Georgia, serif; 
  font-size: 17px; 
  font-weight: 100; 
  line-height: 19px; 
  letter-spacing: 2px;
  background: url('/images/leafrule.gif') no-repeat 50px;
}

div.leftcolboxtop {
	height: 10px;
	width: 200px;
	background: url('/images/leftboxtop200.gif') no-repeat top;
}
	
div.leftcolbox {
	padding: 0px 0px 0px 0px;
	margin: 15px;
	width: 200px;
	background: url('/images/leftboxbottom200.gif') no-repeat bottom #B0B21F;
	overflow: hidden;
	}
	
div.leftcolbox ul {
	list-style: none;
 padding: 0px 0px 12px 15px;
} 

.leftcolbox p {
	margin: 0 15px 12px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

.leftcolbox img {
	margin: 0 auto;
}

.ads{
	margin: 15px;
}

acronym {
	color: #ccc;
	border-bottom: 1px dashed #ccc;
	cursor: help;
}

#bttmbar {
	margin: 0px 0px 20px 0px;
	float: right;
	width: 570px;
	height: 30px;
	background: url('/images/bttm.gif') no-repeat #1C44BC;
	overflow: hidden;
  overflow: visible;
}

#bttmbar span#copyright {
	margin-left: 20px;
	float: left;
	line-height: 30px;
	text-align: right;
	font-size: 9px; 
	color: #6488F7;
}
   
/* Bottom Nav */

#bttmbar ul {
  float: right;
  margin-right: 20px;
}

#bttmbar li {
  display: inline;
  font-weight: normal;
}

#bttmbar a {
  padding-left: 10px;
  font-size: 10px;
  line-height: 30px;
}

#bttmbar a:link, #bttmbar a:visited {
 	color: #FF9933;
 }

#bttmbar a:hover, #bttmbar a:active {
  text-decoration: none; color: #6488F7; 
}

/* Normal lists */

#maincol ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 150px;
	list-style: square;
}

#maincol li {
	color: #C5CEE7;
	margin-left: 10px;
  margin-right: 10px;
}

#maincol ol {
  margin-top: 15px; 
  margin-bottom: 15px; 
  font-size: 0.7em;
  line-height: 1.5em;
  list-style-type:  decimal;
 }

 