body {
	margin: 10px;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}
hr {
	color: #CD5C5C;
	background-color: #669900;
	height: 2px;
	width: 90%;
}
hr.separator {
	height: 2px;
	width: 40%;
}
ul {
	margin: 0px 0px 0px 0px;
}
div, tr, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #000000;
}
.date {
	text-align: right;
	text-size: 11px;
}
.path {
  text-align: left;
	text-weight: bold;
	text-size: 11px;
}


################################### Links ######################################

a {
	color: #c45140;
	font-size: 11px;
	text-decoration: none;
}
a:visited, a:active, a:link {
	color: #B3478F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A52A2A;
	text-decoration: none;
}
a.category {
}
a.category:hover {
}

####################################### Menus ##################################

a.mainlevel {
	font-size:  11px;
}
a.mainlevel:hover {
	font-size:  11px;
}
###################################### Modules #################################

table.moduletable {
	padding: 2px;
	margin-bottom: 15px;
	width: 100%;
}
table.moduletable td {
	background-color: transparent;
	padding: 3px;
	font-size: 11px;
}
table.moduletable th {
	border-bottom: 2px dotted #E36a68;
	color: #404040;
	background-color: transparent;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}
.poll {
}
.button {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	background-color: #E36A68;
	border-style: solid;
	border-color: #C45140;
	padding: 0px;
}
.inputbox {
	color: #000000;
	background-color: #F0f8ff;
	border-width: 2px;
	border-style: dotted;
	border-color: #ffccff;
	padding: 0px;
	color: #000000;
	font-weight: bold;
}
################################## Tabs ########################################

.ontab {
	font-size:  10px;
	color: #000000;
	font-weight:  bold;
	background-color:  #669900;
	border-width:  1px;
	border-style:  solid;
	border-color:  #CD5C5C;
	cursor:  pointer;
}
.offtab {
	font-size:  10px;
	background-color:  #99cc66;
	border-width:  1px;
	border-style:  solid;
	border-color:  #CD5C5C;
	cursor:  pointer;
}
############################# Content Pages ####################################

.categorytitle {
	font-size:  13px;
	font-weight:  bold;
	color: #CD5C5C;
}
.contentheading, .componentheading {
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	color: #CD5C5C;
}
.contentdescription {
	text-align: left;
}
#################################### Small Text etc. ###########################

.small {
	font-size:  9px;
	color:  #CD5C5C;
	font-weight: bold;
}
.smalldark {
	font-size:  9px;
	color:  #CD5C5C;
	font-weight:  bold;
}
.createdate {
	font-style: italic;
	color: #CD5C5C;
}
.modifydate {
	font-style: italic;
	color: #CD5C5C;
}
############################## Section Listings ################################

.sectiontableheader {
	font-size:  13px;
	font-weight:  bold;
	padding: 2px;
	color: #CD5C5C;
}
.sectiontableentry1 {
	background-color:  #d8ddd8;
}
.sectiontableentry2 {
	background-color:  #e8eee9;
}
.searchintro {
	font-size:  12px;
}
#################################### Contact table etc #########################

table.contact {
	border-width: 1px;
	border-style: dotted;
	border-color: #CD5C5C;
	background-color: #CD5C5C;
}
table.contact td.details {
	font-size:  12px;
}

.header {
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	color: #CD5C5C;
}

.topbar {
  border-width: 1px;
  border-style: solid;
  border-color: #CD5C5C;
  background-color: #e8eee9;
  padding: 2px;
}

table.100 {
        height: 1%;
}

td.content {
		background-image: url(../images/bottom_background.jpg);
		background-repeat: no-repeat;
		background-position:right bottom;
		height: 100%;
		padding: 20px;
	
	}
