html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	margin:0;
	padding:0;
	text-align:center;
	} 

h1{
	font-size: 18pt;
	font-weight: bold;
	margin-top: 5px;
	text-align: left;
	}

h2{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
	}
	
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: thin #fff solid;
	background-color: #fff;
	} 
	
#header{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:780px;
	margin-left: 10px;
	}
	
#navbar{
	float: left;
	display: inline;
	position: relative;
	width: 780px;
	}
		
a.button {
	display: block;
	height: 25px;
	color: #000;
	text-align: center;	
	text-decoration: none;	
	float: left;
	padding: 5px 15px 0px 15px;
	}

a.button:hover {
	background-color: rgb(217,36,27); 
	color: White;
	text-decoration: underline;
	/*border-bottom: 4px White solid;*/
	}
	
.contents{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width: 780px;
	margin-left: 10px;
	}
		
table {
	border: thin Silver solid;
	padding: 0;
	background-color: #FFFFFF;
	border-collapse: collapse;
	}

/*th 	{
	border: thin Silver solid;
	padding: 5px;
	background-color: #16377E;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: White;
	}*/
	
td 	{
	border: thin Silver solid;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	}

table.main {
	border: 2px silver solid;
	}

td.main 	{
	border: 2px silver solid;
	}
	
table.sub {
	border: 2px white solid;
	}
	
td.sub-leftcol 	{
	width: 200px;
	background: transparent;
	border: 2px white solid
	}

td.sub-rightcol 	{
	background: transparent;
	border: 2px white solid
	}
	
.page_headings{
	color: Blue;
	font-weight: bold;
	font-size: 250%;
    height: 40px;

}	

.product_headings{
	color: red;
	font-weight: bold;
	font-size: 200%;

}

.blue_text{
	color: Blue;
}

#footer{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
	}
	
#copyrightpanel{
	background-color: transparent;
	float: left;
	width:500px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 15px;
	text-align: left;
	color: Silver;
	font-size: 10px;
	}
	
#authorpanel{
	background-color: transparent;
	float: right;
	width:250px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 10px;
	color: Silver;
	font-size: 10px;
	}

.paraheads{
	font-size: 125%;
	font-weight: bold;
	color: Blue;
	margin-bottom: 0px;
	 }
	 
ul{ 
	margin-top: 1px;
	margin-left: 0px;
	padding-left: 0px; }
	
li{ 
	margin-left: 30px;
 }

a{
	font-size: 100%;
	color: Blue;
	text-decoration: underline;
	}
	
a:hover {
	font-size: 100%;
	color: Red; 
	text-decoration: none;
	}
 
.link{
	font-size: 100%;
	color: Blue;
	text-decoration: underline;
	}
	
a.link:hover {
	font-size: 100%;
	color: Red; 
	text-decoration: none;
	}
	
a.authorpanel	{
	font-size: 10px;
	color: Silver;
	text-decoration: none; 
	}
	
a.authorpanel:hover {
	font-size: 10px;
	color: Silver;
	text-decoration: none;
	}
		
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


