@charset "UTF-8";

/* ^1 --------------------------- global constants -------------------------*/
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
a:link, a:visited {
	color: #05223c;
	text-decoration: none;
}
a:hover, a:active {
	color: #999;
	text-decoration: none;
}
p {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 0px;
	margin: 2px;
}
h1  {
	font-size: 22px;
	color: #094fa3;
	margin: 0px;
	padding: 10px 0px;
}

body {
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c6b92', endColorstr='#e1d8b9',GradientType=0 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	background-color: #FFFFFF;
}
#maincontent {
	margin: 0px;
	padding: 0px;
}
#header    {
	height: 680px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(../_images/verify-tabletdesktop.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#mainContent table.simple tr:nth-child(odd) {
	background: #e1d8b9;
}
#content p  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav {
	clear: both;
	padding-left: 180px;
	padding-top: 0px;
	height: 50px;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #7b5711;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 200px;
	height: 22px;
	margin-right: 100px;
}
#nav ul li a:hover {
	background-color: #CCC;
	color: #05223c;
}
#footer  {
	text-align: center;
	color: #094fa3;
	margin-bottom: 100px;
	clear: both;
	padding-left: 180px;
	width: 500px;
	padding-top: 2px;
}