/***********************************************/



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #5A5F71;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	background-color: #FFF;
	margin-top: 0px;
	padding-bottom: 0px;
	font-size: 0.75em;
	line-height: 1.8em;
	text-align: center;
	background-image: url(../images/pb-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body * {
	font-size: 100%;
}
p {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
	color: #C60;
	text-decoration: none;
}
a:visited {
	color: #C60;
	text-decoration: none;
}

a:hover{
	color: #F60;
	text-decoration: underline;
	background-color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #336666;
}

h1{

 margin: 0px;
 padding: 0px;
}

h2{

 margin: 0px;
 padding: 0px;
}

h3{
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	
}

h4{
 font-size: 1.2em;
 font-weight: normal;

 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 1em;

 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: disc;
	line-height: 2em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
	list-style-type: disc;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 2px;
	margin-bottom: 2px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1DEBA;
	background-image: url(../images/pb-logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1DEBA;
}

#navBar{
	float: left;
	height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	width: 560px;
	padding-left: 80px;
	padding-bottom: 10px;
}



#content{
	float: right;
	width: 250px;
	padding-right: 30px;
	background-image: url(../images/pb-sidebar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	height: 140px;
}
/************* #globalNav styles **************/

#TopNav{
	text-align: right;
	font-size: 1.2em;
	padding-bottom: 0px;
	color: #558077;
	padding-top: 100px;
	padding-right: 30px;
	font-weight: bold;
}
.bodybold {
	font-weight: bold;
	color: #5A5F71;
}
.bodysm {
	font-size: 1.4em;
	color: #5A5F71;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.6em;
}
.sectionHead {
	font-size: 1.6em;
	color: #C90;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 4px;
	line-height: 1.2em;
}
.section {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	color: #336;
}

.tagline {
	color: #336666;
	font-size: 1.6em;
	margin-top: 40px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/pb-footer.gif);
	background-position: top;
	padding-bottom: 10px;
	padding-left: 80px;
	background-color: #BCD85F;
}



.caption {
	font-size: 0.85em;
	border-bottom-width: 0%;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 0%;
	border-left-width: 0%;
	border-top-style: solid;
	border-top-color: #336666;
	margin-top: 6px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #336666;
	text-align: right;
}
.callouts {
	color: #5A5F71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	background-color: #E1DEBA;
	margin-bottom: 6px;
	padding: 4px;
}

