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

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:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: thin #16377E solid;
	background-color: #FFFFFF;
	} 
	
#header{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width: 900px;
	background-color: rgb(26,54,90);
	}
	
#leftheader{
	background-color: transparent;
	float: left;
	display: inline;
	position: relative;
	width: 760px;
	height: 120px;
	/*background-image: url(images/header.jpg);
	background-repeat: no-repeat;*/
	}

#rightheader{
	background-color: transparent;
	float: left;
	display: inline;
	position: relative;
	width: 140px;
	height: 120px;
	background-image: url(images/act_logo.jpg);
	background-repeat: no-repeat;
	}

#maincolumn{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:900px;
	background-image: url(images/contents_bg.jpg);
	background-repeat: repeat-y;
	}

#leftcolumn{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:150px;
	}
	
#centrecolumn{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:600px;
	}
	
#rightcolumn{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:150px;
	}
	
#footer{
	background-color: rgb(26,54,90);
	float: left;
	display:inline;
	position: relative;
	width:900px;
	margin: 0px auto;
	}
.contents_header{
	background-color: rgb(26,54,90);
	color: white;
	width: 570px;
	margin: 10px;
	font-weight: bold;
	padding: 5px;
}

.contents{
	background-color: transparent;
	color: rgb(26,54,90);
	width: 570px;
	margin: 10px;
	padding: 5px;
}

.menu_heading{
	color:rgb(26,54,90);
	background-color: #ffffff;
	width: 132px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: 2px rgb(26,54,90) solid ;
}
	
/*.navbar{
	float: left;
	display: inline;
	position: relative;
	width: 175px;
	font-size: 13px;
	}

.button{ 
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #16377E;
	margin-top: -430px;
	padding-left: 10px;
	line-height: 25px;
	text-decoration: none; 
	 }
	
a.button:hover {
	color: Red; 
	text-decoration: underline;
	}*/
		
table {
	border: thin white solid;
	padding: 0;
	background-color: #FFFFFF;
	border-collapse: collapse;
	}

th 	{
	border: thin white solid;
	padding: 5px;
	background-color: #16377E;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: White;
	}
	
td 	{
	border: thin white solid;
	padding: 5px;
	background-color: #FFFFFF;
	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: #16377E;
	text-decoration: none;
	}
	
a.link:hover {
	font-size: 100%;
	color: Red; 
	text-decoration: underline;
	}
	
.menu_link{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	}
	
a.menu_link:hover {
	color: Red; 
	text-decoration: underline;
	}
	
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 */  

