body
{
	font-size:70%;
}

dl dt {
	float:left; 
	margin-right:10px; 
	padding:5px 0;  
}

dl dd {
	margin:2px 0; 
	padding:5px 0;
}

OL
{
	list-style-type: decimal;
	padding-left: 2em;
}

UL
{
	list-style-image: url(../images/triangle_right.gif);
	padding-left: 2em;
	padding-right: 1em;
}

.skip a
{
	background-color:white;
	position:absolute;
	left:-1000em;
	top:auto;
	width:.25em;
	height:.25em;
	overflow:hidden;
}
 
.skip a:focus
{
	position:static;
	width:auto;
	height:auto;
} 

/* visible to screen-readers only */
.hidden
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.inline-list
{
	list-style-type: none;
}

.inline-list li
{
	 display: inline;
	 padding: 0 1em;
}

.notice
{
	text-align:center;
	margin-top:12em; 
	margin-left:auto;
	margin-right:auto; 
	height:20em;
	width:40em;padding-top:4em
}

.note 
{
	font-size: 100%;
	background-color: #e2eae2;
	padding: 1em;
	margin-top: 1em;
	margin-left:auto;
	margin-right:auto;
	width:70%;
	border: thin solid #999999;
}

.comments-due
{
	font-size: 90%;
	color: darkslategray;
	font-weight: bold;
}

.postingdetails 
{
	padding-top: 2em;
	font-size: 100%;
}

.form-label 
{
	width: 25%;
	min-width:20%;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
	padding-top: 1em;
	padding-right: 2em;
	display: inline;
	float: left;
}

.form-content 
{
	width: 65%;
	min-width:50%;
	text-align:left;
	font-size: 100%;
	font-weight: normal;
	padding-top: 1em;
	display: inline;
	float: left;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.textpara
{
	text-align:justify;
}

.accentrow 
{
	font-size: 130%;
	font-weight: bold;
}

.noprint
{
	color: #7c6a06;
}

#confirmation
{
 border:thin solid darkgray;
 margin:1em;
 padding:1em;
}

.mandatory
{
	color:red;
	font-weight:bold;
}

.error-list
{
	background-color: #FFFFCC;
	border: medium solid red;
	padding: .5em;
	margin: 1em 1em;
}