html, body { 
	color: #333; 
	font-size: 0.9em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	line-height: 1.4em; 
	background-color: #003300; 	
	margin: 0;
	border: 0 none;
	padding: 0;	
}
h1 {
	font-size: 1.0em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.0em;
	color: #790000;
	margin-bottom: -5px;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.9em;
}
.introText {
	color: #333;
	font-size: 100%;
	font-weight: bold;
}
.introList {
	font-size: 1.0em;
	margin-left: 2px;
	color: #3b3b3b;
	line-height: 2.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: circle;
}
.emphasis {
	margin: 10px 0 10px 0;
	font-weight: normal;
	font-style: regular;
	font-size: 0.9em;
}
.emphasisRed {
	font-weight: bold;
	font-style: italic;
	color: #660000;
	
}
img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #990000;
}
a:active {
	color: #003300;
}
#container {
	text-align: left;
	position: relative;
	margin: 0px auto;
	background-image: url(/images/go-discover/bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
	background-color: #003300;
	
}
#head { 
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 900px; 
	height: 115px;
	background-color: #cc9;  
}
#body {
	position: relative;
	left: 0px;
	top: 230px;
	width: 900px;
	min-height: 927px;
	text-align: center;
}

#banner {
	position: absolute;
	width: 700px;
    top: 50px;
    left: 100px;
    color: #790000; 
	font-weight: 700;
	font-size: 1.1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	line-height: 1.6em; 
}
#col1, #col2-2, #col3 {
	position: relative;
	left: 100px;
	top: 140px;
	float: left;
}
#col1 {
	position: absolute;
	width: 302px;
}
#col2 {
	position: relative;
	left: 500px;
	margin: 0px 0 30px 0;
	padding: 0;
	width: 302px;
	top: 140px;
}

#col2-2 {	
	position: absolute;
	width: 302px;
    top: 360px; 
}

#col2-3 {
	position: relative;
	left: 500px;
	margin: 0px 0 30px 0;
	padding: 0;
	width: 302px;
	top: 145px;
}


#col4 {
	position: absolute;
	text-align: center;
	width: 700px;
	top: 600px;
	left: 100px;
	color: #003300;
	font-weight: 700;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-style: italic;
	line-height: 1.5em;
}

#keyContent {
	position: relative;
	top: 20px;
	left: 320px;
	padding: 0px; 
	width: 580px; 
	clear: both;
}

#foot   {
	position: relative;
	margin: 0px auto;
	top: 30px;
	width: 900px;
	height: 220px; /* Extra height required in footer to avoid Safari (& IE?) truncation problem */
	clear: both;
	border-top: 1px solid #cc9;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
#foot2 {
	position: relative;
	top: 70px;
	left: 7px;
	width: 775px;
	height: 143px;
	margin: 0;
	clear: both;
	border-top: 0px solid #cc9;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}

#foot-QC   {
	top: 290px; 
	left: 0; 
	width: 900px; 
	height: 220px; /* Extra height required in footer to avoid Safari (& IE?) truncation problem */
	clear: both; 
	border-top: 1px solid #cc9; 
	border-right: 0 none; 
	border-bottom: 0 none; 
	border-left: 0 none;
}
#foot2-QC {
	top: 70px;
	left: 7px;
	width: 775px;
	height: 143px;
	margin: 0;
	clear: both;
	border-top: 0px solid #cc9;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}

#footerlinks {
	width: 880px;
	height: 100px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	text-align: center;
}
#footerlinks li {
	display: inline;
	margin: 5px 5px 0 5px;
}
#footerlinks ul {
	margin: 0;
	padding: 0;
}
#footerlinks a {
	display: inline;
	color: #fff;
	font-size: 0.8em;
	line-height: 0.3em;
	font-weight: 500;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #990000;
	text-decoration: underline;
}
#footerlinks a:visited {
	background-image: none;
	color: #999;
	line-height: 0.3em;
}

