﻿body 
{ 
    font-family:Verdana, sans-serif;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30px;
	text-align: left;
	voice-family: inherit;
	background-color: #FFFFFF; 
	white-space:nowrap;
}

#page 
{ 
	width: 100%; 
	text-align: center; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
}

#design 
{ 
	width: 916px; 
	text-align: left; 
	margin-left: 30px;
	margin-right: 20px;
	background-image: url(Images/content-bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px; 
	margin-bottom: 0px; 
}

#designCloser
{
	background-image: url("Images/footer-image.jpg ");
	width:916px;
	height:22px
}

#branding
{
	border:0px;
	width:879px;
	height:20px;
}

/* dhhs branding logo */

#dhhs-brand 
{
	border:0px;
	width:879px;
	height:80px;	

}

/* web team branding */

#dhhs-webt-brand 
{
	padding: 12px;
	text-align:left;
}

/* web team header */

#dhhs-webt-header 
{
	font-weight:bold;	
}

/* web team banner */

#webt-banner 
{
	padding-left: 20px; 
	width:916px;
}
 
#contentArea 
{ 
	margin-left: 40px; 
	margin-right:40px;
	width: 750px; 
	float:left;
	margin-top: 5px; 
	margin-bottom: 10px;
	text-align:center;
}
  
#footerContent 
{ 
	margin-left: 19px; 
	margin-right: 19px; 
	background-color: #607078; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-size: 80%; 
	text-align:center;
	color:White;		
}   

#footerContent a 
{ 
	color: white; 
}
#footerContent a:hover 
{ 
	text-decoration: none; 
}   

.noDisplay { display: none; }
.center { text-align: center; }
h1, h2, h3, h4, h5, h6 { font-size: 140%; }




/* class for required input fields */

.requiredLabel 
{
	float: right;
	text-align: right;	
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	white-space:nowrap;
}

.error 
{
	text-align: center;	
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	white-space:nowrap;
	color: Red;
}

/* class for application type above application name */

.appType {
	float: left;
	text-align:left;
	width: 47%;
}

/* class for application header time above application name on all pages */

.appHdrTime 
{
	text-align:right; 
	float: right;
	width: 50%;
	padding-right: 60px;
	margin-right: 20px auto;
}

/* required class for * */

.req {
	color: #FF0000;
}

/* class for centering */

.center-div {
	text-align:left;
}

.notice 
{
	float: left;
	padding-bottom: 20px;
	margin: 0px auto;	
	padding-top: 20px;
	text-align: left;
	white-space:normal;	
}
