/****************************/
/****** STYLE ELEMENTS ******/
/****************************/

BODY {
   margin: 15px;
   background: #BEBFAE;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

TABLE, TD {
   color: #333333;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

FONT {
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

A:link {
   color:#834120; 
}
A:visited {
   color:#834120; 
}
A:hover {
   color:#692100; 
}
A:active {
   color:#834120; 
}

INPUT, SELECT, TEXTAREA {
   color: #333333;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

UL, LI {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/****************************/
/****** CLASS ELEMENTS ******/
/****************************/

/* customize horizontal rule dividers */
HR.divider {
   margin: 5px 0px;
}

/* customize the news text on the homepage */
P.news {
   color:#834120;
}

/* customize the news dates on the homepage */
P.date {
   color:#4F1D03;
   font-weight:bold;
}

/* customize the news article links on the homepage */
A.article:link {
   color:#834120;
   text-decoration:none;
   line-height:18px;
}
A.article:visited {
   color:#834120; 
   text-decoration:none;
   line-height:18px;
}
A.article:hover {
   color:#692100; 
   text-decoration:none;
   line-height:18px;
}
A.article:active {
   color:#834120; 
   text-decoration:none;
   line-height:18px;
}

/* customize the intro text on the homepage */
P.intro {
   color:#834120;
   font-family:Arial;
   font-size:10px
   line-height:10px;
text-indent:1cm;
   
}

/* Header text on the homepage */
p.test 
{
   color:#44698f;
   font-weight:bold;
   font-family:Arial;
   font-size:20px;
   line-height:10px;
   align:center;
}

DIV.trying {
   color:#834120;
   font-weight:bold;
   font-family:Arial;
   font-size:30px
   line-height:30px;
   align:center;
   }

/* paragraph text on the homepage */
SPAN.goodlord
{   
   font: bold 12px Verdana, Arial, Helvetica, sans-serif;
   line-height:16px;
align:center;
}

/* customize the footer copyright notice */
DIV.copyright {
   color:#666666;
   font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

/* customize the margin categories */
DIV.category {
   font-weight:bold;
   padding-bottom:6px;
}

/* customize the margin categories */
DIV.subcategory {
   padding-bottom:6px;
}

/* customize the margin links */
A.margin:link {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color:#834120;
   text-decoration:none;
   line-height: 12px;
}
A.margin:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #834120; 
   text-decoration: none;
   line-height: 12px;
}
A.margin:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #692100; 
   text-decoration: underline;
   line-height: 12px;
}
A.margin:active {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #834120; 
   text-decoration: none;
   line-height: 12px;
}

/* customize the anchor navigation */
DIV.anchor {
   color: #C2D1E1;
}

/* customize the anchor links */
A.anchor:link {
   color:#336699;
   text-decoration:underline;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}
A.anchor:visited {
   color:#336699; 
   text-decoration:underline;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}
A.anchor:hover {
   color:#003366; 
   text-decoration:underline;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}
A.anchor:active {
   color:#336699;
   text-decoration:none;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* customize the selected anchor links */
A.selected:link {
   color:#336699;
   font: bold 11px Arial, Helvetica, sans-serif;
   text-decoration:none;
}
A.selected:visited {
   color:#336699; 
   font: bold 11px Arial, Helvetica, sans-serif;
   text-decoration:none;
}
A.selected:hover {
   color:#336699; 
   font: bold 11px Arial, Helvetica, sans-serif;
   text-decoration: none;
}
A.selected:active {
   color:#336699; 
   font: bold 11px Arial, Helvetica, sans-serif;
   text-decoration:none;
}

/* customize paragraph headings */
DIV.heading {
   font-weight:bold;
   font-style:italic;
   color:#336699;
}
