body 
{
  font: 12px/18px Verdana, Arial, "Sans-Serif";
  margin-bottom: 40px;
  color: black;
  overflow-y: scroll;
} 

#headline
{
  width: 800px;
  overflow: hidden;
  background-color: #213553;
}

#logoimage
{
  float: left;
}


#topmenu 
{ 
background-color: #213553;
text-align: center;
margin: 0px 0 0px 0;
border-bottom: gray 1px solid;
}

#topmenu ul{
text-align: center;
margin: 10px 0 5px 10px;

}

#topmenu img
{
  margin: 0;
  padding: 0;
}

#topmenu ul 
{
  list-style: none;
  margin: 5px;
  padding: 0;
  
text-align: center;
    
}

#topmenu li 
{
  display: inline;
}

#topmenu a 
{
  color: #c0c0c0;
  text-decoration: none;
  padding: 3px 8px;
}

#topmenu a:hover 
{
  color: white;
  background-color: 213553;
  text-decoration: none;
}

#topmenu a.current 
{
  color: #ffffff;
}

#container
{
  width: 800px;
  margin: auto;
  margin-top: 1px;
}
#container{
  color:#444
}

#intro
{
  font: 22pt Arial, "Sans-Serif";
  color: #383838;
  margin-bottom: 0px;
  border-bottom: 1px solid gray;
  height: 108px;
}

#intro h1 
{
  font-size: 32pt;
  font-weight: normal;
  color: black;
  margin: 0;
  padding: 0;
}

#intro p
{
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  line-height: 110%;
}

h1 
{
  font: 22pt Arial, "Sans-Serif";
  color: #585858;
}

h2 
{
  font: 18pt Arial, "Sans-Serif";
  color: #585858;
  margin-top: 1px;
}

h3 
{
  font: 12pt Arial, "Sans-Serif";
  color: #213553;
  margin-top: 0em;
  margin-bottom: 2px;
}

p, dd, dt
{
  line-height: 140%;  
}

/* ~ DEMO ~ */

#demo
{
  margin-top: 1em;
  margin-bottom: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  overflow: hidden;
  height: 380px;
}

hr
{
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
  border: 0;
}

.demo
{
  float: right;
  margin-right: 20px;
}

.demo p {
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* ~~~ */ 
.underline { text-decoration: underline; }

.citation, .cite_author
{
  padding-right: 5px;
  font-size: 8pt;
  line-height: 160%;
  color: #444;
}

.noimg 
{
 padding-left: 10px;
}

.cite_author
{
  padding-bottom: 15px;
}

cite 
{
  color: black;
  font-style: normal;
}

#bottom 
{
  text-align: center;
  font-size: 8pt;
  color: #585858;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
  clear: both;
}

h4.dt, dt 
{
  font-size: 11pt;
  font-weight: normal;
  margin: 0;
}

h4{
  font-size: 10pt;
  margin-top: 7px;
  margin-bottom: 2px;
}

.dd, dd
{
  font-size: 8pt;
  margin-left: 0;
  margin-top: 0.8em;
  margin-bottom: 1.4em;
  line-height: 160%;
  font-weight: normal;
  color: #444;
}

.feature_table
{
  margin-top: 1em;
}

.feature_table td
{
  vertical-align: top;
}

.feature_row_spacing
{
  padding-left: 15px;
}

dt.new
{
}

.testimonials_table
{
  margin-top: -20px;
}

.book_cover
{
  margin-right: 10px;
}

.testimonials_table td
{
  vertical-align: top;
  padding-top: 10px;
  padding-right: 10px;
}

a:link 
{
  color: navy;
}

a:link:hover
{
  color: blue;
}

#from_blog
{
  float: right;
  width: 380px;
  overflow: none;
}

.indexblock h3
{
  margin-top: 0;
  padding-top: 0;
}

.indexblock h3 a
{
  text-decoration: none; 
  color: #cc6600;
}

.indexblock h3 a:hover
{
  text-decoration: underline;
}

#from_blog li
{
  padding-bottom: 0.5em;
}

#from_blog a
{
  text-decoration: none;
}


#from_blog a:hover
{
  text-decoration: underline;
}

.from_blog_date
{
  color: #B0B0B0;
}

#tagline
{
  position: absolute; 
  top: 270px; 
  margin-left: 5px; 
  width: 790px; 
  text-align: center; 
} 

#tagline, #tagline a
{
  color: #656565; 
  font-size: 10pt;
  text-decoration: none;
}

.sysCheckGood
{
	font-size: 10pt;
	color: #444;  	
	border: solid 1px gray;
	background-color: #99ff99;
}

.sysCheckFail
{
	font-size: 10pt;
	color: #444;
	border: solid 1px gray;
	background-color: #ffffcc;
}

/* Navigation */

.navigation {
	width: 800px;
	margin: 20px 0;
	float: left;
}

.navigation .alignleft {
	width: 200px;
	float: left;
}

.navigation .alignright {
	float: right;
	width: 200px;
	text-align: right;
}

.navigation a:link, .navigation a:visited {
	padding: 3px 5px;
} 

.navigation strong a {
	border: 1px solid #B3B3B3;
	background-color: #E6E6E6;
	color: #000;
}