
html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #eee;
}


p, h1, a, td {
	font-family: arial;
	color: #3c3c3c;
}

p {
	line-height: 20px;
}

h1 {
	margin-top: 0px;
	font-family: Arial;

}

.header {
	height: 70px;
	background-color: #0082bb;
	width: 100%;
}

.centerHeader {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 70px;
	text-align: left;
}

.innerCenterHeader {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	background-color: #eee;
	padding: 20px;
	padding-top: 50px;
}

.content a {
	color: #0082bb;
	text-decoration: none;
}

.centerContent {
	margin-left: auto;
	margin-right: auto;
	min-height: 440px;
	background-color: #fff;
	width: 100%;
	max-width: 960px;

	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.topAlert {
	padding-top:40px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  font-size: 14px;
  padding-left: 5px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  font-size: 14px;
  padding-left: 5px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  font-size: 14px;
  padding-left: 5px;
}
:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  font-size: 14px;
  padding-left: 5px;
}

.footer {
	border-top: 1px solid #dadada;
	position: fixed;
	bottom: 0;
	display: block;
	width: 100%;
}

.centerFooter {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	padding: 20px;

}

.copyright {
	height: 20px;
	background-color: #333333;
	color: #c7c7c7;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.copyrightCenter {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width:960px;
	padding-left: 4px;
	padding-right:4px;
}

.copyrightLinks {
	font-size: 14px;
	float: left;
}

.copyrightLinks a {
	color: #c7c7c7;
	text-decoration: none;
}

.copyrightText {
	font-family: arial;
	font-size: 11px;
	float: right;
	padding-top: 4px;
}

@media only screen and (max-width: 640px) {
	.copyrightLinks {
		font-size: 14px;
		float: none;
		text-align: center;
	}
	.copyrightText {
		font-family: arial;
		font-size: 11px;
		float: none;
		text-align: center;
		padding-top: 4px;
	}
}
