@charset "utf-8";


body {
	background-color: #d3e2c3;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}


#all {
	height: 530px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}


#allContent {
	background-color: #d3e2c3;
	height: 660px;
	width: 830px;
	position: absolute;
	top: 50px;
	margin: 0px;
	padding: 0px;
}

.bodyLg {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}


p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

p.copy {
	font-size: 11px;
	line-height: 31px;
	text-align: right;
	white-space: pre;
	color: #749942;
}

p.pre {white-space: pre; line-height: 14px;}

p.pre16 {white-space: pre; line-height: 16px;}

p.title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

p.subtitle {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
} 

p + p {margin-top: 10px;}


a {text-decoration: none; font-weight: bold; border-bottom: 1px solid #749942;}
a:link {color: #749942;}
a:visited {color: #749942;}
a:hover {background: #749942; color: #fff;}


#navigation {
	width: 770px;
	height: 31px;
	position: absolute;
	top: 20px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}


#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 31px;
	color: #749942;
	text-align: right;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}


#navigation ul li a {
	height: 31px;
	color: #749942;
	text-decoration: none;
	border: none;
}


#navigation ul li a:visited {color: #749942;}

#navigation ul li a:hover {
	color: #fff;
	background-color: #9ab16b;
}

#navigation ul li.here {
	height: 31px;
	color: #fff;
	background-color: #69b723;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}


#main {
	background-image: url(images/film_clip.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
    width: 815px;
	height: 530px;
	position: absolute;
	top: 50px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}


#logo {
	width: 32px;
	height: 232px;
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0px;
	padding:0px;
}


#textbox {
	width: 595px;
	height: 470px;
	position: absolute;
	top: 32px;
	left: 195px;
	overflow: auto;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

ul.greenList {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	color: #749942;
	list-style-type: square;
	margin: 5px 0px 0px 20px;
	padding: 0px;
}

ul.greenList span {
	color: #000;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}


#submenu {
	width: 350px;
	height: 31px;
	position: absolute;
	top: 580px;
	left: -15px;
	margin: 0px;
	padding: 0px;
}

#submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#submenu ul li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 31px;
	color: #749942;
	text-align: right;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

#submenu ul li a {
	height: 31px;
	color: #749942;
	text-decoration: none;
	border: none;
}

#submenu ul li a:visited {color: #749942;}

#submenu ul li a:hover {
	color: #fff;
	background-color: #69b723;
}


#copyright {
	width: 400px;
	height: 20px;
	position: absolute;
	top: 580px;
	right: 15px;
	margin: 0px;
	padding: 0px;
}

