body {
	border: 3px solid #008000;
	height: 100%;
}

#pagecontent {
	padding: 8px;
}

body, body * {
	font-family: Arial, Helvetica, Bitstream Vera Sans;
}
body, p {
	font-size: 13px;
}

fieldset legend {
	font-size: 14px;
	color: #008000;
	font-weight: bold;
	margin-bottom: 9px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #008000;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #008000;
	margin-top: 2px;
}

.grnheadline {
	color: #008000;
}

#msgbox {
	border: 1px solid #ccc;
	margin: 20px;
	width: 400px;
}

.ongrey {
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;	
	position: absolute;
	top: 	150px;
	left: 200px;	
}

#msgbox p {
	margin-left: 10px;
	font-size: 16px;

}
#msgbox h2 {
	color: #fff;
	font-size: 18px;
	display: block;
	font-weight: bold;
	background-color: #008000;
	text-align: center;
	margin: 0;	
}

#msgbox img {
	margin: 0 0 30px 135px;
}

#mainheader {
	background: #123531 url('../images/HelloProtoLogo2.jpg') 0 0 no-repeat;
	width: 100%; 
	height: 120px;
	text-align: right;
}

#gbrcheck {
	background: transparent url('../images/gbrcheck.gif') 0 8px no-repeat;
	width: 310px;
	height: 110px;
	margin: 0 0 0 auto;
}

#dyncontent hr {
	clear: both;
}

.layerpreview {
	border: 1px solid #000080;
	padding: 3px;
	float: left;
	margin: 5px;
	text-align: center;
}

.layerpreview h2 {
	margin: 2px auto;
	color: #000080;
}

.layerpreview img {
	border: 1px solid #008000;
	margin: 0px auto;
}

.layerpreview small {

	clear: both;
	font-style: italic;
	margin-top: 4px;
}

.layerpreview input {

	clear: left;
}

.layerpreview label {
	margin-top: 8px;
}

.fancysub {
	margin-top: 2px;
	display: block;
	border: 1px solid #008000;
	border-left-width: 0;
	border-right-width: 0;
	background-color: #bedb74;
}

#dyncontent hr {
	color: #000080;
}

#grscrn {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#454545;
	opacity: 0;
	filter: alpha(opacity=0);

}

.btn a {
	display: block;
	height: 30px;
	width: 150px;
	padding: 3px;
	border: 1px solid #ccc;
	text-align: center;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-color: #454545;
	border-bottom-color: #494949;
	color: #fff;
	text-decoration: none;
	background-color:#008000;
}

.btn a:HOVER {
	border: 1px solid #fff;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-right-width: 3px;
	border-bottom-width: 3px;
	background-color: #bedb74;	
}

.btn {
	float: left;
	margin-right: 10px;
}

#dyncontent p a, #dyncontent li a {
	border: 1px solid #008000;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	background-color: #bedb74;
	text-decoration: none;
	color: #000080;
	font-weight: bold;
}

#dyncontent p a:HOVER, #dyncontent li a:HOVER {
	background-color: #008000;
	color: #fff;
}

#dyncontent ul li {
	margin-bottom: 8px;
}

#dyncontent ul li .liintro {
	color: #008000;
}




