@charset "utf-8";
/* CSS Document */

body, td, th {
	color: #41332D;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	font-size: 90%;
}
h1 {
	color: #930;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
}
h2 {
	color: #A76952;
	font-size: 1.4em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	color: #5C9688;
	font-size: 1.15em;
}
h4 {
	color: #709855;
	font-size: 1em;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color:#930;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #006;
	font-weight:bold
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
.image {
	padding: 5px;
	float: right;
	text-align: center;
	color: #000;
	font-size: 80%;
	width: 250px;
}
.logo {
	float: left;
	margin: 10px;
	text-align: center;
	font-size: 90%;
}
.logo_block {
	background-color: #FFF;
	border: medium groove #666;
	padding: 10px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
}
.partner {
	background-color: #FFF;
	width: 550px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border: medium groove #666;
	height: 450px;
}

.r_logo {
	float: right;
	clear: right;
	padding: 10px;
}
.box {
	background-color: #663;
	padding: 25px;
	border: medium double #000;
	left: auto;
	right: auto;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
.right_box {
	background-color: #663;
	float: right;
	width: 250px;
	border: medium double #000;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.posters {
	text-align: center;
	float: left;
	width: 190px;
	color: #000;
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.graphic {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.navigation {
	float: left;
	margin-bottom: 10px;
}
div#wrapper {
	width: auto;
	height: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	position: relative;
	background-image: url(../source_files/gradients/wrapper.jpg);
}
div#header {
	width:840px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../source_files/index/background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 160px;
	text-align: left;
	padding-top: 10px;
}
div#content {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../source_files/gradients/gradient30153372.png);
	padding-top: 10px;
	text-align: left;
}
div#breadcrumbs {
	float: right;
	font-size: 90%;
	color: #333;
	width: 590px;
	text-align: left;
	margin-right: 10px;
}
.menubar_hor {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}

div#left_navigation {
	width: 200px;
	font-size: 83%;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}
div#main {
	width: 590px;
	float: right;
	text-align: left;
	margin-right: 10px;
}
div#footer {
	height: 130px;
	width: auto;
	clear: both;
	font-size: 12px;
	line-height: 110%;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
	background-image: url(../source_files/gradients/footer%20copy.png);
	padding-top: 10px;
}
.styled_table {
	background-color: #FFF;
	color: #006;
	border: 1px solid #006;
}

.styled_table tr td {
	color: #006;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #006;
	border-left-color: #006;
}
.styled_table tr th {
	font-size: 12px;
	color: #006;
	padding: 5px;
	background-image: url(../source_files/graphics/bg_header.jpg);
	font-weight: 300;
}
.oddrow {
	background-color: #eaf1f4;
}
