@charset "UTF-8";
/* CSS Document */

.highlightBorder {
	border: 1px solid #000000; 
}

.highlightImage {
	background:url(../images/placeholder100.png);
}

/* Page Regions */

#mastheadRight{
	margin-top: 20px;
	text-align:right;
}

#footer {
margin-top: 20px;

}

#footer .smallNav{
	margin-top: 20px;
	text-align:right;
}

/* form dl */

fieldset dd { 
  margin:0; 
} 

fieldset dt { 
  float:left; 
  width:150px; 
  padding:5px; 
/*  border:1px solid #CCC; */
  } 
fieldset dd { 
  margin:0; 
  padding:5px; 
/*  border:1px solid #CCC; */
  } 


dl.confirm {
	border:1px solid #CCC;
	  padding:5px; 
}

dl.confirm dt{
	float: left;
    width:150px;
}

#strapline {
	text-align: left;
	padding-top: 90px;
}


/* Nav */

#primaryNav {
	background-color:#CCCCCC;
}

#primaryNav li {
	padding:0.5em 1em 0.5em 1em;
}

#primaryNav ul {
	margin-top: 1em;
}

#primaryNav a {
	font-size: 1em;
}

.smallNav li {
	display:inline;
	padding:0.5em 0.5em 0.5em 0.5em;
	border-right: 1px solid #000;
}


.smallNav li.last {
	border-right: none;
}

.ctaBox {
	display: inline;
	background-color:#CCCCCC;
	padding: 1em;
	border:1px solid #000000;
	font-size: 1.5em;
}

/* Content */

td.indent1 {
	padding-left: 1.5em;
}

.contentCommentLink {
	float:right;
}

.commentBlock {
	text-align:right;
	background:  #F7F7F7 none;	
	padding: 5px;
}

.commentBlock a{
	color: red;
}

.pageArea {
 	border:1px solid  #E4E4E4;
	padding: 5px;
}

.signUpNotice {
	text-align:center;
	font-size: 2em;
	background:#FFFFCC none;
}

.commentForm {
	text-align: left;
}

.editCommentForm {
	text-align: left;
}

.thanksForComment {
	text-align:center;
	font-size: 2em;
	background-color: #E7FFE2;
	padding-top: 5px;
}

.existingComment {
	text-align:left;
	padding: 5px;
}

.existingComment p {
	font-style: italic;
	color: #333333;
}



/* polypage */

.pp_Notes {
background:#FFFFCC none repeat scroll 0 0;
border:1px solid #CCCCCC;
color:#000000;
font-size:11px;
font-weight:normal;
line-height:1.1em;
padding:0.4em;
text-align:left;
}

dfn, dfn a, acronym, acronym a {
	border-bottom: 1px dotted #006600;
	text-decoration: none;
	cursor:help;
	color: #000;
	font-weight: bold;
	font-style: normal;
}