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

* {
margin: 0; padding: 0;
}

/* Maloro Colors: 
	Orange = #f15a22
	Orange Lt= #f7931e
	Dk Brown= #a73621
	Lt Brown= #ba6a27
	Russet= #b83b26
*/

body {
	font-size: 12px;
}

#header {
	background-color: #A73420;
	background-image: url(images/tile_A73420.gif);
	background-repeat: repeat;
	margin: 0px;
	height: 130px;
	width: 900px;
	border-width: 0px;
}

#menu {
	background-color: #f7931d;
	background-image: url(images/tile_F7931D.jpg);
	height: 30px;
	width: 900px;
}

#displaypanel {
	background-color: #ffeab3;
	background-image: url(images/tile_FFEAB3.gif);
	background-repeat: repeat;
	width: 900px;
	color: #a73521;
	float: left;
	margin-top: 0px;
	padding-bottom: 15px;
}

#sidebar {
	width: 200px;
}

.sbimage {
	width: 190px;
	padding: 10px 0px 20px 0;
}



#footer {
	background-color: #a73520;
	background-image: url(images/tile_A73420.gif);
	background-repeat: repeat;
	font-size: 75%;
	color: #ffeab3;
	float: left;
}

.pagetag {
	color: #ffeab3;
	padding-left: 20px;
}
.pagetag a {
	color: white;
    text-decoration: none;
}
.pagetag a:visited{
	color: #FFFFCC;
    text-decoration: none;
}
.pagetag a:hover{
	color: white;
    text-decoration: underline;
}
.pagetag a:active{
	color: yellow;
    text-decoration: underline;
}


.ctag {
	color: #ba6a27;
}
.pagetag .ctag a {
	color: #f7931e;
}
.pagetag .ctag a:visited {
	color: #f7931e;

}
h1, h2, h3, h4{
	font-family: "Rockwell", "Courier New Bold", Courier, monospace;
	font-weight: normal;
	padding-top: .5em;
	padding-bottom: .5em;
}
h1  {
	font-size: 180%;
	color: #ba6a27;
}
h2  {
	font-size: 150%;
	color: #ba6a27;
}
h3  {
	font-size: 125%;
	color: #a73521;
	font-weight: bold;
}
h4  {
	font-size: 115%;
	color: #a73521;
	font-weight: bold;
}
p {
	padding-bottom: .5em;
}
blockquote {
	padding-left: 2em;
	padding-right: 2em;
} 

.darkredbold {
	color: #990000;
	font-weight: bold;
}
.orange {
	color: #f15a22; 
}


