body {
	background-color: #ffffff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #993300;

}


p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #6C2100;
	line-height: normal;
	display: block;



}
h2 {
	font-family: Tahoma, Georgia, sans-serif, Arial;
	font-size: 17px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #6C2100;
	line-height: normal;
	display: block;


}

h3 {
	font-family: Tahoma, Georgia, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #6C2100;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #6C2100;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6C2100;
	font-style: normal;
}

.textsmall {
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
}

ul {
	font-family: Tahoma, Georgia, sans-serif, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	text-decoration: none;
}

ol {
	font-family: Tahoma, Georgia, sans-serif, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: decimal;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin-left: 190px;
	margin-top: 90px;
	margin-right: 50px;
	top: 90px;
}

#topbar {
	z-index: 7;
	left: 0px;
	top: 0px;
	position: absolute;
}

#sidebar {
	z-index: 0;
	left: 0px;
	top: 82px;
	position: absolute;

}
#bottombar {
	visibility: visible;
	z-index: 0;
	background-color: #000000;
	width: 100%;
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #FFFFFF;
	bottom: auto;
	text-align: justify;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left;

}
#bottombar a:link {
	color: #FFFFFF;
	font-weight: normal;
}
#bottombar a:visited { color: #FFFFFF;}
#bottombar a:hover {
	color: #66CCFF;
	font-weight: normal;
}
#bottombar a:active {
	color: #66CCFF;
	font-weight: normal;
}


.breadcrumb {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: none;
}



blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	padding: 5px;
}
.image {
	margin: 10px;
	border: 1px solid #000000;
}

