/* Global style settings */


html, body {
	min-height: 100%;
	height: 100%;
}

body {
	margin: 0;
	border: 0;
	background-color: #FFFFFF;
	color: #000000;	
}

img {
	border: 0px;
}

/* Layout elements */

#upper_tier {
	height: 165px;
	background: url("../images/upper_tier.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

#menu_buttons table tr td {
    background-color: #F7FBFF;
}

.button_container {
    height: 72px;
    vertical-align: top;
    text-align: left;
}

#upper_right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 165px;
    width: 258px;
    background: url("../images/upper_right.gif");
}

#pocketbrief_logo {
	width: 159px;
	height: 165px;
	margin: 0 auto;
	background: url("../images/pb_logo.jpg");
}

#container {
    text-align: center;
}

#content {
    text-align: center;
    width: 802px;
    margin: 0 auto;
    /*background-color: #E8F2FE;*/
    background-color: #F7FBFF;
    color: #000000;
}

#content_inner {
    border-left: 1px dashed black;
    border-right: 1px dashed black;
}

#footer {
    text-align: center;
    width: 802px;
    margin: 0 auto;
    margin-top: 0px;
    /*background-color: #CED6E1;*/
    background-color: #E0E4E9;
}

#footer_inner {
    height: 40px;
    border-left: 1px dashed black;
    border-right: 1px dashed black;
    font-family: arial, verdana;
    font-size: 14px;
    /*font-weight: bold;*/
}

/* Content formatting elements */

.para {
	/*text-align: justify; */
	text-align: left;
	margin-left: 20px;
	margin-right: 130px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", arial;
}

.paraFull {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", arial;
}


.breadcrumb {
    font-size: 14px;
    /*font-family: "Bookman Old Style", serif;*/
    font-family: "Trebuchet MS", arial;
    text-align: justify;
    padding-top: 10px;
    margin-left: 20px;
}

.title {
	text-align: justify;
	color: #7D5E5E;
	font-size: 30px;
	/*font-family: "Book Antiqua", serif;*/
	font-family: "Trebuchet MS", arial;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 60px;
}

.copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8em;
}

/* Links */
a {
    color: #083D9D;
}
a:hover {
    color: #9B1717;
}

/* Sub Menu */

.subMenu {
	padding: 20px 20px 20px 30px;
}

.staticMenuItem, .staticHover, .staticSelected, .dynamicMenuItem, .dynamicSelected, .dynamicHover
{
	font-family: Verdana;
	font-size: 0.7em;
	color: #7C6F57;	
}

.staticMenu
{
	
}

.staticMenuItem
{
	padding: 3px 6px 3px 6px;
}

.staticHover
{
	padding: 3px 6px 3px 6px;	
	background-color: #eeeeee;
}

.staticSelected
{
	padding: 2px 5px 2px 5px;		
	border: solid 1px black;
}


.dynamicMenu 
{
	padding: 2px 5px 2px 5px;			
	background-color: #F7F6F3;
	border: solid 1px #002299;
	border-top: 0px;
}

.dynamicMenuItem 
{
	padding: 1px 0px 1px 0px;
}

.dynamicHover
{
	background-color: #7C6F57;
	color:white;
}

.dynamicSelected
{
	
}

/* publications */

.publication 
{
	padding-bottom: 10px;
}

.publicationType
{
	font-weight:bold;
}

.publicationName 
{
	font-weight:bold;
}

.publicationDate
{
	
}

.publicationDesc 
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
}

.relatedFile 
{
	padding-bottom: 5px;	
	font-size: 0.8em;
	vertical-align: middle;
}