body {
 margin: 0px;
 padding: 0px;
 background-color: #FFFFFF; /*#FF9966;*/
 font-family: verdana, arial, times new roman;
}

.container {
/* good vertical alignment sample: http://www.infinitywebdesign.com/research/cssverticalcentereddiv.htm */

/* this vertically and horizontally centers the div tag */
position:absolute;
/*top: 50%;*/
left: 50%;
width: 800px;
/*
height: 100%;
min-height: 100%;
max-height: 100%;
*/

/*margin-top: -354.5px;*/ /*set to a negative number 1/2 of your height*/
margin-left: -400px; /*set to a negative number 1/2 of your width*/

/* the stuff below is just formatting crap */

font-family: Verdana, Arial, Times New Roman;
background-color: #FFFFFF;
border-style: solid;
border-width: 2px;
border-color: #1d3fd2;
margin-bottom: 0px;
padding-bottom: 0px;
}

.menuitem {
   text-align: center;
   height: 40px;
   width: 100%;
/*
   border-bottom-style: solid;
   border-bottom-width: 2px;
   border-bottom-color: #1d3fd2;
*/
}

.menudash {
    margin: 0px auto;
	height: 15px;
	width: 30px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #1d3fd2;
	/*margin-left: 90px;*/
}

.header {
	background-image: url(/header.gif);
	height: 188px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #ff7800;
	/*
	width: 800px;
	height: 181px;
	*/
}

.header_menu {
    clear: both;
	text-align: center;
	width: 800px;
	height: 40px;
}

.topmenu {
    width: 800px;
	height: 14px;
	background-image: url(/top_menu.gif);
    font-size: 10pt;

}

.topmenu a:link,a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}

.sidemenu a:link,a:visited {
	/*color: #ff6600;*/
	color: #1d3fd2;
	text-decoration: none;
	font-weight: bold;
}

.sidemenu a:hover {
	text-decoration: bold;
	font-weight: bold;
}

.sidemenu {
	text-align: middle;
	clear: both;
	float: left;
	width: 208px;
	height: 100%;
	font-size: 10pt;
	/*overflow: auto;*/
/*
	border-right: 2px;
	border-right-style: solid;
	border-color: #1a76b7;
*/
}

.sidemenu ul {
	margin-left: 20px;
	padding: 0px;
	vertical-align: middle;
}

.sidemenu li {
	margin-left: 30px;
	vertical-align: middle;
	margin: 0px;
	padding-left: 0px;
	list-style: square;
	color: #336699;
	padding-bottom: 5px;
}

.content table {
	font-size: 10pt;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: orange;
	padding: 10px;
	border-spacing: 0px;
}

.content table td {
    vertical-align: top;
	border-style: none;
	border-color: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-spacing: 10px;
	padding: 10px;
}

.content a:link {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

.content a:visited {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

.content {
	border-left: 3px;
	border-left-style: solid;
	border-color: #ffffff;
	padding-left: 20px;
	font-size: 10pt;
	overflow: none;
	float: left;
	width: 562px;
	height: 100%;
	min-height: 100%;
}

.content h1 {
	color: #1d3fd2;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14pt;
}

.content h3 {
	color: #1d3fd2;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11pt;
}

.content h2 {
	margin-top: 0px;
}

.content li {
	list-style-image: url(check_lock_24.gif);
}

.footer a:visited {
	color: #000000;
	text-decoration: underline;
}

.footer a:link {
	text-decoration: underline;
	color: #000000;
}

.footer {
	padding-top: 4px;
	clear: both;
	width: 800px;
	height: 17px;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f3ac5f;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.buy a:link {
	color: #7e2112;
}

.buy a:visited {
	color: #7e2112;
}

.buy {
   color: red;
   text-align: left;
   vertical-align: top;
   width: 100%;
   /*width: 90px;
   border-width: 2px;
   border-color: #000000;
   border-style: outset;
   background-color: #f3ac5f;
   */
}

.faq a:link {
    font-weight: bold;
	text-decoration: none;

}

.faq a:visited {
    font-weight: bold;
	text-decoration: none;
}

.demo h3 {
 color: #993300;	
}
