@import url("pz.css");
@import url("tablesnforms.css");

body {
	background-color: #08173a;
	padding: 0px;
	color: #FFCC00;
	font-family: Verdana;
	font-size: 74%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;	
}

a {
	color: #FFCC00;
	text-decoration: none;	
}

a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

h2 {
	color: #fff;
	font-size: 100%;
	margin: 0;
}
h3 {
	color: #fff;
	font-size: 140%;
}
h4 {
        color: #336633;
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #08173a;
	border: 2px outset #CCCCCC;
	text-align: center;
	line-height: 22px;
}
p.baseline {
	text-align: center;
	font-size: 85%;
	color: #FFFFFF;
	padding: 1ex;
	margin: 0;
	border: 1px solid #660066;
}
hr {
	height: 0;
	border-top: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

div#wrapper {
	width: 960px;
	background-color: #5c7099;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	/*border-top-style: ridge;*/
	background-image: url(http://eastmanfilms.net/images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
/*	padding-top: 200px;
*/	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}

div.pageHeader {
	padding: 0ex;
	margin: 0;
	/*border-bottom: 1px solid #FFCC99;*/
	text-align: left;
	position: relative;
	top: 0px;	/*background: #660000;*/
	height: 200px;
	
}


/* Styles for posts */
div.bPosts {
	float: right;
	width: 75%;
	overflow: hidden;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.bPost, .bPostpublished
{
	clear: both;
	/*border: 2px groove #FFFFFF;*/
	/* border: 1px solid #78a; */	
	background-image: url(http://eastmanfilms.net/images/centreilmstrip.gif);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 130px;
	padding-bottom: 20px;
	padding-left: 120px;
	color: #fff;
	background-position: center top;
/*		font-weight: bold;*/
	font-size: 100%;
	text-align: justify;
}

.bTitle {
	/*	font-size: 12px;
*/	color: #FFCC00;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 150%;
	font-weight: bold;
	text-transform: lowercase;	/*border: 1px outset #CCFF33;*/
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	letter-spacing: 2px;
}



input.submit,
input.preview,
input.reset {
	background-color: #000066;
	color: #FFCC00;
	border: 1px solid #FFCC33;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 220px;
	float: left;
	overflow: hidden;
	background-image: url(http://eastmanfilms.net/images/sidebar_body.png);
	margin-top: 0px;

}
.bSideItem {
	margin: 2ex;
	line-height: 1.5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2ex;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type:circle;
	line-height: 1.5;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Special Menu for Side Bar*/

#navcontainer {
	width: 220px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

#navcontainer a
{
	display: block;
	padding: 10px;
	width: 180px;
	background-color: #08173a;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-weight:bold;
	letter-spacing: 1px;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFCC00;
text-decoration: none;
font-weight:bold;
}

#navcontainer a:hover
{
background-color: #5c7099;
color: #08173a;
}

/* End Special Menu for Side Bar*/

.search{
	/*background-color: #D8CBA8;*/
	border: 2px ridge #fff;
	margin: 2ex;
	line-height: 1.5;
	padding:5px;
}


.quicklinks {
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.privacy {
	font-size: 80%;
	color: #FFFFFF;
}

#InfoBar img.stackleft {
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;	margin-left: 5px;
	padding: 0px;
	 }
