/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Page Pack 01
   Venezia Horizontal 2 Column
  -----------------------------------
*/
/*
PAGE LAYOUT STYLES
*/
/*
The background image is set to be fixed (while the page is scrolled) by
use of the background-attachment property.*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	
	margin: 24px 0 0;
}
/*
Sets the large masthead background image, sets the height of the table cell
to match the height of the background image. Sets the table cell contents
to align in the middle. */
#masthead {
	background-image: url(../images/QAbanner2.jpg);
	background-repeat:no-repeat;
	background-color: #B3B3B3;
	border-bottom: 1px solid #333333;
}


/*
This is a DIV that surrounds the page content and centers it.
Because of the way this page is structured, it serves to work around
a bug in IE5 Mac to ensure the page centers.*/
#pagewrapper {
	width: 43em;
	margin: 0 auto;
}
/*The main content tables are set to a width of 43em. This unit of
measure allows the page content to scale in width if the user resizes
text. The width is the same as the width set for the pagewrapper DIV.*/
#contentTable, #footerTable {
	width: 43em;
}
#contentTable {
	border: 1px solid #333333;
}
/*
Sets borders and background for the top-level menu items-
and font-size for the entire menu.*/
#menubar {
	
	background-color: #F3B40D;
	font-size: 0.9em;
}
/*
Sets styles for the main content table cell. Note that the
verticalRule background image is the dashed border between the
main content cell and the sidebar.*/
#maincontent {
	padding: 30px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-position: right top;
	vertical-align: top;
}
#sidebar {
	padding: 30px 20px 20px;
	width: 12em;
	vertical-align: top;
	font-size: 0.75em;
	background-color: #FFFFFF;
}
#footer {
	font-size: 0.7em;
	color: #663300;
	padding-top: 16px;
	padding-bottom: 16px;
}
h1, h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	line-height: normal;
}
/*
Sets link styles for all links on the page except the Pop Menu Magic Menu.*/
a:link {
	color: #663300;
}
a:visited {
	color: #CC6633;
}
a:hover, a:active, a:focus {
	color: #D14550;
}
.afloatright {
	float: right;
	margin: 8px 0 7px 10px;
	padding: 0;
	}
.floatleft {
	float: left;
	margin: 8px 10px 7px 0;
	padding: 0;
	}