body {background: #41235d;
background-image:url(images/pbs_bg.jpg);
background-repeat:no-repeat;
margin-top: 50px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.twoColFixLt #container { 
	width: 866px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #7e9f3e;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px;
}
.twoColFixLt #sidebarbg {
	float: left; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 00px;
	background-image: url(images/sidebarbg.jpg);
	height: 542px;
	
}

.twoColFixLt #sidebartxt1 {
	text-align:center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16pt;
	font-style: italic;
	color: #FFFFFF;
}
.twoColFixLt #sidebartxt2 {
	text-align:center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16pt;
	color: #41235d;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/pbs_flame_low.jpg) right bottom no-repeat;
} 

.twoColFixLt #navContainer { 
	margin: 55px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:600px;
	height:45px;
	background-color:#7e9f3e;
	border: 1px solid #41235d;
} 

.twoColFixLt #navigation {
	text-align:left;
	padding-top: 29px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16pt;
	color: #ffffff;
}

.twoColFixLt #photoBlock { 
	margin: 15px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:620px;
	height:240px;
	background-color:#e3d5ef;
	border: 1px solid #41235d;
} 

.twoColFixLt #photoBlock2 { 
	margin: 15px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:520px;
	height:540px;
	background-color:#e3d5ef;
	border: 1px solid #41235d;
} 

.twoColFixLt #photoBlockText {
	text-align:left;
	padding-top: 29px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: #41235d;
}
.twoColFixLt #photoBlockTextMain{
	text-align:left;
	padding-top: 29px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: #41235d;
}
.twoColFixLt #photoBlockTextResources{
	text-align:left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 215px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: #41235d;
}

.twoColFixLt #photoBlockTextSquare {
	text-align:left;
	padding-top: 29px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: #41235d;
}

.twoColFixLt #footerTextContainer {
	width: 866px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 15px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLt #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15pt;
	color: #ffffff;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #596f30;
	text-indent: 0pt;
	word-spacing: normal;
	vertical-align: top;
	
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #596f30;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #BB0000;
	text-transform: capitalize;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	font-variant: small-caps;
	color: #BB0000;
	text-transform: capitalize;
}

.bodylink a:link {
	color: #596f30;
	text-decoration:underline;
}

.bodylink a:hover {
	color: #78539b;
	text-decoration:underline;
}

.bodylink a:visited {
	color: #596f30;
}

.bodylink2 a:link {
	color: #41235d;
}

.bodylink2 a:hover {
	color: #78539b;
	text-decoration:underline;
}

.bodylink2 a:visited {
	color: #41235d;
}



a:link {
	color: #ffffff;
	text-decoration:none
}

a:visited {
  color: #ffffff;
}

a:hover {
	color:#78539b;
	text-decoration: none;
}

a:active {
	color: #e3d5ef;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #155668;
}



li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #596f30;
	list-style-position: outside;
	list-style-image:   url(/images/note.gif);
}


.image a:hover {
	border:none;
}


hr {border: none 0;
border-top: 1px dashed #41235d;/*the border*/
width: 75%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 



