a:link {color: #6666CC; text-decoration:none; font-weight:bold;}
a:visited {color: #6666CC; text-decoration:none; font-weight:bold;} 
a:active {color: #6666CC; text-decoration:none; font-weight:bold;}
a:hover {color: #3399FF; text-decoration:none; font-weight:bold;}

body
{
	font-family: Arial; font-size:10pt;
	background-color: #FFFFFF; 
	text-align:center;	
	margin-top:0px;
}
h1, h2, h3
{
	font-family: Comic Sans MS, Arial, Helvetica;
	color: #32006E; 
}

#mainWrapper {
	width:970px;
	margin:0px auto;
	text-align:left;
	visibility:hidden; 
}
#titlebar {
	text-align:center;
}
#menuBar {
	width:auto;
	height:25pt;
	background-color:#6666CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px 2px;
}
#menuLeft {
	background-color:#6666CC;
	text-align:left;
	width:200px;
	float:left;
	padding:5pt;
}
#menuRight {
	background-color:#6666CC;
	text-align:right;
	padding:5pt;
	float:right;
}
#menuRight a:link, #menuLeft a:link {
	color:#FFFFFF;
	text-decoration:none; 
	font-weight:bold;
}
#menuRight a:visited, #menuLeft a:visited {
	color:#FFFFFF;
	text-decoration:none; 
	font-weight:bold;
}
#menuRight a:active, #menuLeft a:active {
	color:#FFFFFF;
	text-decoration:none; 
	font-weight:bold;
}
#menuRight a:hover, #menuLeft a:hover {
	color:#FFF637;
	text-decoration:none; 
	font-weight:bold;
}
#details {
/*	clear:both; */
}
#contentSide{
	min-height:600px;
	width:770px;
	left:171px;
	float:right;
	height:auto !important;
	height:600px;
}
#leftMenu {
	position:absolute;
	margin-left: auto;
	top:227px;
	z-index:50;
}
#footer {
	clear:both;
	width:100%;
	text-align:center;
}
#BookmarkPage {
	text-align:center;
}
.copyright {
	font-size: 8pt;
}
.product{
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
	color:#999966;
}
.references{
	font-size: 9pt;
	font-style: italic;
	list-style: lower-roman inside;
}
.indentMe{
	 list-style-position: inside;
	 padding: 0,0,0,100px;
	 margin:0;
}