/* CSS Tags and HTML Tags */

body {
	margin:0px 0px;
	padding:0px;
	background-color: #c2b08b;
	}
	
td,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #333333;
	text-align:left;

	}
	
hr {
color: #FFFFFF; 
background-color: #FFFFFF; 
border: 1px dotted #666666; 
border-style: none none dotted;
}

a:link, a:visited {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

ul {
list-style-type:disc;
}

li {
line-height: 15px;
text-indent: 10px;

}
	
#page_center {
	width:800px;
	margin:0px auto;
	padding:0px;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
	}

#center_col {
	margin-left:57px;
	padding:0px;
	width: 687px;
	background-color: #FFFFFF;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;

}

#menu_cell{
	width: 687px;
	height: 28px;
	border-bottom:1px solid #cacaca;
	border-top:1px solid #FFFFFF;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
}


#body_cell {
	margin-left:45px;
	margin-right:45px;
	padding:20px 0px 20px 0px;

}

#footer_center {
	width:800px;
	margin:0px auto;
	padding:0px;
	}

#footer_cell {
	margin-left:57px;
	padding-top:5px;
	width: 687px;
}


.clr {
clear:both;
}

.form_text {
font-weight: bold;
padding:5px;
}

/* Joomla Core Styles */

a.pathway:link, a.pathway:visited {
	color: #666666; text-decoration: none;
	font-weight: bold;
}

a.category:link, a.category:visited {
	color: #666666; text-decoration: none;
	font-weight: bold;
	line-height:18px;
}

table.contentpaneopen {
	width: 100%;
}

table.contentpaneopen td {
	width: 100%;
	padding:0px;
}

table.contentpane {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.componentheading, div.componentheading, td.componentheading {

    font-weight: bold;
    color:#7e724b;
    font-size:14px;
    border-bottom:1px solid #ab0010;
    background-color: #FFFFFF;
    border-style: none none dotted;
    line-height: 25px;


}

.contentheading, div.contentheading, td.contentheading {

    font-weight: bold;
    color:#7e724b;
    font-size:14px;
    border-bottom:1px solid #ab0010;
    background-color: #FFFFFF;
    border-style: none none dotted;
    line-height: 25px;


}

.article_seperator {
display: block; 
width:100%;
height:15px;
}

.button {
	padding: 0px 1px 2px 1px;
	height: 18px;
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin:2px;
}

.inputbox {
	border:solid 1px #cccccc;
	background-color: #ffffff;
	height:15px;
	font-size: 12px;
}

.input_txtarea {
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
}

.input_drop {
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	height:18px;
}

.contentcolumn {
	padding-right: 20px;
}


.contentdescription {
	padding: 3px;
	border-bottom:1px solid #eeeeee;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

.moduletable {
	width: 100%;
}

table.moduletable {
	width: 100%;
}

table.moduletable th {

    padding-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color:#333333;
    font-size:18px;
    height:26px;
}

table.moduletable td {

}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 2px;
  border-bottom:1px solid #cccccc;
}

.sectiontablefooter {
	text-aline:center;
}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f5f5f5;
}

.small {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

.highlight {
	background-color: #ebe3d3;
	color: #000000;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

a.blogsection:link, a.blogsection:visited {
	line-height:18px;
}
/*

/* ###### Default Joomla! Menu ####### */

ul.menu {
	font-family: Arial-serif;
	font-size: 24px;
        text-transform: uppercase;
	letter-spacing: -3px;
	text-align: center;
	margin: 0;
	padding-top: 35px;
	padding-bottom: 10px;
	list-style: none;


}

ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	list-style: none;
}

ul.menu li a {
	color: #999999;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #ff6600;
	text-decoration: none;
}

ul.menu li.active a {
	color: #ff6600;
	text-decoration: none;
}
