html {
	margin: 0;
	padding: 0;
	}
body  { 
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif; 
	background: #FFF; 
	margin: 0; 
	padding: 0;
	}
	#pageheader { 
	width: 800px;
	height: 145px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 20px;
	
	background-color: white;
	text-align: right;
	color: black;
	}
	#pageheader h1 {
	line-height: 20%;
	font-size: 18pt;
	}
  	#pageheader p {
	line-height: 20%;
	font-size: 12pt;
	}
	img.topleft {
		float: left;
	}
	img.bottomright {
		float: right;
	}
	
  #maintext {
	font-family: Georgia, Garamond, serif;
	background: white;
	color: black;
	float: left;
	width: 620px;
	padding: 15px;
	text-align: left;
  }
  	#maintext p.center {
  	text-align: center;
	line-height: 5px; 
  	}	
  
  #rightsidebar {
	font-family: Georgia, Garamond, serif;
	color: black;
	padding: 15px;
	background: white;
    float: left;
    width: 180px;
  }
   
  #footer {
	clear: both; /*start the footer below the floated content */
	font-family: Georgia, Garamond, serif;
	font-size: small;
	background: white;
	color: gray;
	float: left;
	width: 800px;
	padding: 15px;
	text-align: center;
	}


/*
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}
*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
}

#modernbricksmenu ul{
font: bold 10px verdana;
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style-type: none;
}

#modernbricksmenu li{
display: inline;
background: silver;	

}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 3px 8px;
text-decoration: none;
letter-spacing: 1px;
background-color: silver; /*Default menu color*/
border-bottom: 1px solid silver;
}

#modernbricksmenu a:hover {
background-color: darkblue; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: darkblue; /*Brown color theme*/ 
border-color: darkblue; /*Brown color theme*/ 
color: white;
}
#modernbricksmenu a:link { /*currently selected tab*/
background-color: silver; /*background tab color*/ 
border-color: silver; /*Brown color theme*/ 
color: white;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: darkblue; /*Brown color theme*/ 
}




