twoColFixLtHdr  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.twoColFixLtHdr  #GPcontainer {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr  #GPsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 555px;
} 
.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: 8px;
}
.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;
}
.topnav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	width: 130px;
	font-weight: normal;
	height: 30px;
	vertical-align: top;
	line-height: 26px;
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0px;
	margin-left: 1px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	width: 130px;
	font-weight: normal;
	height: 30px;
	vertical-align: top;
	line-height: 26px;
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 5px;
	margin-left: 1px;
}
.navmagmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	text-decoration: none;
	text-align: center;
	width: 130px;
	font-weight: bold;
	height: 30px;
	vertical-align: top;
	line-height: 31px;
	clear: right;
	padding-left: 5px;
	margin-left: 1px;
	padding-top: 5px;
}
.navmagimage {
	height: 215px;
	width: 130px;
	clear: right;
	text-decoration: none;
	margin-left: 4px;
	padding-top: 0px;
	margin-right: 4px;
	padding-left: 0px;
	margin-top: 38px;
}
.navmaglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 125px;
	font-weight: normal;
	line-height: 17px;
	clear: right;
	background-color: #0066CC;
	height: 40px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-left: 4px;
}
.headerImage {
	height: 430px;
	width: 555px;
	padding-top: 10px;
	clear: right;
}
#navmagmonth a {
	color: #FFFFFF;
	text-decoration: none;
}
#navmagmonth a:hover {
	color: #000099;
	text-decoration: none;
}

#topnav a {
	text-decoration: none;
	color: #0066CC;
}
#topnav a:hover {
	color: #253566;
	text-decoration: none;
}
#topnav a:visited #topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#headerNav  a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#headerNav a:hover {
	color: #253566;
	text-decoration: none;
}
#headerNav a:active {
	color: #FFFFCC;
	text-decoration: none;
}
#headerNav a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
#maincontainer {
	width: 610px;
}
