/***** default body/etc styles *****/
BODY, BODY.webMain {
text-align:center;
margin:0 auto;
background-color: #000000;
}

BODY.basic {
background-color: #ffffff;
}


/***** default anchor styles *****/
A:link {
color: #000000;
text-decoration: underline;
}

A:hover {
color: #CCCCCC;
}

A:active {
color: #000000;
text-decoration: underline;
}

A:visited {
color: #000000;
text-decoration: underline;
}


/** textpages table **/
TABLE.textpage {
width: 860px;
background-color: #ffffff;
border-style: none;
border-spacing: 0px;
border-collapse: collapse;
}
TD.textpage {
width: 860px;
background-color: #ffffff;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
}
TD.textpage2 {
width: 15%;
background-color: #ffffff;
padding-top: 5px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}


/***** the outer table/template skeleton *****/
TABLE.webOuterTable {
        width: 860px;
        margin-left: 0 auto;
        margin-right: 0 auto;
}

TD.webOuterTableF {
background-color:#000000;
}

TD.webOuterTable, TD.webOuterTableF, TD.webOuterTableH, TD.webOuterTableC1, TD.webOuterTableC2, TD.webOuterTableC3, TD.webOuterTableC4, TD.webOuterTableC5, 

TD.webOuterTableC6, TD.webOuterTableC7, TD.webOuterTableC8, TD.webOuterTableC9, TD.webOuterTableC10 {
padding:0px;
}

/***** the header element styles *****/
TABLE.webHeader{
background-color: #000000;
width:860px;
margin: 0 auto;
}

/***** the siderail bucket styles - can just override one or more of these bucket styles to change it up *****/
TABLE.webSideRail, TABLE.webSideRail1, TABLE.webSideRail2, TABLE.webSideRail3, TABLE.webSideRail4, TABLE.webSideRail5, TABLE.webSideRail6, TABLE.webSideRail7, 

TABLE.webSideRail8, TABLE.webSideRail9, TABLE.webSideRail10, TABLE.webSideRail11, TABLE.webSideRail12, TABLE.webSideRail13, TABLE.webSideRail14, TABLE.webSideRail15 {
border-collapse: separate;
/*** table-layout: fixed; ***/
}

TD.webSideRail, TD.webSideRail1, TD.webSideRail2, TD.webSideRail3, TD.webSideRail4, TD.webSideRail5, TD.webSideRail6, TD.webSideRail7, TD.webSideRail8, TD.webSideRail9, 

TD.webSideRail10, TD.webSideRail11, TD.webSideRail12, TD.webSideRail13, TD.webSideRail14, TD.webSideRail15 {
background-color: #ffffff;
border:1px solid #999999;
}

TH.webSideRail, TH.webSideRail1, TH.webSideRail2, TH.webSideRail3, TH.webSideRail4, TH.webSideRail5, TH.webSideRail6, TH.webSideRail7, TH.webSideRail8, TH.webSideRail9, 

TH.webSideRail10, TH.webSideRail11, TH.webSideRail12, TH.webSideRail13, TH.webSideRail14, TH.webSideRail15 {
background-color: #545555;
height:25px;
padding:0 5px;
}

/***** the content styles *****/
TABLE.webContent {
margin:0 auto;
width:860px;
}
TH.webContent, TH.webContent1, TH.webContent2, TH.webContent3, TH.webContent4, TH.webContent5 {
background-color: #545555;
height:25px;
padding:0 5px;
}


/***** rss feeds *****/
TABLE.rssHeadlines {
   color: 000000;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 11px;
}
.rssHeaderCell {
   padding: 5px;
}
.rssHeadline {
   font-size:1.3em;
}
.rssHeadlines A {
   font-weight: bold;
   color: 000000;
}
.rssHeadlines A:link {
   font-weight: bold;
   color: #2b251f;
}
.rssHeadlines A:visited {
   font-weight: bold;
   color: #2b251f;
}
.rssHeadlines A:hover {
   font-weight: bold;
   text-decoration: none;
   color: #70665b;
}
.rssHeadlines A:active {
   font-weight: bold;
   color: #2b251f;
}
.rssTitle {
   font-weight: bold;
   font-size: 14px;
}
.rssDate {
   font-size: 10px;
}
.rssDescription { }
.rssCopyright {
   font-size: 10px;
}
.rssSection { }
.rssHeadlineCell {
   padding: 5px;
}
.mediaRssImage img {
max-width:375px;
}
/***** end/rss *****/

/***** the footer style *****/

TABLE.webFooter {
margin:0 auto;
width:860px;
}

