body,  th {
	font-family:verdana;
	line-height:150%;
	padding:0;
	margin:0;
	font-size:.8em;
}

a:link, a:visited, a:hover, a:active {
	color:#214977;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#branding, #wrapper, #footer, #frontplate {
	display:block;
	width:100%;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
#mainwrapper {
  width: 560px; 
  margin: auto; 
  text-align: center;	
}



#branding {
	border-bottom:1px solid #303030;
}

#footer, #frontplate {
	background: #ffffff;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#204977;
	background-image:url(images/po_footer_bg.jpg);
	background-repeat:repeat;
	height:158px;
	color:#fff;
}

#frontplate {
	height:170px;
	padding:0 0 0 0;
}

.fp_button {
	height:84px;
	width:100%;
}


#footer b {
	color:#fff;
}

#logo {
	display:block;
	width:200px;
	height:60px;
	float:left;
}

#contentcolumn {
	display:block;
 	width: 560px; 
	float:left;
	padding:0;
	margin:0;
}


#sidebar {
float:right;
margin-left:25px;
}

#sidebarpub {
	float:right;
	margin-left:15px;
	width:310px;
}

/*******************************************
HELPER STYLES
*******************************************/
.normtable {
	background-color: white;
	font-family:verdana;
	line-height:100%;
	padding:0;
	margin:1px;
	font-size:1em;
}

.content {
	display:block;
	width:740px;
	text-align:left;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height:0; 
	clear:both; 
	visibility:hidden;

}


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}

.clearfix{display: block;}

/* End hide from IE-mac */  



/*******************************************
MAIN MENU ITEM STYLES
*******************************************/
#mainmenu {
	display:block;
	line-height:200%;
	text-transform:uppercase;
	font-weight:bold;
 	margin-right:13px;  
}

#menu {
	white-space: nowrap;
	margin:0;
	margin-top:2px;
	padding:0;
}

#menu li {
	display:inline;
	list-style-type:none;
}

#menu a, #menu a:link, #menu a:visited, #menu a:hover {
	display:block;
	float:left;
	margin:18px 0 0 15px;
	padding:1px 3px 1px 3px;
	border-left:2px solid #F31E22;
}


#menu a:hover {
	color:#fff;
	background-color:#F31E22;
	text-decoration:none;
}

/*******************************************
TYPOGRAPHY
*******************************************/
h1, h2, h3 {
	color: #F31E22;
	line-height:110%;
	font-size:160%;
	text-transform:uppercase;
	margin: 7px 0 5px 0;
}


h1 {
	border-left:12px solid #F31E22;
	padding-left:4px;
	margin-bottom:13px;
}

h2 {
	font-size:120%;
	color: #034784; /* : #333333; */
	text-transform:uppercase;
	margin: 14px 0 0 0;
}

h3 {
	font-size:100%;
}

p {
	padding: 0 0 0 0;
	margin: 2px 0 7px 0;	
	font-size:100%;
}

.fp_button p, .fp_button h2 {
	padding: 0 0 0 0;
	margin: 2px 5px 3px 7px;	
	color:#fff;
	line-height:120%;
}



.fp_button h2 {
	margin: 0px 5px 3px 7px;
	padding: 5px 0px 0px 0px;
}

b {
	color:#777777;
}

blockquote {
	margin:0;
	line-height:140%;
	margin: 5px 20px 8px 20px;
}


/*******************************************
FORM STYLES
*******************************************/

li {
	list-style:square outside;
}

dt {
	font-weight: bold;
	font-size: small;
	padding: 1em 0 0 0;	
}
dd {
	font-weight: normal;
	font-size: small;
	padding: 0.4em 0 0 0.5em;	
}

