body {
  background-color:#E8E5E5;
	border: 0; margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 	
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

a {	text-decoration:none; }

#title {
  font-size: 16px; 
  font-weight:bold;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #D50751;
}

#nav {
	text-align: left;
	
}

#nav ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;	
  margin-bottom: 15px;
}

#nav li {
	display: inline;
	list-style-type: none;
  font-size: 14px; 
  font-weight:bold;
	text-align: center;
}

#content {
	width: 95%;
}

a {	text-decoration:none; }

h2 {
	color:#000000; 
  font-weight:bold;
	margin-left: 23px;
	width: 95%;
  font-size: 14px; 
  font-weight:bold;
}

div#description h2, div#contentview h2, div#codeview h2 {
	border-bottom: 1px solid black;
}

div#content h3 {
	border-bottom: 1px solid black;
}

#left {
  width: 49%;
  float: left;
	border-right: 1px solid black;
}

#right {
  width: 50%;
  float: right;
}

#description {
  width: 95%;
	text-align: left;
}

#downloadbar, #downloadbar h2 {
  color:#FFFFFF; 
  margin: 0;
  padding: 0; 
  background-color:#A51129; 
  text-align: center; 
  position: relative;
  width: 95%;
}

#downloadbar ul
{
	text-align: center;
}

#downloadbar li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#downloadbar a:link, #downloadbar a:visited {
  display:inline;  
  padding:0; 
  color:#FFFFFF;
	background-color: transparent;
}

#contentview {
    text-align: left;
}

#snapshotview {
    clear: both;
}

#codeview {
    clear: both;
    width: 100%;
    height: 100%;
}

#codeview object {
    width: 100%;
    height: 100%;
}

#category li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}

