html, body {
	margin: 0;
	padding: 0;
	border-top: 3px solid #1f98c0;
	font: 10px Verdana, Arial, sans-serif;
	background: #e0e0e0 url(../images/jg_light_grey_bg.jpg) repeat-x;
}

#container {
	width: 851px;
	margin: auto;
	height: 1024px;
}

#links {
	float: right;
	width: 425px;
	color: #fff;
	font: 10pt Arial, Helvetica, Sans-serif;
	padding-top: 70px;
	padding-right: 12px;
	text-align: right;
}

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

#links a:hover {
	color: #1f98c0;
}

#masthead {
	height: 108px;
	border-bottom: 2px solid #fff;
}

h1 {
	color: #fff;
	margin-top: 0;
	margin-left: 0;	
	padding-top: 60px;
	padding-left: 16px;
	font: 2.4em Arial, Helvetica, Sans-serif;
}

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

h1 a:hover {
	color: #1f98c0;
}

#stage1 {
	height: 240px;
	width: 425px;
	margin-top: 24px;
	margin-bottom: 24px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: right;
}

#stage2 {
	height: 240px;
	width: 425px;
	margin-top: 24px;
	margin-bottom: 24px;
	background-color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}

c1 {
	font: 2.8em/32px Arial, Helvetica, Sans-serif;
	color: #fff;
	position: relative;
	top: 76px;
	left: 16px;
	right: 16px;
}

#section2 {
	height: 26px;
	margin: 0;
	clear: both;
}

#leftcolumn2 { 
 display: inline;
 color: #fff;
 float: left;
 margin: 0;
	padding-right: 8px;
	padding-left: 16px;
	border-top: 2px solid #fff;
	border-bottom: 1px dotted #fff;
	height: 26px;
	width: 176px;
}

#leftmiddle2 { 
 float: left;
 color: #fff;
 display: inline;
 position: relative;
	padding-right: 8px;
	padding-left: 16px;
	margin: 0 0 0 16px;
	border-top: 2px solid #fff;
	border-bottom: 1px dotted #fff;
	height: 26px;
	width: 176px;
}

#rightmiddle2 { 
 display: inline;
 position: relative;
 color: #fff;
 margin: 0 0 0 16px;
	padding-right: 8px;
	padding-left: 16px;
 float: left;
 	border-top: 2px solid #fff;
	border-bottom: 1px dotted #fff;
	height: 26px;
	width: 176px;
}

#rightcolumn2 { 
 display: inline;
 position: relative;
 color: #fff;
 margin: 0 0 0 16px;
 float: left;
	padding-right: 8px;
	padding-left: 16px;
		border-top: 2px solid #fff;
	border-bottom: 1px dotted #fff;
	height: 26px;
	width: 176px;
}

h3 {
	color: #fff;
	padding-top: 6px;
	margin: 0;
	font: bold 1.2em Arial, Helvetica, Sans-serif;
}

#faux {
 width: 851px;
 margin: 24px 0px 12px;
 overflow: auto;
 width: 100%;
}

#leftcolumn { 
 display: inline;
 color: #000;
 float: left;
 margin: 0;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 16px;
	width: 176px;
	border-top-color: #000;
	border-bottom-color: #000;
}

#leftmiddle { 
 float: left;
 color: #000;
 width: 176px;
 display: inline;
 position: relative;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 16px;
	margin: 0 0 0 16px;
	border-top-color: #000;
	border-bottom-color: #000;
}

#rightmiddle { 
 display: inline;
 position: relative;
 color: #000;
 margin: 0 0 0 16px;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 16px;
 width: 176px;
 float: left;
	border-top-color: #000;
	border-bottom-color: #000;
}

#rightcolumn { 
 display: inline;
 position: relative;
 color: #000;
 margin: 0 0 0 16px;
 width: 176px;
 float: left;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 16px;
	border-top-color: #000;
	border-bottom-color: #000;
}

p {
	color: #fff;
	margin: 0 0 1.4em;
	font: 1.2em/1.4em Arial, Helvetica, Sans-serif;
}

p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .1ex;
}

p a:hover {
	color: #1f98c0;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	height: 20px;
	margin-left: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #fff;
	padding-top: 8px;
}

f1 {
	color: #fff;
	font: 1em Verdana, Arial, Sans-serif;
	margin-left: 16px;
}

.clear { clear: both; background: none; }
