@charset "utf-8";

html {
	height: 100%;
	background-image: url(../images/bkgr.gif);
}

body {
	color: black;
	font-family: "Lucida Sans Unicode", Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/bkgr.gif);
}

object {
       outline:none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h1, h2, h3, h4 {
	margin: 0;
}

p {
	font-size: 13px;
	text-indent: 20px;
	text-align: justify;
	margin: 0;
	margin-bottom: 5px;
}

td.content {
	background-color: #d4d1b2;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.slogan {
	font-family: "Lucida Sans Unicode", Tahoma, "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #a51e12;
	margin-bottom: 20px;
}


table.menu {
	border-collapse:collapse;
}

table.menu td {
	border-left: 1px solid #904305;
	border-bottom: 1px solid #904305;
	white-space:nowrap;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-top: 0px;
}

table.menu td.left {
	border-left: 0px;
}

table.menu td a:link, a:visited, a:active {
	color: black;
	text-decoration:none;
}

table.menu td a:hover {
	color: black;
	text-decoration:overline;
}

.maintable {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #904305;
	border-left-color: #904305;
}

.brown, .brown a:link, .brown a:visited, .brown h2 {
	color: #904305;
}

.bordo {
	color: #a51e12;
}

a.morelink {
	color: #a51e12;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#flashcontent {
	height: 100%;
}

div.divider {
	height: 36px;
	margin: 5px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;	
}

.default {
         text-align: left;
}

.default h1 {
         text-align: center;
         font-weight: bold;
}

