@charset "UTF-8";
/* CSS Document */

body  {
	margin:0px auto;
	padding:0px;
	color: #000000;
	background-color: #EEEEEE;
	font-family: "Lucinda Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p, td, li {
	line-height: 18px;
}

img {
	border: 0;
}

a:link {
	color: #000033;
	text-decoration: none;
	font-size: 12px;
	padding-right: 5px;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 12px;
	padding-right: 5px;
}

a:visited {
	color: #000033;
	text-decoration: none;
	font-size: 12px;
	padding-right: 5px;
}

a:visited:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 12px;
	padding-right: 5px;
}

#container { 
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
}

#header {
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border:0;
	width: 950px;
}

.killcolumn {
	margin: 10px;
	clear: both;
}

#linkbar {
	background-image: url(../images/linkbg.png);
	background-repeat: repeat-x;
	background-color: #000033;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 1px 0;
	height: 22px;
}

#loginbar {
	background-color: #000033;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 1px 0;
	height: 22px;
}

#topbar {
	background-color: #000033;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 1px 0;
	height: 22px;
}

#banner {
	
}

/* Left and Right Columns */
#content {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

#contentleft {
	float: left;
	width: 230px;
	padding: 20px;
}

#contentright { 
	margin: 0;
	float: left;
	width: 600px;
	padding: 20px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#contentfooter {
	clear: both;
	background-color: #000033;
	padding: 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */

.divider {
	height: 1px;
	background-color: 000033;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading, h3, .componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000033;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #000033;
	margin-top: 20px;
	width: 100%;
}

.contentpaneopen {
width: 100%;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #CCCCCC;
	display: block;
	background-color: #EEEEEE;
	color: #000033;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	text-decoration: underline;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #EEEEEE;
	padding: 5px;
	background: #000033;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

.tool-text {
	margin: 0;
	font-size: 100%;
	color: #FFFFFF;
}

.slick-rss-item {
	padding: 2px;
	list-style: none;
}

.small {
	font-size: 10px;
	color: #BBBBBB;
}

.createdate {
	font-size: 10px;
	color: #BBBBBB;
}

img.links {
	margin-right: 20px;
	margin-bottom: 12px;
	margin-top: 8px;
	border: none;
}
.newspostBody {
	padding: 0.6em 1em;
	font-size: 11px;
	background: url(../images/bg_content.gif);
}
.newspostBody h3 {
	color:#000033;
	background: #fff;
	padding: 0.3em 0 0.3em 10px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 0 0;
}
.newspostBody h4 {
	color:#000033;
	background: #fff;
	padding: 0.2em 0 0.2em 10px;
}
.newspostBody p {
	padding: 1em 0 0 0;
	margin:0;
}
.newspostBody img {
	margin: 1em 0;
}

table.tablevisible {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 0;
}
table.tablevisible td, table.tablevisible th {
	padding: 4px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.tablevisible th {
	text-align:left;
	}

.dark {
	background: #CCCCCC url(../images/bg_posttitle.gif) repeat;
	font-weight: bold;
}

a.whitelinks {
	color: #FFFFFF;
	text-decoration: none;
}

a.whitelinks:hover {
	color: #FF9900;
	text-decoration: underline;
}

#loginlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 3px;
	color:#FFFFFF;
	link-decoration: none;
}