* { padding : 0; margin : 0; }

body {
font-family : Arial, Helvetica, sans-serif;
color : #666666;
font-size : 12px;
background-image: url(images/bg.gif);
background-repeat: repeat;
background-attachment: fixed;
}
#wrapper {
width: 800px;
/*height: 1000px;*/
margin: 0 auto 0 auto;
}
img {
padding : 0px; /* Barton was 3px */
border : 0px solid #bce296;
border: 0;
vertical-align: middle;
}
img.floatTL { 
float : left;
margin-right : 7px;
margin-bottom : 7px;
margin-top : 7px;
margin-left : 10px;
}
img.floatTR { 
float : right;
margin-left : 7px;
margin-bottom : 7px;
margin-top : 7px;
margin-right : 10px;
}

#two {
display : inline;
width : 398px;
float : left;
min-height : 20px;
background-color : #ff0000; /*#299ad4;*/
border-left : 1px solid #fff;

} 
* html #two { 
height : 20px;
}
#three { 
border-left : 1px solid #fff;
border-right : 1px solid #fff;
display : inline;
width : 399px;
float : left;
min-height : 20px;
background-color : #008000; /*#6c9626;*/
} 
* html #three { 
height : 20px;
} 
#two a, #three a {
color : #fffffe;
font-family : Verdana;
font-size : 12px;
text-decoration : none;
padding-right : 5px;
padding-top : 2px;
}
#two a {
float : left;
}
#three a {
float : right;
}
#two a:hover
{
  color: #00ff00; /*#6699cc;*/ /*#f5d7b4;*/
}
#three a:hover
{
  color: #ff0000; /*#6699cc;*/ /*#f5d7b4;*/
}

#header {
display : inline;
width : 598px;
float : left;
min-height : 180px;
background-image : url(images/header.jpg);
background-repeat : no-repeat;
border-top : 3px solid #fff;
border-right : 1px solid #ccc;
} 
* html #header { 
height : 180px;
} 
#brdl {
display : inline;
float : left;
width : 800px;
/*height : 1000px;*/
border-top : 3px;
margin-bottom : 3px;
background: url(images/inner-bg.gif) #f5f5f5;
margin-top:5px;
}
/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Column One                                  */
/* +++++++++++++++++++++++++++++++++++++++++++ */
#col_one, #two_col_one, #three_col_one, #three_col_two, #three_col_three {
display : inline;
width : 198px;
float : left;
min-height : 440px;
/*background-color : #fff;*/
border-top : 1px solid #ccc;
border-left : 1px solid #ccc;
border-bottom : 1px solid #ccc;
}
#two_col_one {
width : 423px;
min-height : 565px;
border: 0;
}
#three_col_one, #three_col_two, #three_col_three {
width : 266px;
/*min-height : 1000px;*/
border: 0;
}
#three_col_three {
float : right;
}
* html #col_one {
height : 440px;
}
* html #two_col_one {
/*height : 565px;*/
}
* html #three_col_one {
/*height : 1000px;*/
}
* html #three_col_two {
/*height : 1000px;*/
}
* html #three_col_three {
/*height : 1000px;*/
}
#three_col_one span {
font-family : verdana;
font-size : 0.95em;
margin-left : 5px;
margin-right : 5px;
}
#three_col_three img {
float : right;
margin : 0;
padding-top : 5px;
border : 0;
}
.std-img img {
  float : right;
  margin : 0;
  padding-top : 5px;
  border : 0;
  padding-right: 5px;
}
.std-img-left img {
  float : left;
  margin : 0;
  padding-top : 5px;
  border : 0;
  margin-left: 5px;
}
.std-img-right img {
  float : right;
  margin : 0;
  padding-top : 5px;
  border : 0;
  padding-right: 5px;
}
#col_one h2, #two_col_one h2 { /*, #three_col_one h2, #three_col_two h2, #three_col_three h2 */
background-color : #000;
/*color : #f1f1f1;*/
font-family : verdana;
font-size : 16px;
padding-left : 5px;
padding-top : 3px;
padding-bottom : 4px;
margin-right : 1px;
}
#col_one h3, #two_col_one h3 { /*, #three_col_one h3, #three_col_two h3, #three_col_three h3 */
font-family : verdana;
font-size : 0.9em;
padding-top : 10px;
padding-left : 15px;
padding-bottom : 5px;
/*color : #a06314;*/
/*background-image : url(images/news.gif);
background-repeat : no-repeat;
background-position : left 10px;*/
margin-left : 10px;
}
#three_col_three h2 { /*, #three_col_one h2, #three_col_two h2, #three_col_three h2 */
color : #000000;
font-family : verdana;
font-weight : bold;
font-size : 1.4em;
}
#three_col_three h3 { /*, #three_col_one h3, #three_col_two h3, #three_col_three h3 */
color : #000000;
font-family : verdana;
font-size : 1.1em;
}
#col_one p {
font-family : verdana;
font-size : 0.75em;
padding-left : 15px;
padding-bottom : 5px;
margin-left : 10px;
margin-right : 10px;
text-align : justify;
padding-right : 20px;
/*background-color : #eff6ff;*/
}
/*#three_col_one div {
font-family : verdana;
font-size : 1.00em;
font-weight : normal;
padding-top : 5px;
padding-left : 0px;
padding-bottom : 7px;
margin-left : 5px;
margin-right : 5px;
margin-top: 10px;
margin-bottom : 12px;
text-align : left;
border : 1px solid #6699cc;
background-color : #ace;
width: 250px;
height: 225px;
}*/
#col_one a, #two_col_one a { /*, #three_col_one a, #three_col_two a, #three_col_three a */
margin-left : 25px;
margin-bottom : 2px;
/*color : #48b033;*/
font-size : 0.8em;
font-weight : bold;
padding : 2px;
}