TD.webFooter {
background-color: #000000;
margin:0 auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
/***** end footer style *****/



/***** style addition *****/
.stylebodytext2 {font-family: Arial, Helvetica, sans-serif; font-size: 15px;}
.stylebodytext {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.stylesmalltext {font-family: Arial, Helvetica, sans-serif; font-size: 8px;}

H1 {
font-size: 16px;
color: #000000;
font-family: georgia;
font-weight: normal;
text-decoration: none;
padding: none;
margin-top: 0px;
margin-bottom: 0px;
}

.pagehead {
font-size: 30px;
color: #000000;
font-family: georgia;
font-weight: normal;
text-decoration: none;
text-transform: lowercase;
margin-bottom: 0px;
}

p.sechead {
font-size: 12px;
letter-spacing: 1px;
color: white;
background: #545555;
font-family: georgia;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
padding: 10px;
margin-top: 0px;
margin-bottom: 0px;
}
p.sechead a:link {color: white; text-decoration: none;}
p.sechead a:visited {color: white; text-decoration: none;}
p.sechead a:active {color: white; text-decoration: none;}
p.sechead a:hover {color: white; text-decoration: none;}

p.welcomehead {
font-size: 16px;
color: #000000;
font-family: georgia;
font-weight: normal;
text-decoration: none;
padding: none;
margin-top: 0px;
margin-bottom: 0px;
}
p.welcomehead a:link {color: #000000; text-decoration: none;}
p.welcomehead a:visited {color: #000000; text-decoration: none;}
p.welcomehead a:active {color: #000000; text-decoration: none;}
p.welcomehead a:hover {color: #333333; text-decoration: none;}


p.biggeorgia{
font-size: 30px;
color: #000000;
font-family: georgia;
font-weight: normal;
text-decoration: none;
padding: none;
}
p.biggeorgia a:link {color: #000000; text-decoration: none;}
p.biggeorgia a:visited {color: #000000; text-decoration: none;}
p.biggeorgia a:active {color: #000000; text-decoration: none;}
p.biggeorgia a:hover {color: #333333; text-decoration: none;}

p.smallgeorgia{
font-size: 18px;
color: #000000;
font-family: georgia;
font-weight: normal;	
text-decoration: none;
padding: none;
}
p.smallgeorgia a:link {color: #000000; text-decoration: none;}
p.smallgeorgia a:visited {color: #000000; text-decoration: none;}
p.smallgeorgia a:active {color: #000000; text-decoration: none;}
p.smallgeorgia a:hover {color: #333333; text-decoration: none;}

p.videotext {
font-size: 12px;
color: #333333;
font-family: georgia;
font-weight: bold;
text-decoration: none;
padding: none;
}
p.videotext a:link {color: #333333; text-decoration: none;}
p.videotext a:visited {color: #333333; text-decoration: none;}
p.videotext a:active {color: #333333; text-decoration: none;}
p.videotext a:hover {color: #70665b; text-decoration: none;}

p.titletext{
font-size: 28px;
color: #000000;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
padding: none;
}
p.titletext a:link {color: #333333; text-decoration: none;}
p.titletext a:visited {color: #333333; text-decoration: none;}
p.titletext a:active {color: #333333; text-decoration: none;}
p.titletext a:hover {color: #70665b; text-decoration: none;}

/* These styles create the dropdown menus. */
.wrap {
	position: relative;
	font-size: 1.2em;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	padding: 23px 0px;
	margin: 0 auto; 
	background-color: #000000;
	position: relative; }

#listen a { 
	font-weight: bold;
	color: #FF0000; }
#listen a:hover {
	color: #FFFFFF; 
	text-shadow: #FF0000 0px 10px 4px; }
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0; 
	font-size: 20px; }
.navbar li {
	list-style: none;
	float: left; }
.navbar li a {
	display: block;
	padding: 10px 28px;
	text-transform: capitalize;
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #000000;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	-webkit-transition: background-color 0.5s ease-in-out; 
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out; }
.navbar li a:visited {
color: #FFFFFF;
}
.navbar li a:hover {
	color: #000000;
	background-color: #999999;
	text-shadow: #FFFFFF 0px 10px 4px;
	text-decoration: none; }
.navbar li ul {
	display: none; }
.navbar li:hover ul, .navbar li.hover ul {
	position: absolute;
	display: inline;
	margin: 0px;
	padding: 0px;  
	background-color: #000000;
z-index:100; }
.navbar li:hover li, .navbar li.hover li {
	float: none; 
	border-bottom: 1px solid #999;}
.navbar li:hover li a, .navbar li.hover li a {
	color: #FFFFFF;
	margin: 1px;
	background-color: #000000; }
.navbar li li a:hover {
	color: #000000;
	background-color: #999999; }

.footwrap {
width: 860px;
background-color: #000000;
color: #FFFFFF;
padding: 0px 0px 50px 0px;
}
.footgraphic {
margin: 25px 12px 12px 12px;
vertical-align: middle;
float: left;
border-width: 0px;
}
.footservice {
color: #FFFFFF;
padding: 35px;
font-size: 1.2em;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-weight: 600;
}
.footlinks {

	margin: 0;
	padding: 0px 0px 0px 40px;
	font-size: 1.3em;
font-weight: 600; }
.footlinks li {
	list-style: none;
	float: left;
border-left: solid 1px #FFF; }
.footlinks li a {
	display: block;
	padding: 0px 21px;
	text-transform: capitalize;
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #000000;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	-webkit-transition: background-color 0.5s ease-in-out; 
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out; }
.footlinks li a:visited {
color: #FFFFFF;
}
.footlinks li a:hover {
	color: #000000;
	background-color: #999999;
	text-shadow: #FFFFFF 0px 7px 3px;
	text-decoration: none; }
.footlinks li:first-child {
border: none;
padding-left: 0;
}
#footlisten a { 
	color: #FF0000; }
#footlisten a:hover {
	color: #FFFFFF; 
	text-shadow: #FF0000 0px 7px 3px; }
