﻿
* { margin: 0; padding: 0; border: 0; }

body {
	text-align: center;
	min-height: 600px;
	/* background-color: #000000; */
}

#cont {
	width: 1000px;
	height: 600px;
	background-color: #fff1d7;
	text-align: left;
	position: absolute;
}

body>#cont { 
	height:600px;
}

@media all { 
	#cont {
		left: 50%;
	        margin-left: -500px;
		top: 50%; 
		margin-top: -300px;
	}
}

body {
	vertical-align: middle;
	height: auto
}

html { 
	vertical-align:middle;
}

@media all{
	body,html {
		height: 100%;
		margin:0; padding:0
	}
}

h1 {
	color: black; 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

h2 { 
	color: maroon; 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

h6 { 
	font-weight: lighter; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

h5 { 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

h3 { 
	color: #800000; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

h4 { 
	color: black; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.missing {

	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
}

.displaynone { display: none; }
.vhidden { visibility: hidden; }

.rightcontentstyle 
{
	position: absolute;
	left: 202px; 
	top: 83px; 
	width: 795px; 
	height: 511px; 
  overflow: hidden;
	background-color: #ffffff; 
	border-right: 3px solid #990033; 
	border-bottom: 3px solid #990033; 
	border-top: 3px solid #990033;
}

h1        { color: black; font-size: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2     { color: maroon; font-size: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h6      { font-weight: lighter; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h5       { font-size: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3     { color: #800000; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h4     { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