/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Column Two                                  */
/* +++++++++++++++++++++++++++++++++++++++++++ */
#col_two {
display : inline;
width : 200px;
float : left;
min-height : 440px;
background-color : #fff;
border-top : 1px solid #ccc;
border-bottom : 1px solid #ccc;
} 
* html #col_two {
height : 440px;
}
#col_two p {
font-size : 0.9em;
text-align : justify;
background-color : #e6e6e6;
margin-left : 5px;
margin-right : 5px;
margin-top : 5px;
padding : 3px;
} 
#col_two h2 {
background-color : #299ad4;
color : #f1f1f1;
font-family : verdana;
font-size : 16px;
padding-top : 3px;
padding-left : 5px;
padding-bottom : 4px;
} 
#col_two img {
margin-top : 5px;
margin-left : 5px;
} 
#col_two h3 {
text-align : center;
font-family : verdana;
font-size : 14px;
padding-top : 10px;
padding-bottom : 5px;
font-weight : lighter;
} 
#col_two ul {
margin-left : 15px;
margin-top : 5px;
color : #667dff;
} 
#col_two li {
padding-top : 5px;
padding-left : 10px;
list-style-type : square;
list-style-position : inside;
} 
#col_two a {
color : #667dfe;
font-weight : bold;
text-decoration : underline;
font-size : 0.8em;
} 

/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Column Three                                */
/* +++++++++++++++++++++++++++++++++++++++++++ */
#col_three {
border-left : 1px solid #fffff0;
border-right : 1px solid #fffff0;
display : inline;
width : 198px;
float : left;
min-height : 440px;
background-color : #fff;
border-top : 1px solid #ccc;
border-bottom : 1px solid #ccc;
} 
* html #col_three { 
height : 440px;
} 
#col_three p { 
font-size : 0.9em;
text-align : justify;
background-color : #e6e6e6;
margin-left : 5px;
margin-right : 5px;
margin-top : 5px;
padding : 3px;
} 
#col_three h2 { 
background-color : #6c9626;
color : #f1f1f1;
font-family : verdana;
font-size : 16px;
padding-left : 5px;
padding-top : 3px;
padding-bottom : 4px;
} 
#col_three img { 
margin-top : 5px;
margin-left : 5px;
float: right;
} 
#col_three h3 { 
text-align : center;
font-family : verdana;
font-size : 14px;
padding-top : 10px;
padding-bottom : 5px;
font-weight : lighter;
} 
#col_three a { 
color : #667dfe;
font-weight : bold;
text-decoration : underline;
font-size : 0.8em;
} 

/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Column Four                                 */
/* +++++++++++++++++++++++++++++++++++++++++++ */
#col_four, #two_col_two {
display : inline;
width : 200px;
float : left;
min-height : 440px;
/*background-color : #fff;*/
border-top : 1px solid #ccc;
border-right : 1px solid #ccc;
border-bottom : 1px solid #ccc;
} 
#two_col_two {
width : 375px;
min-height : 565px;
border: 0;
float: right;
}
* html #col_four {
height : 440px;
}
* html #two_col_two {
/*height : 565px;*/
}
#two_col_two img {
margin : 0px 0px 2px 0px;
float: right;
}
#col_four p {
font-family : verdana;
font-size : 0.75em;
padding-bottom : 5px;
margin-top : 5px;
margin-left : 10px;
margin-right : 10px;
text-align : justify;
background-color : #eff6ff;
}
/*#two_col_two p {
font-family : verdana;
padding-bottom : 5px;
margin-top : 5px;
margin-left : 1px;
margin-right : 1px;
text-align : justify;
}*/
#col_four h2, #two_col_two h2 {
/*background-color : #e48f00;*/
color : #f1f1f1;
font-family : verdana;
font-size : 16px;
padding-left : 5px;
padding-top : 3px;
padding-bottom : 4px;
} 
#col_four a, #two_col_two a {
color : #48b033;
} 

