/* This specifies the background colour for the page*/
body {
		background-color: #e0dfcf;
		line-height: 1em;
		text-align: center;
		}

/**For non-IE browsers**/
html, body {
		font-size:100%; 
		height:100%; 
		margin-bottom:1px; /**adds scrollbar in Mozilla**/}

/**For IE only**/
*body {font-size:76%; zoom: 1;}

/* This section specifies the layout for the page*/

/* This specifies the page wrapper which is the container for all the information*/
.pagewrapper {
	width: 900px;
	margin:0 auto;
	margin-top: 20px;
	background-color:  #9b928a;
	text-align: left;	
}

.main {
   float: right;
   width: 75%;
   /*border: 1px solid green;*/
  
   }

.sidebar {
   float: left;
   width: 21%;
   text-align: center;
   margin: 10px;
  /* border: 1px solid blue; */
   }

.cleaner {
   clear: both;
   height: 0;
   font-size: 0;
   visibility: hidden;
   }
   
.textbox
	{
	margin-right: 20px;
    /*border: 1px solid blue; */	
	}
/* Font Styles*/

h1
	{
   font-family: Arabia, Verdana, Trebuchet, Arial, Sans-Serif; 
   font-size: 3em;
   color: #71002b;
   font-style: bold;
   line-height: 60%;
	}

p, ul, li	
	{
    font-family: Verdana, Trebuchet, Arial, Sans-Serif;
   	font-size: medium;
   	text-align: left;
	}

.whitetext
	{
		color: #ffffff;
   
	}

ul, .redtext
	{
		color: #71002b;
	}

a {
   text-decoration: none;
   font-family: Verdana, Trebuchet, Arial, Sans-Serif;
   font-size: 1em;
   color: #ffffff;
   text-align: left;
}


.quote
{
   font-family: Times, "Times New Roman", Georgia, Serif; 
   font-size: medium;
   color: #71002b;
   font-style: italic;
    text-align: center;
}

.menutext
{
   font-family: Verdana, Trebuchet, Arial, Sans-Serif; 
   font-size: small;
   color: #ffffff;
   text-align: left;
  
}


hr {
	border: 0;
	color: #ffffff;
	background-color: #ffffff;
	height: 5px;
	width: 100%;
	text-align: left;
}