/* gs_master_style.css: a common stylesheet for all G&S sites *//* Define page areas; these are containers, the boxes around the text. These statements define the visual layout of the page and differentiate the separate content areas */.page	{	position: absolute;	border: none;	left: 75px;	top: 0px;	width: 795px;	background-color: #0066cc;	}	.masthead	{ /* was .headerimg */	position: relative;	border: none;	top: 0px;	width: 795px;	background-color: #ffffff;	}.sidebar	{	float: right;	border: none;	padding-top: 25px;	padding-right: 10px;	border: none;	width: 150px;	}.content 	{	position: relative;	border: none;	width: 575px;	left: 30px;	top: 0px;	height: 100%;	padding-top: 15px;	padding-right: 10px;	padding-bottom: 20px;	background-color: #ccccff;	}.footer	{	position: relative;	float: left;	clear: left;	border: none;	width: 785px;	padding-left: 10px;	background-color: #ffffff;	}	/* Class definitions by page areas *//* .masthead */.mastbody	{	position: relative;	border: none;	min-width: 745px;	min-height: 100px;	width: auto;	height: auto;	padding-top: 5px;	padding-left: 30px;	padding-bottom: 3px;	background-repeat: no-repeat;	background-position: right;	}.headlogo	{	float: right;	border: none;	padding-top: 10px;	padding-right: 40px;	}.masthead h1	{	font-family: verdana;	font-size: 24pt;	font-weight: bold;	}.masthead a	{	font-family: verdana;	font-size: 10pt;	font-weight: bold;	text-decoration: underline;	color: #0066cc;	text-align: right;	}/* .sidebar */.sidebar p	{	font-family: arial;	font-size: 10pt;	font-style: italic;	color: #ffffff;	}/* .content */.content p	{	font-family: verdana;	font-size: 10pt	}.itemdiv	{	float: left;	clear: left;	border: none;	width: 565px;	left: 30px;	top: 0px;	height: 100%;	padding-top: 10px;	padding-left: 10px;	padding-right: 10px;	background-color: #ccccff;	}.itemdiv h3	{	font-family: verdana;	font-size: 12pt;	font-weight: bold;	}.itemdiv ul	{	float: left;	border: none;	font-family: verdana;	font-size: 10pt;	list-style-type: disc;	}.itemdiv img	{	float: left;	border: none;	padding-right: 10px;	}		/* .footer */.footer p	{	font-family: arial;	font-size: 10pt;	font-style: italic;	font-weight: bold;	color: #000000;	text-indent: 10px;	}.footer_ads	{	padding-top: 10px;	padding-left: 10px;	padding-right: 10px;	}.footer_ads h4	{	font-family: arial;	font-size: 12pt;	font-weight: bold;	}.footer_ads h6	{	font-family: arial;	font-size: 6pt;	font-style: italic;	text-align: center;	}.footer_ads a	{	font-family: verdana;	font-size: 8pt;	font-weight: bold;	text-decoration: underline;	color: #0066cc;	display:block;	}.footer_ads ul {	font-family: verdana;	font-size: 8pt;	}.footer_ads img	{	padding-top: 10px;	padding-left: 10px;	padding-right: 10px;	}