/* CSS Document */
/*/body
{
	margin: 0;
}*/
#nvc-content
{
	margin: auto;
	border-color:#fff;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:bold;
	width:65%;
	border: 10px solid #fff;
	border-collapse: collapse;
}
.nvc-left
{
	text-align:left;
	padding-left:20px;
}
.nvc-center
{
	text-align: center;
}
.nvc-right
{
	text-align:right;
	padding-right:20px;
}
#nvc-content tr
{
	height: 5.75 em;
	line-height: 2.75 em;
	
}
#nvc-content tr :hover
{
	background: #747678;
}
#nvc-content td
{
	background: #b50202;
	margin:auto;
	width:30%;
	height: 100%;
	border: 1;
}
#nvc-content td a
{
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	margin:auto;
	border-width: 5px;
	height: 100%;
	width: 100%;
    font-size: large;
}
#nvc-header
{
	display:inline-block;
	width: 100%;
	white-space: nowrap;
	font-size:0;
}
#nvc-title
{
	vertical-align: top;
	padding:10px;
	margin: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 2rem;
	color:#fff;	
	background-color:#3F3F3F;
	border-radius: 0px 0px 10px 0px;
}
#nvc-headerLogo
{
	margin:0px;
	padding:0px;
	height:8rem;
	background-color:#E3E3E3;
	border-radius: 0px 0px 10px 0px;
	box-shadow: 2px 2px 4px 1px #000
}
#nvc-instructions {
	color: #000;
}
