html, body
	{
	font-family			: Verdana, Arial, Helvetica, sans-serif; 
	font-size			: 11px;
	margin				: 0px;
	padding				: 0px;
	background-image	: url(https://www.wasb.org/convention/conv2009/graphics/background.jpg);   
	background-color	: #CDd2C3;  /* COLOR of 'frame' around page */
	/* could add info for background graphic as well */
	color				: #000;      /* default text - black */
	}

#container
	{
	width				: 715px;
	margin				: 1.5em auto;
	border				: 1px solid #eee;
	background-color	: #ffffff;       /* background of content area - white */
	}
	
h1
	{
	font-family			: 'trebuchet ms', trebuchet, arial, sans-serif;
	font-size			: 24px;
	font-weight			: bolder;
	color               : #ad3f1d;
	}

h2 
	{
	font-family			: 'trebuchet ms', trebuchet, arial, sans-serif;
	font-size			: 14px;
	font-weight			: bolder;
	color				: #ad3f1d;
	}

h3 { font-family		: Trebuchet MS;
	 font-size			: 12px;
	 font-weight		: bolder;
	 }
	 
div
	{
	border				: none;
	margin				: 0px;
	padding				: 0px;
	}
		
#header
	{
	margin				: 0px;
	padding				: 0px;
	color				: #000000;
	background-color	: #ffffff;
	}


/*  MAIN CONTENT  */
	
#content {
		margin			: 0 50px 25px 50px;
		}

/* NAVIGATION */

#nav, #nav ul { /* all lists */
		float			: left;
		padding			: 0;
		margin			: 0 0 20px 0;
		list-style		: none;
		width 			: 715px;
		line-height		: 1.5em;      /* COLOR of button border */
		background-color: #663333;  /* COLOR of navigation bar */
		
		}

#nav a {
		display			: block;
		width			: 10em;
		text-decoration	: none;
		}
	
#nav li { /* all list items */
		float 			: left;
		line-height 	: 1.5em;
		padding-bottom	: 0;
		width			: 101px;
		}
	
#nav li ul { /* second-level lists */
		position        : absolute;
		left            : -999em;
		height			: auto;
		width			: 101px;
		margin-left 	: -2px;
		margin-top 		: 0;
		}

#nav li ul ul { /* third-and-above-level lists */
		position               : absolute;
        height                 : auto;
        width                  : 101px;
        margin-left 		   : 150px;
        margin-top             : -1.7em;
        margin-bottom:         : 0;
        margin-right:          : 0;
		}
	
#nav a {
		width			: 101px;
		display 		: block;
		color 			: white;                        /* COLOR of text */
		text-decoration : none;
		font-size		: 12px;
		font-family		: 'trebuchet ms', trebuchet, verdana, arial, sans-serif;
		background-color: #663333;            /* COLOR of button */
		border-top 		: 1px solid #E1B470;       /* COLOR of button border */
		border-bottom 	: 1px solid #E1B470;
		border-left 	: 1px solid #E1B470;
		padding 		: 0 0.3em;
		}
#nav a.last {
		border-right	: 1px solid #E1B470;
		}
		
#nav a.expand {                               /* dropdown list items*/
		width			: 150px;
		display 		: block;
		color 			: white;              /* COLOR of text */
		text-decoration : none;
		font-size		: 12px;
		font-family		: 'trebuchet ms', trebuchet, verdana, arial, sans-serif;
		background-color: #663333;            /* COLOR of button */
		border-left	 	: 1px solid #E1B470;  /* COLOR of button borders */
		border-right 	: 1px solid #E1B470;
		border-top 		: 1px solid #E1B470;
		border-bottom	: 0;
		padding 		: 0 0.3em;
		}
	
#nav a.bottom {                               /* bottom item of dropdown list */
		width			: 150px;
		display 		: block;
		color 			: white;              /* COLOR of text */
		text-decoration : none;
		font-size		: 12px;
		font-family		: 'trebuchet ms', trebuchet, verdana, arial, sans-serif;
		background-color: #663333;             /* COLOR of button */
		border 			: 1px solid #E1B470;   /* COLOR of button borders */
		padding 		: 0 0.3em;
		}
		
#nav li a:hover {
		color 			: #C24623;            /* COLOR of text - hovering */
		background-color: white;              /* COLOR of button - hovering */
		}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left			: -999em;
		}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left			: auto;
		}
		
/*  FOOTER  */
		
#footer
	{
	clear				: both;
	margin-top			: -11px;
	padding				: 0;
	width				: 715px;
	height				: 105px;
	color				: #000000;             /* COLOR of text - black */
	background-color	: #ffffff;             /* COLOR of background - white */
	text-align		    : right; 
		}
#footer
	{
/*/*/
	margin-top			: 0px;

/* */
	}


.clear { clear 			: both; font-size: 1px; line-height: 0px; }

/*  REGULAR LINKS */

a 
    {
   	text-decoration		:underline;
   	background			:transparent;
   	}

a:link 
	{
	color				:#00839c; 		    /* COLOR of link */
	text-decoration		:underline; 
	}

a:visited 
	{
	color				:#842958;               /* COLOR of visited link */
	text-decoration		:underline; 
	} 
	
a:hover 
	{
	color				:#c24623;            /* COLOR of link when hovering */
	text-decoration		:underline; 
	background-color	:#FFFFFF }


#leftcolumn {
	font				: normal 11px verdana;
	}


img.photo {	
			padding		: 5px;
			border		: 1px #333 solid;
			}
