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

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:790px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: 2px #0032AB solid;
	background-color: #FFFFFF;

	} 
	
.header{
	float: left;
	width:790px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

.navbar{
	background-color: transparent;
	float: left;
	display: inline;
	position: relative;
	width: 150px;
	text-align: left;
	margin: 0px 10px 0px 0px;
}

.contents{
	background-color: transparent;
	float: left;
	display: inline;
	position: relative;
	width: 620px;
	text-align: left;
}

a.button {
	display: block;
	height: 14px;
	background-color: #0032AB;
	color: White;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 12px;
	border-bottom: 4px rgb(248,207,31) solid;
	}

a.button:hover {
	background-color: rgb(248,207,31); 
	color: #0032AB;
	text-decoration: none;
	border-bottom: 4px #0032AB solid;
	}
	
	/*a.button {
	display: block;
	height: 14px;
	background-color: #ffffff;
	color: #0032AB;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 12px;
	}

a.button:hover {
	background-color: rgb(248,207,31); 
	color: #0032AB;
	text-decoration: none;
	}*/
	
	table {
	border: 1px White solid;
	padding: 0;
	background-color: #FFFFFF;
	border-collapse: collapse;
	
	}

th 	{
	border: 1px White solid;
	padding: 5px;
	background-color: #16377E;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: White;
	}
	
td 	{
	border: 1px White solid;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 90%;
	}

.link{
	font-size: 100%;
	color: #16377E;
	text-decoration: none;
	}
	
a.link:hover {
	font-size: 100%;
	background-color: rgb(248,207,31); 
	text-decoration: none;
	}
	
.admin_link{
	color: #16377E;
	text-decoration: none;
	}
	
a.admin_link:hover {
	color: Red; 
	text-decoration: underline;
	}
.email{
	font-size: 100%;
	color: White;
	text-decoration: none;
	}
	
a.email:hover {
	font-size: 100%;
	color: rgb(248,207,31); 
	text-decoration: none;
	}
	
.author {
	font-size: 10px;
	color: Silver;
	text-decoration: none;
	}
a.author: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 */  

