body {
	text-align: center;
	min-width: 979px;
	/*background: url('img/bgMain.png') repeat-x;*/
	background-position: top;
	background-color: rgb(0,102,0);
	/*background-color: rgb(128,128,128);*/
  padding: 0px;
  margin: 0px 0px 0px 0px;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
}

a {
	color: inherit;
  border-bottom: 1px dotted #1a6f4e;
	text-decoration: none;
}

a:hover {
	color: inherit;
	font-weight: bold;
  border-bottom: 1px solid #1a6f4e;
}

h2 {
	color: #1a6f4e;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 20px;
}

h3 {
	color: #1a6f4e;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 20px;
}

h4 {
	color: #1a6f4e;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}

img {
  border: none;
}

hr {
	/*height: 1px;*/
	/*color: rgb(44,49,141);
	background-color: rgb(44,49,141);*/
	/*border: 1px groove;*/
}

p {
  text-align: left;
  margin: 0px;
	float: none;
}

/* Containers area */

#container {
	margin: 0 auto;
	width: 979px;
	text-align: left;
	/*border: 1px solid red;*/
	overflow: auto -moz-scrollbars-none;
	z-index: 1;
	/*background-color: Lavender;*/
}

#top {
	width: 980px;
	float: none;
	color: #fff;
	font-size: 0.6em;
}

#top a {
	text-decoration: none;
	border: none;
}

#top span {
	margin-top: 80px;
}

#top #upperTop {
	width: 980px;
	height: 99px;
	background: url('img/logoPGA.jpg') no-repeat;
	position: relative;
	left: -25px;
	float: none;
	/*background-color: orange;*/
}

#top #topText {
	position: relative;
	right: -25px;
	float: right;
}

#top #topText span a {
	color: #fff;
	text-decoration: none;
	float: right;
}

.topLink {
	color: #fff !important;
}

#main {
	width: 979px;
	/*height: 783px;*/
	height: 100%;
	float: left;
	margin-top: -10px;
	padding: 0px;
	/*background-color: MediumPurple;*/
	/*border: 1px solid Lavender;*/
}

#main #left {
	width: 672px;
	height: 100%;
	/*background-color: #fff;*/
	float: left;
}

#leftTop {
	background-color: #fff;
	float: none;
	/*margin-bottom: 10px;*/
}

#leftTopOne {
	height: 9px;
	float: none;
}

#leftMainOne {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 20px;
	float: none;
}

#leftBottomOne {
	height: 9px;
	float: none;
}

#divider {
	width: 100%;
	height: 10px;
}

#leftBottom {
	background-color: #fff;
	float: none;
}

#leftTopTwo {
	height: 9px;
	float: none;
}

#leftMainTwo {
	background-color: #fff;
	float: none;
	padding-top: 10px;
}

#leftBottomTwo {
	height: 9px;
	float: none;
}

#main #right {
	width: 298px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#rightTopOne {
	height: 10px;
	float: none;
}

#rightMainOne {
	width: 100%;
	height: 100%;
	float: none;
}

#rightMainOne div {
	width: 100%;
	text-align: center;
}

#rightMainOne div a {
	border: none;
	text-decoration: none;
}

#rightBottomOne {
	height: 80px;
	float: none;
}

#bottom {
	font-family: inherit;
	font-size: 0.6em;
	color: #fff;
	line-height: 1.6em;
}

#bottom a {
	color: #fff;
	text-decoration: none;
	border: none;
}

#bottom a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.text {
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 20px;
	float: none;
	height: 100%;
	padding-right: 20px;
}

.text a {
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: #000;
}

.text div a {
	color: #000;
}

.text a:hover {
	font-weight: normal;
	border-bottom: 1px dotted #1a6f4e;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}