body {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 30px 0px;
	background: #003333;
	font-family: Helvetica, Arial, Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	color: #c0c0c0;
}

div.paragraph {
    padding: 5px;
    vertical-align: middle;
}

div.divLeft {
    float: left;
    padding: 5px;
}

div.leftjust {
	text-align: left;
}

div.rightjust {
	text-align: right;
}

div.divRight {
    float: right;
    padding: 5px;
}

div.divClear {
    clear: both;
    padding: 5px;
}

div#leftnav {
  float: left;
}

div#rightnav {
  float: right;
}

div#banner {
	position: absolute;
	left: 80%;
	height: 33px;
	padding: 12px 7px 1px 8px;
	font-size: 24px;
	color: black;

	text-align: center;
}

div#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 48px;
	background-color: #669999;
	background-image: url(/images/header.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 30;
}

div#subheader {
	position: fixed;
	top: 48px;
	left: 0px;
	width: 100%;
	height: 24px;
	background-color: #000000;
	background-image: url(/images/subheader.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
#	background-position: 0% 0%;
#	background-position: 0px 48px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 31;
}

div#body {
	padding-top: 85px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.menu {
	position: absolute;
	width: auto;
	left: 0px;
	margin: 0px 20px 0px 0px;
}

.menu ul {
	font-weight: lighter;
	font-size: 11px;
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

.menu ul li {
	float: left;
	height: 33px;
	padding: 18px 7px 1px 8px;
	font-size: 11px;

	text-align: center;
}

.menu ul li a {
	display: block;
	padding: 0px 7px 0px 8px;
	margin: 0px;
	color: #ffffff;
	background: url(/images/blank.gif) repeat;
}

.menu ul li a:hover {
	display: block;
	color: #839fe3;
	padding: 0px 7px 0px 8px;
	margin: 0px;
	text-decoration: none;
	background: #2d2d2d;
}

.submenu {
	position: absolute;
	width: auto;
	left: 0px;
	margin: 0px 20px 0px 0px;
}

.submenu ul {
	font-weight: lighter;
	font-size: 11px;
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-right: 0px;
}

.submenu ul li {
	float: left;
	position: relative;
	height: 20px;
	padding: 6px 7px 1px 8px;
	font-size: 11px;

	text-align: center;
}

.submenu ul li a {
	display: block;
	padding: 0px 7px 0px 8px;
	margin: 0px;
	color: #ffffff;
	background: url(/images/blank.gif) repeat;
}

.submenu ul li a:hover {
	display: block;
	color: #839fe3;
	padding: 0px 7px 0px 8px;
	margin: 0px;
	text-decoration: none;
	background: #2d2d2d;
}

#popbar li:hover a, #popbar li a:hover, #popbar li a:active {
	padding: 4px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	background: black;
	color: #ffffff;
	width: 146px;
	height: 13px;
}

#popbar li ul.popmenu {
	margin: 0;
	padding: 1px 1px 0;
        list-style:none;
        display:none;
        width:146px;
        position:absolute;
        top:21px;
        left:-1px;
}

#popbar li:hover ul.popmenu {
	display: block;
}

#popbar li ul.popmenu li {
        width:146px;
        clear:left;
        width:146px;
	background: black;
}

#popbar a:visited {
	color: black;
}

#popbar li ul.popmenu li a:link, #popbar li ul.popbar li a:visited {
        clear:left;
	background: black;
        padding:4px 0;
        width:146px;
        position:relative;
        z-index:1000;
}

#popbar li ul.popmenu li:hover a, #popbar li ul.popmenu li a:active, #popbar li ul.popmenu li a:hover {
        clear:left;
        background:#535353;
	color: #85c7e4;
	text-decoration: underline;
        padding:4px 0;
        width:146px;
        position:relative;
        z-index:1000;
}

#popbar li ul.popmenu li a span {
        position:absolute;
        top:0;
        left:132px;
        font-size:12pt;
#        color:#67fe6f;
#color: white;
}

#popbar li ul.popmenu li:hover a span, #popbar li ul.popmenu li a:hover span {
        position:absolute;
        top:0;
        left:132px;
        font-size:12pt;
#        color:#ffffff;
#color: white;
}

a img, a:visited img {
	border: 0px;
}

a { 
	color: #546ee5;
	text-decoration: none;
}

a:hover {
	color: #85c7e4;
	text-decoration: underline;
}

p a: hover {
	background: #2d2d2d;
}

div.comments {
    background: #797767;
    color: #000;
}

div.comment {
    padding: 10px;
}

div.comment a { 
	color: #393727;
	text-decoration: underline;
}

img.blogimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: #fff;
}

.filmstrip {
	padding: 0px 10px 0px 0px;
}

.filmstrip table {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;

	background: url(/images/35mm.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
}

.filmstrip td {
	text-align: left;
	padding: 24px 0px 20px 0px;
	margin: 0px;
}

.filmstrip td.back {
	background: none;
	vertical-align: top;
	padding: 0px;
}

.filmstrip img {
	margin: 0px 2px 0px 0px;
	padding: 5px;
	background: #fff;
	border: 1px solid #353535;
}

body .menu ul li.current {
     display: block;
     background: #295c5c;
     padding: 18px 15px 0px 15px;
     margin: 0px;
     color: #717171;
}

p.required { display: none; }
