/* layout */ 
/*

  +----------------------------------+
  | +-----------------------------+  |
  | |header                       |  |
  | +-----------------------------+  |
  | +-------------+ +-------------+  |
  | |             | |             |  |
  | |             | |             |  |
  | | leftcontent | |rightcontent |  |
  | |             | |             |  |
  | |             | |             |  |
  | +-------------+ +-------------+  |
  | +-----------------------------+  |
  | |footer                       |  |
  | +-----------------------------+  |
  +----------------------------------+

*/

body {
	background-color: #EFEBE2;
	margin-top:76px;

}

#maincontainer
{
    width:857px;
	margin:0px auto; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	border:10px solid #FAF9F5;
	background-color:#FFF;
}


#header, #footer
{
clear:both;

}

#leftcontent
{
float:left;
width: 340px;
margin-left:44px;
_margin-left:22px; /* b//////// IE hack*/ /*WTH IS WRONG WITH IE */

}

#rightcontent
{
float:left;
width:326px;
margin-left:84px;
}



/* type */


body, p, div, td, tr, input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	line-height:1.75em;
}


h1 {
	font-size:12px;
	color:#6B4E6B;
}




a:link, a:visited, a:hover, a:active
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration:underline;
color:#666666;
}

a:hover {
background-color:#FAF9F5;
text-decoration:none;
}



#navmenu a {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#6B4E6B;
	text-decoration: none;
	font-style:italic;
	
}








/* navigation and other styles */

#navmenu ul {
margin:0px;
padding:0px;
list-style-type:none;
}


#navmenu ul a {
display:block;
width:330px;
height:30px;
line-height: 30px;
background:url(images/menu_roll.gif) no-repeat left top; 
text-indent: 35px;  /* scrawny 5px extra */ 
}


#navmenu ul a:hover {
/* background-position: right top; */ /*more subtle with this commented */ 
text-decoration:underline;
}

/* page nav aid same as hover*/

#navmenu .selected a {
 
background-position: right top;

}




/* Image Treatment */


.imageborder_green 
{
border:#E1E9DC solid medium;
}




/*  hacks not necessarily used*/
.clear
{
clear:both;
}