.center {
	margin: auto;
  width: 50%;
}

.centerloudoun{
	margin: auto;
  width: 80%;
}

	::selection{ background-color: #E13300; color: white; }
	::moz-selection{ background-color: #E13300; color: white; }
	::webkit-selection{ background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		margin: 2.5em;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		color: #444;
		background-color: transparent;
		border-bottom: 1px solid #D0D0D0;
		font-size: 1.375em;
		font-weight: normal;
		margin: 0 0 .875em 0;
		padding: .875em .938em .625em .938em;
		text-align: center;
	}


	#body{
		margin: 0 0.938em 0 0.938em;
		min-height: 29.250em;
	}
	
	p.footer{
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}
	
	
	#chazimg{
		float:left;
		max-height: 28.000em;
		max-width: 100%;
		margin: 5px 15px 5px 5px;
	}
	p.chazmsg{
		font-size:1.000em;
	}
	p#loginform{
		margin: 3.125em 0 0 0;
	}

	#banner img{
		margin-left: auto;
    	margin-right: auto;
    	max-width:100%;
		max-height: 200px;
    	display:block;	
    }

.errors p{
	color:red;
}
.error{
	color:red;
}

#logoff{
	float:right;
	font-size: .5em;
}
.hiddenitem{
	display:none;
}
.shownitem{
	display:inline;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	#ssnlabel{
		font-weight: bold;
	}
	label {
		font-weight: bold;
	}
	#ssnlabel::after{
		content: "\A";
		white-space: pre;
	}
	label::after {
		content: "\A";
		white-space: pre;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone < 5 ----------- */
@media screen and (device-aspect-ratio: 2/3) {
}
/* iPhone 5 ----------- */
@media screen and (device-aspect-ratio: 40/71) {
}