html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
	margin:0;
	padding:0;
	text-align: justify;
	background-color: White;
	} 

h1{
	font-size: 30px;
	font-weight: bold;
	margin-top: 5px;
	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:790px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	/*border: thin #16377E solid;*/
	background-color: #FFFFFF;
	} 
#contents{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:790px;
	}

.left_column{
	background-color: transparent;
	float: left;
	width: 280px;
	}
	
.right_column{
	background-color: transparent;
	float: right;
	width: 420px;
	}
	
#navbar{
	float: left;
	display: inline;
	position: relative;
	width: 790px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: rgb(71,187,236);
	}
	
#footer{
	width:790px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
	} 

a.button {
	display: block;
	/*width: 100px;*/
	height: 25px;
	color: rgb(24,56,132);
	text-align: center;	
	text-decoration: none;	
	float: left;
	padding: 5px 15px 0px 15px;
	}

a.button:hover {
	background-color: Red; 
	color: White;
	text-decoration: underline;
	/*border-bottom: 4px White solid;*/
	}
		
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;
	}

	
#copyrightpanel{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:500px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 15px;
	text-align: left;
	color: Gray;
	font-size: 9px;
	}
	
#sitemap{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:50px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 15px;
	text-align: left;
	color: Gray;
	font-size: 9px;
	}
	
#authorpanel{
	background-color: transparent;
	float: right;
	display:inline;
	position: relative;
	width: 200px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 10px;
	color: Gray;
	font-size: 9px;
	}

.paraheads{
	font-size: 10pt;
	font-weight: bold;
	color: rgb(1,91,170);
	margin-bottom: 0px;
	 }
	 
ul{ 
	margin-top: 1px; }
	
li{ 
	margin-top: 5px; }
	
.link{
	font-size: 100%;
	color: #16377E;
	text-decoration: none;
	}
	
a.link:hover {
	font-size: 100%;
	color: Red; 
	text-decoration: underline;
	}
	
.sitemap_link{
	font-size: 100%;
	color: Blue;
	text-decoration: underline;
	}

a.sitemap_link:hover {
	font-size: 100%;
	color: Red; 
	text-decoration: underline;
	}

a.sitemap_panel{
	font-size: 9px;
	color: Gray;
	text-decoration: none; 
	}
	
a.sitemap_panel:hover {
	font-size: 9px;
	color: Gray;
	text-decoration: underline;
	}

a.authorpanel{
	font-size: 9px;
	color: Gray;
	text-decoration: none; 
	}
	
a.authorpanel:hover {
	font-size: 9px;
	color: Gray;
	text-decoration: underline;
	}
		
 /* *** 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 */  

