body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,tbody,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

strong, b {
	color: #000000;
	font-weight: bolder;
	letter-spacing: 0.3ex;
}
.error {
	background-color: red;
	padding: 3px;
}

.approved {
	background-color: lime;
	padding: 3px;
}

.nav_menu_loc {
	background-color: #B2D8FE;
}

.tbs_small {
	font-size: 10px;
}

#heading {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#motto {
	position: absolute;
	text-align: right;
	top: 160px;
	left: 9px;
	width: 760px;
}

#logo {
	position: absolute;
	top: 37px;
	left: 316px;
}

#page {
	position: absolute;
	top: 0px;
	left: 0px;
/*	width: 770px; */
	width: 85%;
}

#menus {
	position: absolute;
	top: 210px;
	left: 20px;
	width: 200px;
	line-height: 300%;
}

#menus a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menus a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#menus a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

#content {
	position: absolute;
	top: 220px;
	left: 220px;
/*	width: 570px; */
	width: 85%;
	text-align: justify;
}

#tbs_footer {
	position: relative;
/*	background-color: #cccccc; */
	color: #666666;
	font-size: 10px;
	text-align: center;
	top: 20px;
	left: 0px;
	width: 97%;
	padding: 10px;
}

#tbs_footer_copyright {
	position: relative;
/*	top: 20px; */
	left: 0px;
	color: #444444;
	font-size: 10px;
	text-align: right;
	width: 97%;
	padding: 10px;
}

#tbs_newsheadlines {
/*	color: #990000; */
	font-weight: bold;
	font-style: italic;
	padding: 10px;
/*	background-color: #EEEEEE; */
}

#tbs_affiliates {
	text-align: center;
	position: absolute;
	top:500px;
	left:20px;
}

#editor {
	width: 100%;
}

.tbs_menu_images {
	position: relative;
	top: -7px;
	left: 0px;
}

#menu_editing {
/*	background-color: #EEEEEE; */
/*	color: #666666; */
	font-size: 10px;
}

.news_title {
    font-size: 15px;
	font-weight: bold;
}

.news_headlines {
	text-align: left;
}

.news_summary {
	text-align: justify;
	font-size: 10px;
	background-color: #EEEEEE;
	padding: 5px;
}

.tbs_small {
	font-size: 10px;
}

/* ######################################################################################################## */
/* #################################      SOCIABLE SHARE WP PLUG IN     ################################### */
/* ######################################################################################################## */

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	display: inline;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	display: inline;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	display: inline;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable a:hover img {
	display: inline;
	margin: 0;
	padding: 0;
}

.sociable a[href^="http:"] {
	display: inline;
	padding-right: 0px;
	background: transparent;
	text-decoration: transparent;
}