body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#123ABC;
	background-image: -webkit-gradient( linear, left bottom, left top, from(#0FF), to(#00A) );
	background-image: -moz-linear-gradient( top, #0FF, #00A );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFF', endColorstr='#0000A0');
	height: 100%;
	text-align:center;
}
.topBar {background-color: #000000; color: #FFFFFF; font-weight: bold; padding-right:2px;}
.topBar a {color:#FFFFFF;text-decoration:none;}\
#wrapper {
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	background-image: -webkit-gradient( linear, left bottom, left top, from(#0FF), to(#00A) );
	background-image: -moz-linear-gradient( top, #0FF, #00A );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFF', endColorstr='#0000A0');

}
a img{border:0px;}
.feaBanner {font-size:xx-large;font-family:sans-serif;font-weight:bold;}
.err {background-color:red;color:white;font-weight:bold;padding:5px;}
.featureImg{max-height:700px;}
.featureDesc{background-color:#009CDE;max-width:500px;text-align:center;margin-top:10px;margin-left:auto;margin-right:auto;margin-bottom:10px;padding:8px;border-style:groove;border-width:medium;}
#imgDesc{background-color:#009CDE; max-width:1000px; min-width:680px; margin-left:auto;margin-right:auto;padding:8px;border-style:groove;border-width:medium;}




