body {
	margin: 0;
	padding: 0;
}

#mainmenuholder {
	background-color: #5585D9;
	text-align: right;
	border-top: double white;
	border-bottom: double white;
}

#mainmenu {
	margin-right: 30%;
}       

#mainmenu ul {
	display: inline;
	list-style: none outside;
}

#mainmenu ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#mainmenu a {
	color: white;
	text-decoration: none;
	padding: 0 1em 0 1em;
	border-left: 2px dotted white;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

#mainmenu a.leftmost {
	border-left: none;
}

#mainmenu a:hover, a.leftmost:hover {
}

#mainframe {
	position: relative;
	margin: 0;
	padding: 0;
}

#contextmenu { 
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 160px;  
}

#contextmenu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#contextmenu li {
	background-color: #5585D9;
	border-bottom: solid white 1px;
}

#contextmenu a {
	background-color: #DEE4FA;
	display: block;
	color: #0842bd;
	text-decoration: none;
	width: 136px;
	margin: 0;
	padding: 3px 0 3px 24px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#content {            
	margin-top: 0;
	margin-left: 220px;
	margin-right: 30%;  
	padding: 0 30px 0 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal; 
}

#content a {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #336699;	
}

#content a:hover {
	text-decoration: underline overline;
	cursor: hand;
}

#content img {
	margin-right: 6px;
}

#content img.screenshot {
	display: block;
	margin-top: 12px;
	margin-bottom: 6px;
}

#content img.unsignedscreenshot {
	display: block;
	margin-top: 6px;
	margin-bottom: 12px;
}

#content p {
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 0 6px 0 6px;
}

#content .product1 { 
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 8px;
	font-family: Arial, Sans-Serif;
	font-weight: bold; 
	background-color: #DEE4FA;
}

#content .product { 
	font-size: 15px;
	line-height: 18px;
	margin-top: 16px;
	margin-bottom: 8px;
	font-family: Arial, Sans-Serif;
	font-weight: bold; 
	background-color: #DEE4FA;
}

#content .news-date { 
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 8px;
	font-family: Arial, Sans-Serif;
	font-weight: bold; 
}

#content .note { 
	line-height: 18px;
	margin-bottom: 8px;
	font-family: Arial, Sans-Serif;
	font-style: italic; 
}

#content .section-header { 
	margin-top: 12px;
	margin-bottom: 8px;
	font-weight: bold; 
	background-color: #DEE4FA;
}

#content .screenshotsign {
	margin-top: 3px;
	margin-bottom: 12px;
	font-weight: bold; 
}

#content .form {
	margin-top: 32px;
}

#content .message {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 15px;
	font-weight: bold;
	color: #FF9216;
}

#content ul {
	list-style: none outside;
}
                   
#content ul.features {
	margin-top: 0;
	list-style: circle outside;
}

#content ul.instructions1 {
	margin-top: 0;
	padding: 0 6px 0 20px;
	list-style: square outside;
}

#content ul.instructions2 {
	margin-top: 0;
	padding: 0 6px 0 20px;
	list-style: circle outside;
}

#content li {
	margin-top: 0;
	margin-bottom: 4px;
}

#content dl {
	margin-top: 0;
}
                        
#content dl dt {
	clear: left;
 	float: left;
	display: inline;
	padding-right: 6px;
}

#content dl dd {
	clear: right;
	margin-left: 0;
}
                        
#content .faq-q {
	font-weight: bold;
	margin-bottom: 0;
}

#content .quote-odd {
	width: 80%;  
	text-align: right;
}

#content .quote-even {
	width: 80%;  
	text-align: right;
}

#content .quote-author {
	color: #AAAAAA;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 32px;
}

#footer {
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #AAAAAA;
	text-align: center;
}

#footer a {
	display: block;
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

