body{
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url("../../images/mainfade_gray_bg.jpg"); 
	background-repeat: repeat-x;
}



 /* Dynamic Image Resizing */

img {
	display: block;
	height: auto;
	max-width: 100%;
}

.container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-color: white;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 2px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.container_1014 {
	max-width: 1014px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-color: white;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 2px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.container_1114 {
	max-width: 1114px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-color: white;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 2px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.main {
	width: 95%;
	margin: auto;
	padding-top: 20px;
	
}

.title {
	margin-top: 10px;
	font-size: 24px;
	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: #EEE;
	padding: 0 8px;
	margin: 8px;
	font: bold 18px/36px Arial, Helvetica;
	text-decoration: none;
	text-align:center;
	width:200px;
	color: #333;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button:hover {
	background-color: #E0E0E0;
	text-decoration:none;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button:active	{
	background-color: #BDBDBD;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	position: relative;
	top: 1px;
}


a:hover, a:focus {
	color: #000;
	text-decoration: none;
	outline:none;
}

.button img {
	border-right: 1px solid #777;
	vertical-align: middle;
	padding-right: 8px;
	margin-right: 4px;
	margin-top: 5px;
	float:left;
}


table {
	margin: 15px 20px 2px;
}
	
td {
	padding: 10px;
	vertical-align:top;
}

hr {
	border: 0;
	width: 96%;
	color: #777;
	background-color: #777;
	height: 1px;
	margin-bottom: 8px;
	margin-top: 16px;
}

#footer {
	margin-bottom: 5px;
}

.copy {
	float:left;
	padding-left: 6px;
	width: 50%;
	font-size: 11px;
	color: #424242;
}
	
.techhelp {
	float:right;
	font-size: 11px;
	padding-right: 10px;
	font-style:italic;
	overflow: auto;
}



@media screen and (min-width: 240px) and (max-width:768px) {
	.container {
		max-width: 85%;
	}
	
	hr {
		max-width:  88%;
	}

	.copy {
		max-width: 60%;
		font-size: 9px;
	}
	
	.techhelp {
		font-size: 9px;
		float: right;
		padding-left: 10px;
	}
}
