@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	line-height: 120%;
}
.oneColFixCtrHdr #container {
	width: 856px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/GP-background.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/GP-top-shad.jpg);
	width: 856px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 28px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 28px;
	width: 800px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/GP-footer-shad.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.navigation {
	font-size: 75%;
	background-color: #80933a;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 31px;
	width: 600px;
}
.fontsize {
	font-size: 75%;
	background-color: #80933a;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 26px;
	width: 190px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	float: right;
}
.logoheader {
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #583A74;
	margin: 0px;
}.FooterLinks {
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 70%;
	line-height: 20px;
}
.LeftSide {
	width: 528px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 80%;
}
.right {
	width: 251px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	margin: 0px;
}
.Sponsors {
	width: 568px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
a.link:link {
	color: #666666;
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	color: #666666;
}
a.link:hover {
	text-decoration: underline;
	color: #583A74;
}
a.link:active {
	text-decoration: none;
	color: #666666;
}
a.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
a.whitelink:hover {
	text-decoration: underline;
	color: #583A74;
}
a.whitelink:active {
	text-decoration: none;
	color: #ffffff;
}.breadcrumbs {
	font-size: 80%;
	text-transform: uppercase;
}
.MainHeading {
	font-size: 140%;
	font-weight: bold;
	color: #80933A;
}
.partnersbox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #583A74;
}
a.purplelink:link {
	color: #583A74;
	text-decoration: none;
}
a.purplelink:visited {
	text-decoration: none;
	color: #583A74;
}
a.purplelink:hover {
	text-decoration: underline;
	color: #666666;
}
a.purplelink:active {
	text-decoration: none;
	color: #583A74;
}
.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;
}
.PartnersLeftSide {
	width: 770px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 80%;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #999999;
	width: 300px;
	padding: 5px;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 300px;
	border: 1px dotted #666666;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}
