html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
    background: #0080FF;
	/*background-image: url(images/bulbul_background.jpg);*/
} 

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

h1,h2,h3,h4{
	text-align: center; 
	font-family: Times, Times New Roman, serif; 
	font-weight: bold; 
	margin-top: 0px;
}

h1{
	margin-top: 1px;
	font-size: 30pt;
}
h2{
	font-size: 19px;
	margin-top: -30px;

	}
	
h3{
	font-size: 16px;
	margin-top: -15px;
	margin-bottom: 1px;
}

h4{
	font-size: 13px;
	margin-top: -10px;
	margin-bottom: 1px;
}

#pagewidth{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 2px Black solid;
	} 
	
#banner{
	/*background-color: transparent;*/
	float: left;
	display: inline;
	position: relative;
	width: 800px;
	height: 300px;
	text-align: center;
	margin-bottom: 5px;
}
	
#top_menu{
	float: left;
	display: inline;
	position: relative;
	/*width: 800px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px BurlyWood solid;
	border-bottom: 1px BurlyWood solid;
	}

a.button {
	display: block;
	/*width: 100px;height: 25px;*/	
	float: left;	
	color: Blue;
	text-align: center;	
	text-decoration: underline;
	padding: 0px 15px 0px 15px;		
	}

a.button:hover {
	background-color: transparent; 
	color: ForestGreen;
	text-decoration: none;
	/*border-bottom: 4px White solid;*/
	}
	
#main{
	float: left;
	background-color: transparent;
	width:800px;
	margin-bottom: 20px;
	}
	
#side_menu{
	float: left;
	background-color: transparent;
	width:150px;
	}
	
#body_copy{
	float: left;
	background-color: transparent;
	width:610px;
	margin-left: 20px;
	}	
	
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;
	}

#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: Black;
	font-size: 10px;
	}
	
#authorpanel{
	background-color: transparent;
	float: right;
	width:250px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 10px;
	color: Black;
	font-size: 10px;
	}

.pageheads{
	font-size: 115%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	 }
	 
ul{ 
	margin: 0;
	padding: 0;}
	
li{ 
	margin: 0px 0px 0px 0px; }

ul.terms{
	margin: 0;
	padding: 0;}

li.terms{
	margin: 0px 0px 0px 20px; }
	
a {
	font-size: 100%;
	color: Blue; 
	text-decoration: underline;
	}	
	
a:hover {
	font-size: 100%;
	color: ForestGreen; 
	text-decoration: none;
	}	

a:active {
	font-size: 100%;
	color: Blue;
	text-decoration: none;
	}
	
a:visited {
	font-size: 100%;
	color: Blue;
	text-decoration: underline;
	}
	
a:visited:hover {
	font-size: 100%;
	color: ForestGreen;
	text-decoration: none;
	}
	
	
a.authorpanel	{
	font-size: 10px;
	color: Black;
	text-decoration: none; 
	}
	
a.authorpanel:hover {
	font-size: 10px;
	color: Black;
	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 */  

