body {
	/* background-image: url(images/bg3.gif); */
	background-color: #357;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
		scrollbar-track-color: #246;
		scrollbar-base-color: #48a;
		scrollbar-arrow-color: #fff;
}

h1 { font-size: 18pt; font-weight: bold; }
h2 { font-size: 16pt; font-weight: bold; }
h3 { font-size: 14pt; font-weight: bold; margin-bottom: 3px; }
h4 { font-size: 12pt; font-weight: bold; }
h5 { font-size: 10pt; font-weight: bold; }
h6 { font-size:  8pt; font-weight: bold; }

table {
	font-size: 10pt;
}

small {
	font-size: 8pt;
}

a          { text-decoration: none; border-bottom: 1px dashed #fba; }
a:link     { color: #fba; }
a:visited  { color: #fba; }
a:hover    { color: #ff8; background-color: #357; border-bottom-color: #ff8; }
a:active   { color: #fee; }

a.img { border: 0; }

div#nav a      { text-decoration: none; padding: 3px; font-weight: bold; font-size: 12pt; margin: 0 5px; }
div#nav a:link     { color: #fff; border: 1px ridge #eef; }
div#nav a:visited  { color: #fff; border: 1px ridge #eef; }
div#nav a:hover    { color: #ffa; border: 1px ridge #eef; background-color: #357; }
div#nav a:active   { color: #fee; border: 1px groove #eef; background-color: #753; }

div#nav2 a      { text-decoration: none; padding: 3px; font-weight: bold; font-size: 8pt; margin: 0 5px; }
div#nav2 a:link     { color: #fff; border: 1px ridge #eef; }
div#nav2 a:visited  { color: #fff; border: 1px ridge #eef; }
div#nav2 a:hover    { color: #ffa; border: 1px ridge #eef; background-color: #357; }
div#nav2 a:active   { color: #fee; border: 1px groove #eef; background-color: #753; }

.hidden { margin: 0; display: none; }

address {
	position: relative;
	left: 600px;
	width: 250px;
	top: -20px;
	text-align: justify;
	font-size: 1.2em;
}

div#nav {
	text-align: right;
	padding: 8px;
}

div#nav2 {
	padding: 3px;
	margin-bottom: 15px;
	position: relative;
	left: 50px;
}

.placement {
	text-align: center;
}

#layout {
	background-color: #246;
	background-image: url(images/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	height: 125px;
	vertical-align: bottom;
}

td#content {
	padding: 10px;
	text-align: justify;
	height: 500px;
	padding-bottom: 40px;
}

div#content-home {
	display: block;
	position: relative;
	background-image: url(images/bg-home.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #000;
	height: 500px;
	width: 760px;
}

div#content-home h2 {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

div#homeitem1 {
	text-align: left;
	display: block;
	position: absolute;
	width: 430px;
	left: 20px;
	top: -10px;
}

div#homeitem1 p {
	margin: 20px 0;
	font-size: 1.4em;
	font-weight: bold;
}

div#homeitem2 {
	display: block;
	position: absolute;
	width: 260px;
	left: 465px;
	top: 80px;
	color: #000;
	text-align: right;
}

div#homeitem3 {
	text-align: center;
	display: block;
	position: absolute;
	width: 250px;
	bottom: 50px;
	left: 50px;
	font-size: 1.2em;
	font-weight: bold;
	background: #ff0;
	color: #000;
	border: dotted 3px #ff0;
	outline: dotted 3px #ff0;
	padding: 5px;
}
div#homeitem3 a { color: #00f; }
div#homeitem3 a:hover { background: #00f; color: #fff; }

td#content ul li {
	margin: 5px 0;
}

.filmstrip {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 320px;
	border: 0px double #357;
	text-align: center;
}

.filmstrip a {
	margin: 10px;
}

#copyright {
	font-size: 8pt;
	text-align: center;
}