/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Footer                                      */
/* +++++++++++++++++++++++++++++++++++++++++++ */
#footer {
margin-top : 3px;
border : 1px solid #ccc;
background-color : #299ad4;
display : inline;
float : left;
width : 800px;
padding-top : 5px;
padding-bottom : 5px;
text-align : center;
} 
#footer p { 
padding-top : 5px;
padding-bottom : 5px;
font-size : 0.8em;
} 

/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Formatting Stuff                            */
/* +++++++++++++++++++++++++++++++++++++++++++ */
p.white-text-info {
	font-size: 19pt;
	font-weight: bold;
	font-family: "Times New Roman",Arial,Helvetica,Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
	line-height: 1.2em;
}
.chapter-number {
	font-size: 10pt;
	font-weight: normal;
	font-family: "Times New Roman",Arial,Helvetica,Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 0px;
}
.chapter-number-low {
	font-size: 10pt;
	font-weight: normal;
	font-family: "Times New Roman",Arial,Helvetica,Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}
.chapter-title  {
	font-size: 14pt;
	font-weight: bold;
	font-family: "Times New Roman",Arial,Helvetica,Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
	text-align: center;
	padding: 0;
	padding-top: 25px;
  line-height: 1.0em;
}
.chapter-title-low {
	font-size: 14pt;
	font-weight: bold;
	font-family: "Times New Roman",Arial,Helvetica,Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
	text-align: center;
	padding: 0;
	padding-top: 8px;
  line-height: 1.0em;
}
.chapter-subtitle {
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman",Arial,Helvetica,Verdana, sans-serif;
	color: #000080;
	text-decoration: underline;
	text-align: center;
	padding: 0;
	padding-top: 14px;
}
.chapter-text{
	font-size: 1.0em;
	font-weight: normal;
	font-family: sans-serif,"Times New Roman",Arial,Verdana,Helvetica;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding: 0;
	padding-top: 4px;
	margin-left: 5px;
  margin-right: 10px;
  line-height: 1.25em;
}
.chapter-text-next-paragraph{
	font-size: 1.0em;
	font-weight: normal;
	font-family: sans-serif,"Times New Roman",Arial,Verdana,Helvetica;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding: 0;
	padding-top: 1.25em;
	margin-left: 5px;
  margin-right: 10px;
  line-height: 1.25em;
}
.chapter-note {
	font-size: 1.25em;
	font-weight: bold;
	font-family: "Times New Roman",Arial,Helvetica,Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding: 0;
	padding-top: 10px;
	margin-left: 5px;
  margin-right: 10px;
  line-height: 1.1em;
}

div.bordered-box {
  padding: 2px;
  margin-bottom: 25px;
  font-family: "Times New Roman", Verdana, Tahoma, Arial;
  font-size : 1.0em;
  font-weight : normal;
  color: #000000;
  margin-left : 0px;
  margin-right : 0px;
  margin-top: 5px;
  margin-bottom : 5px;
  text-align : center;
  border : 2px solid #6699cc;
  background-color : #F0F8FF;
}

.big-ads-main-text, .big-ads-sub-text {
	font-size: 1.6em;
	font-weight: bold;
	font-family: "Times New Roman",Arial,Helvetica,Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	padding : 0px;
  text-align : center;
}
.big-ads-sub-text {
	font-size: 1.2em;
	font-weight: normal;
}
img.pad-top-float-left {
float : left;
margin : 0;
padding-top : 5px;
border : 0;
}

img.pad-top-float-right {
float : right;
margin : 0;
padding-top : 5px;
border : 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Inheritted Table Extras                     */
/* +++++++++++++++++++++++++++++++++++++++++++ */
.table .block-heading {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  padding-left: 5px;
  float: left;
  width: 98%;
}

.table .xsmall-ad {
  min-height: 36px;
}

.table .small-ad {
  min-height: 56px;
}

.table .medium-ad {
  min-height: 66px;
}

.table .large-ad {
  min-height: 86px;
}

.table .xlarge-ad {
  min-height: 135px;
}

