@charset "utf-8";
body {
	background-image: url(assets/images/background.jpg);
}

body,td,th {
	font-size: 16px;
	color: #FFF380;
	vertical-align: top;
	line-height: 1.5em;
}

#tableLayout {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
}
#tdNavigation {
	background-color: #9A1111;
	text-align: center;
	padding-bottom: 0px;
}
#tdNavigation a {
}

#divCopyright {
	color: #130804;
	text-align: center;
	padding: 10px;
}
#divCopyright a {
	color: #130804;
}

a:link {
	color: #FFCC00;
}



a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FFF380;
}
a:active {
	color: #FFFFCC;
}

#tdSidebar {
	background-image: url(images/navigation/gradient.jpeg);
	background-repeat: no-repeat;
	background-color: #DBCBAA;
	vertical-align: top;
	padding-top: 40px;
}

#tdSidebar a {
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #846725;
	border-bottom-color: #846725;
	background-color: #ECDEC1;
	color: #130804;
	font-weight: bold;
}

#tdSidebar a:hover {
	background-color: #FFF7EC;
}
#tdSidebar a.current {
	background-color: #F9F0DE;
}

#tdContent {
	padding: 1em;
}





p {
	line-height: 1.7em;
	text-align: justify;
}
h1 {
	font-size: 32px;
	margin-top: 7px;
}
h2 {
	font-size: 18px;
	border-left-width: 11px;
	border-left-color: #FFF380;
	border-left-style: solid;
	padding-left: 7px;
}
h3 {
	font-size: 16px;
}
#tableLayout #tdContent #marqueecontainer #vmarquee a {
	color: #130804;
	text-decoration: underline overline;
}
h4 {
	color: #130804;
}
h5 {
	font-family: Verdana, "Lucida Sans", "Trebuchet MS";
	font-size: 14px;
}
#tdLanguage {
	text-align: center;
}
#tdLanguage a {
	color: #FFCC00;
	font-family: Verdana, "Lucida Sans", "Trebuchet MS";
	font-size: 14px;
}
.horizontal_dashed_line
{
	border-bottom: 1px dashed #DBCBAA;
	width: 630px;
#copyright {
	line-height: 1.5em;
	color: #000000;
	text-align: center;
	font-size: 14px;
}

