body{
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #333333;
}

 /* Dynamic Image Resizing */
.rsimage {
  width: 100%; 
 }

.rsimage img {
	max-width: 100%;
	height: auto;
	width: auto; /* For IE8 */
}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-color: white;
	border: 1px solid #000;
	border-radius: 0px 0px 5px 5px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.main {
	width: 95%;
	margin: auto;
	padding-top: 20px;
	
}

.title {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.date {
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
			
/* CSS3 Buttons */		

.button {
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
	padding: 0 8px;
	margin: 8px;
	font: bold 18px/36px Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	text-align:center;
	width:200px;
}

.button:hover {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
	text-decoration:none;
}

.button:active	{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus	{
	outline: 0;
	background: #fafafa;
}    

.button img {
	border-right: 1px solid #777;
	vertical-align: middle;
	padding-right: 8px;
	margin-right: 4px;
	margin-top: 6px;
	float:left;
}

a:hover, a:focus {
	color: #333;
}	
	
table {
	margin: 15px 20px 2px;
}
	
td {
	padding: 10px;
	vertical-align:top;
}

hr {
	border: 0;
	width: 95%;
	color: #000;
	background-color: #000;
	height: 1px;
	margin-bottom: 8px;
}

.copy {
	float:left;
	padding-left: 6px;
	width: 50%;
	font-size: 11px;
	width: 50%;
	bottom: 0;
	left: 0;
}
	
.techhelp {
	float:right;
	font-size: 11px;
	padding-right: 10px;
	font-style:italic;
	overflow: auto;
}


		#footer a:link,#footer  a:visited {
			text-decoration: none;
			color: #969696;
		}
		
		#footer a:hover {
			text-decoration: underline;
			color: #a02784;
		}
