*{
	margin:0;
	padding:0;
}

body {
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
}

a:link {
	color: #0099ff
}

a:visited {
	color: #0099ff
}

a:hover {
	color: #0099ff
}

a:active {
	color: #0099ff
}

.container{
	width:100%;
	height:100%;
	position:relative;
}

.container tbody tr td{
	text-align:center;
	vertical-align:top;
}

#content{
	width:100%;
	height:100%;
	
}

#v1{
	/* Max Width Hack For IE */
	width:100%;
	/* Max Height Hack For IE */
	height:100%;
	/* Max Width For Non-Crap Browsers */
	max-width:100%;
	/* Max Height For Non-Crap Browsers */
	max-height:100%;
}

#ie_historyFrame { width: 0px; height: 0px; display:none }
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
#safari_formDiv { width: 0px; height: 0px; display:none }
#safari_rememberDiv { width: 0px; height: 0px; display:none }

.breach {
	position:relative;
	margin-left:-370px;
	left:50%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	border:1px solid #297C36;
	background-color:#FFFFFF;
	padding:5px;
	width:740px;
	font-weight:bold;
	color:#000;
}

#errorPageDiv{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/errorBackground.jpg);
	height: 500px;
	text-align: left;
	font-size: 130%;
	margin-bottom: 1em;
	margin-top: 25px;	
}

#errorPageDiv h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	color: #016A3A;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 200px;
	margin-right: 200px;
	margin-left: 200px;
	padding-bottom: 5px;
}

#errorPageDiv p{
	margin-top: 0.5em;
	font-size: 90%;
	color: #666666;
	margin-bottom: 0.5em;
	padding-left: 200px;
	padding-right: 50px;
}

#errorPageDiv a{
	color: #e07125;
	text-decoration: none;
	
}

#errorPageDiv a:hover{
	text-decoration: underline;	
}

#securityDiv{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/errorBackground.jpg);
	height: 500px;
	text-align: left;
	font-size: 130%;
	margin-bottom: 1em;
	margin-top: 25px;
	position: relative;
}

#securityDiv h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	color: #016A3A;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 130px;
	margin-left: 200px;
	padding-bottom: 5px;
}

#securityDiv p,
#securityDiv label {
	margin-top: 0.5em;
	font-size: 90%;
	color: #666666;
	margin-bottom: 0.5em;
	padding-left: 200px;
	padding-right: 50px;
}

#securityDiv div {
	position: absolute;
	color: #C00;
	font-size: 90%;
	top: 105px;
	left: 200px;
	padding-bottom: 5px;
}

#securityDiv input.pretty {
	width: 120px;
}

#securityDiv a {
	color: #e07125;
	text-decoration: none;
	
}

#securityDiv a:hover {
	text-decoration: underline;	
}
