html, body {
   background: #E0E0FF;
   color: #000;
}

a:link, a:visited {
   color: blue;
   text-decoration:underline;
}

a:hover {
   color:#6060ff;
   text-decoration:underline;
}

a:active {
   color:#6060ff;
   text-decoration:underline;
}

.link {
   color: blue;
   text-decoration:underline;
}

/*
#content p:first-letter {
	font-size:larger; 
	font-weight:bold; 
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
*/

#content h1:first-letter {
	font-size:larger; 
	font-weight:bold; 
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

.content h1 {
	font-size:larger;
	text-align:center;
	text-decoration:underline;
}

.content table {
	background-color:#9999FF;
	text-align:center;
}

.mytable {
	text-align:center;
	padding:0px;
	border:0px;
	
}

/* Divisions */
.content {
	padding:15px;
	
	background-color:#c0c0ff;
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	line-height:115%; 
	margin-left:15px;
	
	border-color:#7C7CCE;
	border-style:outset;
	border-width: 3px;
}

.mainscreen {
	text-align: center;
	background-color:#E0E0FF;
	color:#000000; 
}

.top_navigation {
	position:absolute;
	top: 0px;
	left: 20%;
	height:120px;
	width:80%;
	
	background-color:#9999FF;
	background-image:url(/images/top_nav_bg.gif);
	background-repeat:repeat-x;
	
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.navigation {
	width:550px;
	text-align:center;
	background-color:#c0c0ff;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px;
}

.navigation img {
	border: 0px solid #000000; 
}

.navigation_outside {
	text-align:center;
}

.advertisement {
	position:absolute;
	text-align: center;
	width: 80%;
	left: 21%;
	top: 55px;

	background-color:#9999FF;
}

.validate  {
	text-align: center;
}

.validate img {
	border: 0px solid #000000; 
}

.engagement  {
	text-align: center;
}

.copyright {
	text-align: center;
	font-size:xx-small;
}

.product_image {
	float:left;
	padding-left:20px;
	padding-right:20px;
}
