html, body{}
body{
	text-align: center;
}

#header{
	width: 781px;
	height: 182px;
	margin: 0 auto;
	text-align:left;
}
	#logo{
		background: url(../images/logo.jpg) no-repeat;
		height: 182px;
		width: 223px;
		float: left;
	}
	#masthead{
		background: url(../images/masthead.jpg) bottom left no-repeat;
		height: 182px;
		width: 371px;
		float: left;
	}
	#advert{ 
		float:left;
		margin: 33px 0 0 0;
	}


#body{
	margin: 0 auto;
	background: #2e3b9c;
	width: 781px !important;
	text-align: left;
}
	#contentcolumn{ 
		width: 100%;
		float: left;
	}
	#content{
		margin:  2px 2px 0 201px;
		font-size: 14px;
		font-family: verdana;
		line-height: 18px;
	}
		.lhd-top{ 
			background: url(../images/lhd-top.jpg) top left no-repeat;
			height: 17px;
			width:17px;
			float: left;
		}
		.rhd-top{
			background: url(../images/rhd-top.jpg) top right no-repeat;
			height: 17px;
			width:17px;
			float: right;
		}
		.innertube-mid{
			padding: 17px 17px 0px 17px;
			background: #ffffff;
		}
		.innertube-btm{	 background: #ffffff;}
		.lhd-btm{
			background: url(../images/lhd-btm.jpg) top left no-repeat;
			height: 17px;
			width:17px;
			float: left;
		}
		.rhd-btm{
			background: url(../images/rhd-btm.jpg) top right no-repeat;
			height: 17px;
			width:17px;
			float: right;
		}
		
	#leftcolumn{
		width: 200px;
		margin-left: -781px;
		float: left;
	}
		#gradient{
			height: 39px;
			background: #2e3b9c url(../images/bluefade.jpg) repeat-y;
			border-bottom: 2px solid #2e3b9c;
		}
		#leftcolumn .innertube{
			margin: 0px 0px 0px 2px;
			font-size: 11px;
			font-family: arial;
		}
			#left_inner ul{
				list-style: none;
				margin: 0;
				padding: 0;
				border: none;
			}
			#left_inner ul li{
				margin: 0;			
			}
			#left_inner ul li a{
				display: block;
				line-height: 22px;
				margin-bottom: 1px;
				background: #7293ca;
				padding: 0 0 0 10px;
				color: #ffffff;
				font-size: 12px;
				text-decoration: none;
			}
			#left_inner ul li a:hover{
				color: #2e3b9c;
				background: #FEC20C;
			}
		
.clr{ clear: both; display: block;  }


/* Joomla core stuff */
.innertube-mid #popular{
	float: right;
}
.innertube-mid #latest{
	float: left;
	width: 231px;

	border-bottom: 5px solid #ffc20e;
}

ul.latestnews{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
}
ul.latestnews a{
	font-size: 10px;
	line-height: 12px;
	font-weight: 100 !important;
}

a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}
td.contentdescription{
	padding: 10px 0px 0px 0px !important;
	width: 544px !important;
}
table.contentpaneopen {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
	width: 544px !important;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {

	color: #c64934;
	font-weight: bold;
	font-size: 18px;
}



.contentpagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: #2e3b9c /*url(../images/subhead_bg.png) repeat-x*/;
	color: #ffffff;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/*
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}
*/
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px;
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

#footer{
	margin: 0px 0px 10px 214px;
	text-align: center;
	font: 10px verdana;
	color: #ffffff;
}

.bmenu ul{
list-style: none;
margin: 5px 0 5px 0;
padding: 0;
margin-bottom: 1em;
font: 10px verdana;
width: 100%;
text-align: center;
}

* html .bmenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

.bmenu ul li{
list-style-type: none;
margin: 0; padding: 0;
display: inline;
}

.bmenu ul li a{
color: white;
padding: 2px 12px;
text-decoration: none;
background: transparent url(../images/vertical.gif) center right no-repeat;
}

.bmenu ul li a:visited{
color: white;
}

.bmenu ul li a:hover{
color: #FFC20F;
}
