@charset "UTF-8";
body  {
	background-image: url(images/GEW_bkg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0;
}
.twoColFixLtHdr #container {
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/GEW_headerF.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding-right: 10px;
	padding-left: 20px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 30px;
	margin-right: 270px;
	margin-left: 90px;
	padding-top: 0px;
	padding-bottom: 0px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 30px;
	margin-right: 100px;
	margin-left: 90px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.widecolumn {
	margin-right: 150px;
	margin-top: 30px;
}
#menu {
	height: 50px;
	background-image: url(images/menubkg.gif);
	background-repeat: repeat-x;
	padding-left: 140px;
}
.sidebarnarrow {
	float: right;
	width: 10px;
	height: 350px;
	margin-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #990000;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 6px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2B2B2B;
	margin-top: 0px;
	margin-bottom: 6px;
}
.warning {
	font-weight: bold;
	color: #CC0000;
}
.pspace {
	margin-bottom: 12px;
}
.twoColFixLtHdr #footer {
	height: 26px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #CCCCCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 9px;
	color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	height: 350px;
	margin-right: 40px;
	width: 207px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgfloatright {
	float: right;
	margin-left: 20px;
}
.bullets {
	margin-bottom: 3px;
}
.pcaption {
	font-size: 10px;
	font-weight: bold;
}
.formbox {
	float: right;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	width: 304px;
	font-size: 11px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.formboxtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin-bottom: 10px;
}
.formboxtypespace {
	padding-right: 12px;
}
.h2nspace {
	margin-top: 0px;
	margin-bottom: 0px;
}
.h2space {
	margin-top: 0px;
	margin-bottom: 6px;
}
