body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	
}

#page {
	width: 740px;

}

#masthead {
	background-image: url(../images/LoginImages/masthead_graphic.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 740px;
	display: block;
}

#masthead img {
	position: relative;
	top: 27px;
	left: 80px;
}
/* BEGIN skip navigation to comply with NYS 4.1 — Web pages will be designed to enable users to skip repetitive links. */
#skiplink {
	display: none;	
/*------ END skip nav -------*/
}
#content {
	width: 100%;
	background-color: #FFFFFF;
	background-image: none;


}


#content p.top-button {
	display: none;
}

#leftnav {
	display: none;
}

#leftnav p {
	display: none;

}

#leftnav ul {
	display: none;
}

#leftnav ul li{
	display: none;

}

#leftnav ul li a {
	display: none;

}

#leftnav ul li a.active {
	display: none;

} 

#leftnav ul li a:hover {
	display: none;

}

#right-area {
	margin: 10px;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
	margin: 0px;
	font-size: 1px;
}

#footer {
	font-size: 11px;
	text-align: center;
}

#footer p {
	color:#000000;
	margin: 4px;
}

#footer a {
	display: none;
}
/*  content styles ----------- */
.time {
	font-size: 9px;
}
.login {
	width: 300px;
	border: 1px solid #C7A541;
	margin-bottom: 14px;
	text-align: center;
}
.login p {
	font-size: 9px;
	font-weight: bold;
	width: auto;
}
.login p.header {
	background-color: #C7A541;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px;
	text-align: center;
	margin: 0px;
}
.login p.instructions {
	font-size: 10px;
	margin: 0px;
	padding: 2px 6px 2px 0px;
}
h1 {
	color: #0055BD;
	font-size: 1.4em;
	border-bottom: 1px solid #999;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h2, dt {
	color: #0055BD;
	font-size: 1.1em;
}

dd {
	padding: 5px;
	font-size: .9em;
}
h3 {
	color:#000000;
	font-size: .9em;
}
p, ol, ul {
	line-height: 1.3em;
}

li {
	font-size: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
}
.trail {
	font-size: .8em;
}

.emph {
	font-style: italic;
	font-weight: bold;
}

.instructions {
	background-color: #f5f5f5;
	background-image: url(../images/TemplateImages/Instructions_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* border: 1px solid #efefef;*/
	font-size: .8em;
	font-style: italic;
	padding: 7px 10px 7px 30px;
	overflow: hidden;
	color: #666666;
}

*html .instructions {
	margin-right: 20%;
}

.question {
	color: #0055BD;
	font-size: 1em;
	font-weight: bold;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	cursor: help;
}
div.note {
	margin: 12px 0px 12px 6px;
	background-color: #efefef;
	border: 1px solid #999;
}

div.note p {
	position: relative;
	left: -12px;
	margin: 0px;
	padding: 3px 6px 5px 27px;
	background-image: url(../images/TemplateImages/NoteIcon.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	font-size: .8em;
	line-height: 1.3em;
}
img {
	border: 0;
}
.border {
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
	
}
.caption {
	font-size: .8em;
	text-align: center;
	margin: 0px;
	padding: 0em 0em .5em 0em;
}
.floatleft {
	float: left;
	margin: 1em;
}
.floatright {
	float: right;
	margin: 1em;
}

.clear {
	clear: both;
}
/* BEGIN various button styles ----- */
.button {
	margin: 0px 3px 0px 0px;
	font-size: .7em;
	font-weight: bold;
	display: block;
}

.button a {
	padding: 2px 8px;
	border: 1px solid #999;
	color: #666;
	text-decoration: none;
}

.button a:hover {
	background-color: #efefef;
}
.button a.on {
	background-color: #efefef;
}

.nextButton  {
	clear: both;
	font-size: .7em;
	font-weight: bold;
	padding-bottom: 4px;
	display: block;
}

.nextButton a {	
	border: 1px solid #999;
	text-decoration: none;
	padding: 3px 20px 3px 6px;
	background-image:url(../images/arrow_rt_off.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	color: #666666;	
}

.nextButton a:hover  {
	background-image: url(../images/arrow_rt_on.gif);
}

/* END various button styles ----- */
