html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: White;
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/contents_background.jpg);
	background-repeat: repeat-y;
	} 

h1{
	font-size: 30px;
	font-weight: bold;
	margin-top: -105px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: left;
	}

h2{
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: -10px;
	margin-bottom: -4px;
	}
	
#pagewidth{
	width:100%;
	text-align:left;
	/*margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: thin rgb(0,51,102) solid;
	background-color: #FFFFFF;*/
	} 
	
#header{
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
}
	
#header_left{
	float: left;
	background-image: url(images/tl_border.jpg);
	background-repeat: no-repeat;
	width: 510px;
	height: 90px;
	font-size: 400%; 
	font-weight: bold; 
	padding: 5px 0px 0px 20px;
}

#header_right{
	background-color: transparent;
	height: 60px; 
	font-size: 125%; 
	font-weight: bold; 
	padding-top: 20px;
}

#container {
	min-width:780px;
	height:100%;
	/*border: 1px Fuchsia solid;*/
}

#navbar {
	float: left;
	width: 165px;
	height: 100%;
	/*border: 1px Yellow solid;*/
}

#contents {
	min-height: 100%;
	padding: 0 5px;
	margin: 0px 0px 0px 170px;
	/*border: 1px aqua solid;*/
}
	
#footer{
	float: left;
	margin-left: 10px;
	background-color: transparent;
	/*border: 1px Yellow solid;*/
	position: absolute;
	font-size: 80%;
	}	
	
.button{ 
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: White;
	padding-left: 10px;
	line-height: 25px;
	text-decoration: none; 
	 }
	 
 a.button:active	{
	color: Silver; 
	text-decoration: none; 
	}
	
a.button:visited	{ 
	color: Silver;
	text-decoration: none; 
	}
	
a.button:hover {
	color: Silver; 
	text-decoration: underline;
	}
	
/*table {
	border: thin transparent solid;
	padding: 0;
	background-color: transparent;
	border-collapse: collapse;
	}

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

	
#copyrightpanel{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:350px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 15px;
	text-align: left;
	color: Silver;
	font-size: 10px;
	}
	
#authorpanel{
	background-color: transparent;
	float: right;
	display:inline;
	position: relative;
	width:400px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 10px;
	color: Silver;
	font-size: 10px;
	}

.paraheads{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0px;
	 }
	 
ul{ 
	margin-top: 1px; }
	
li{ 
	margin-top: 5px; }
	
.link{
	font-size: 100%;
	color: White;
	text-decoration: none;
	}
	
a.link:active	{
	font-size: 100%;
	color: Silver; 
	text-decoration: none; 
	}
	
a.link:visited	{ 
	font-size: 100%;
	color: Silver;
	text-decoration: none; 
	}
	
a.link:hover {
	font-size: 100%;
	color: Silver; 
	text-decoration: underline;
	}
	
a.authorpanel:active	{
	font-size: 10px;
	color: Silver;
	text-decoration: none; 
	}
	
a.authorpanel:visited	{ 
		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 */  

