html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4b4a;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#e5e2db;
	} 

h1{
	font-size: 28px;
	font-weight: bold;
	color: White;
	text-align: center;
	margin: 0px;
	}

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 rgb(123,107,92) solid;
	background-color: #FFFFFF;
	} 

#header{
	float: left;
	display:inline;
	position: relative;
	width:790px;
	height: 40px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	}

#header_test{
	float: left;
	display:inline;
	position: relative;
	width:790px;
	height: 40px;
	background-image: url(images/header_bg_test.jpg);
	background-repeat: repeat-x;
	}
	
#banner{
	float: left;
	display:inline;
	position: relative;
	width:790px;
	height: 300px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	}
	
#navbar{
	float: left;
	display:inline;
	position: relative;
	width: 790px;
	height: 25px;
	font-size: 13px;
	/*background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: rgb(123,107,92);
	}	

#navbar_test{
	float: left;
	display:inline;
	position: relative;
	width: 790px;
	height: 25px;
	font-size: 13px;
	/*background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: rgb(57,163,106);
	}
	
#maincolumn{
	/*background-color: #b6ad9b;rgb(123,107,92)*/
	background-color: rgb(123,107,92);
	float: left;
	display:inline;
	position: relative;
	width:790px;
	
	}

	
#maincolumn_test{
	/*background-color: #b6ad9b;rgb(123,107,92)*/
	background-color: rgb(57,163,106);
	float: left;
	display:inline;
	position: relative;
	width:790px;
	
	}
	
#contents{
	background-color: transparent;
	/*float: left;
	display:inline;
	position: relative;*/
	margin: 0px auto;
	width:750px;
	}
	
#left_panel{
	float: left;
	background-color: #ddd8c6;
	border: 1px solid #c2bdaa;
	width:510px;
	padding: 5px;
	min-height: 1030px;
}

#right_panel{
	float: right;
	background-color:#dad9cf;
	border: 1px solid #c2bdaa;
	width:200px;
	padding: 5px;
}

#footer{
	width:790px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 2px;
	}
	
#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: Gray;
	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: Gray;
	font-size: 10px;
	}	

a.button {
	display: block;
	/*width: 100px;*/
	height: 25px;
	background-color: rgb(123,107,92);
	color: White;
	text-align: center;	
	font-weight: bold;
	text-decoration: none;	
	float: left;
	padding: 5px 15px 0px 15px;
	/*margin: 15px 0px 0px 5px;
	border-bottom: 4px rgb(187,17,56) solid;*/
	}

a.button:hover {
	background-color: #dad9cf; 
	color: #4d4b4a;
	text-decoration: none;
	/*border-bottom: 4px White solid;*/
	}
	
a.button_test {
	display: block;
	/*width: 100px;*/
	height: 25px;
	background-color: rgb(57,163,106);
	color: White;
	text-align: center;	
	font-weight: bold;
	text-decoration: none;	
	float: left;
	padding: 5px 15px 0px 15px;
	/*margin: 15px 0px 0px 5px;
	border-bottom: 4px rgb(187,17,56) solid;*/
	}

a.button_test:hover {
	background-color: rgb(222,209,36); 
	color: Black;
	text-decoration: none;
	/*border-bottom: 4px White solid;*/
	}
/*.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:active	{
	color: Red; 
	text-decoration: none; 
	}
	
a.button:visited	{ 
	color: #16377E;
	text-decoration: none; 
	}
	
a.button:hover {
	color: Red; 
	text-decoration: underline;
	}*/
		
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;
	}
	


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


