/* 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: 20px;
	top: 0px;
	width: 795px;
	background-color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.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;
	min-height: 400px;
	height: 100%;
	padding-top: 15px;
	padding-left: 10px;
	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-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;
	}
	
	/* old style sheet for previous site forms */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.version {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.table_section {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
}
.table_header {font-family: Arial, Helvetica, sans-serif; font-size: x-small; }
.table_body {font-family: Verdana, Arial, Helvetica, sans-serif}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.errormsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #FF0000;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.table_caption {
	font-size: x-small;
	font-style: italic;
}


