/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0;
	}

body, html {
	height: 100%;
	width: 100%;
}
	
/* Background  */
body {
		background-image: url(../images/bckgrnd.gif);
		text-align: center;
		font-family:Georgia, "Times New Roman", Times, serif;
		color: #726956;
		font-size: small;
	}

p {
	padding: 0 0 5px 0;
}
	
 /* Mambo specific calls - there are more out there, this is just a reduced set for high speed layout*/
/* Formatting for modules */
table.moduletable
	{
	width: 95%;
	padding-left: 2px;
	text-align: left;
}

/* Heading text of the modules */
table.moduletable.th {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
}

/* content/data text for the modules */
table.moduletable.td {
	font-size: 0.7em;
	font-weight: lighter;
}

/* All internal headings, including the contact page */
.contentheading, .componentheading, .contact.th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #BEBA7D;
}

/* Pathway and other stuff */
.small {
	font-weight: bold;
	font-size: 0.6em;
}

.createdate, .modifydate {
	font-size: 0.8em;
}

.mosimage_caption {
	color: White;
	font-style: italic;
	padding: 5px 5px 5px;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #BEBA7D;
}

a.readon {
	display: list-item;
	list-style: inside url(../images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: White;
	margin-top: 4px;
	margin-bottom: 6px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}

/* Template specific styles */
a.bulletlink{
	display: list-item;
	list-style: inside url(../images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #BEBA7D;
	margin-top: 4px;
	margin-bottom: 6px;
	font-style: normal;
	text-decoration: none;	
}
a.listlink{
	display: list-item;
	list-style: outside url(../images/listbullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #726956;
	margin-left: 30px;
	font-style: normal;
	text-decoration: none;	
}

.quote {
	color: White;
	font-style: italic;
	padding: 5px 5px 5px;
	}
	
.greyquote {
	color: #726956;
	font-style: italic;
	padding: 5px 120px 25px 50px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BEBA7D;
	font-size: 1.5em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
	text-transform: uppercase;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.9em;
	text-transform: uppercase;
}

.inputbox {
	border: 1px dotted White;
	background: #281A02;
	color: #BEBA7D;
}

input#mod_search_searchword {
	border: 1px solid black;
	background: white;
	color: #281A02;
}

.button {
	border: 1px solid White;
	background: #726755;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}