HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	height: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat;
}

#main_bg {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited {
	color: #742E21;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

td, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #000000;
}

h3, .componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #742E21;
	line-height: 18px;
	margin: 5px 0;
}

.componentheading {
	padding-top: 10px;
}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/hsep.png) bottom left repeat-x;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: normal;
	height: 45px;
	vertical-align: bottom;
	color: #742E21;
	text-align: left;
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

li {
	line-height: 15px;
	margin: 0px 0px 0px 25px;
	list-style-type : circle;
	background-image: url(../../md_openoffice/images/bullet_red.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.modifydate {
	height: 30px;
	vertical-align: bottom;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.createdate {
	height: 25px;
	vertical-align: top;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;
}

.clr {
	clear: both;
}

div.mosimage_caption {
	font-size: 10px;
	color: #666666;
}

div.center {
	text-align: center;
	width: 100%;
}

table#main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.blog_more {
	margin-top: 30px;
}

div.syndicate {
	text-align: center;
}

table.opentable {
	border-collapse: collapse;
	margin-left: 5px;
	margin:0;
	padding: 0;
}

td.left_shadow {
	width: 30px;
	background: #eeeeee url(../images/js_bg_l.png) repeat-y;
	z-index: 1;
}

td.right_shadow {
	width: 30px;
	background-image: url(../images/js_bg_r.png);
	background-repeat: repeat-y;
	z-index: 1;
}

td.top {
	height: 13px;
	background: url(../images/js_top_s.png) repeat-x;
	z-index: 0;
}

td.top_left {
	height: 13px;
	background: url(../images/js_top_l.png) no-repeat;
	width: 13px;
	z-index: 0;
}

td.top_right {
	height: 13px;
	background: url(../images/js_top_r.png) no-repeat;
	width: 13px;
	z-index: 0;
}

td.bottom {
	height: 15px;
	background: url(../images/js_bottom_s.png) repeat-x;
	z-index: 0;
}

td.bottom_left {
	height: 13px;
	background: url(../images/js_bottom_l.png) no-repeat;
	width: 13px;
        z-index: 0;
}

td.bottom_right {
	height: 13px;
	background: url(../images/js_bottom_r.png) no-repeat;
	width: 13px;
        z-index: 0;
}

td.wrapper {
	width: 100%;
	background: #eeeeee;
}
#runner {
	float: right;
	padding-top: 7px;
	z-index: 0;
}

#bottomnav_links {
	margin: 0;
	padding: 0;
	background-image: none;
	list-style:none; 
	float: left; 
	margin: 0px; 
	padding: 0px;
	font-size: 11px;
	line-height:17px;
	height: 17px;
	white-space: nowrap;
}

#header {
	float: left;
	width: 100%;
	height: 165px;
        background: url(../images/js_header3.png) no-repeat;
}

.topbar {
	width: 100%;
	height: 27px;
	background-image: url(../images/js_top.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentarea {
	float: left;
	width: 100%;	/*!important*/
	background: #eeeeee;
}

table.contentarea {
	width: 100%;
}

div.forcewidth {
	width: 175px;
	overflow: hidden;
}

td.seperator {
	background: url(../images/vsep.png) top center repeat-y;
}

td.middle {
	width: 100%;
}

div.menuholder_t {
	float: left;
	width: 175px;
	height: 20px;
	overflow: hidden;
	background-image: url(../images/js_filmod_t.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0px;
}

div.menuholder_m {
	float: left;
	width: 175px ;	/*!important*/
	width: 175px;
	background-image: url(../images/js_modbg.png);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #ffffff;
}

div.menuholder_b {
	float: left;
	width: 175px;
	height: 10px;
	overflow: hidden;
	margin-bottom: 8px;
	background-image: url(../images/js_mod_b.png);
	background-repeat: no-repeat;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #820F12;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 21px;
	line-height: 21px;
	text-indent: 14px;
	width: 156px;
	background-image: url(../images/menu_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
}

a.mainlevel:hover {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #820F12;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 21px;
	line-height: 21px;
	text-indent: 14px;
	width: 156px;
	background-image: url(../images/menu_bg_over.png);
	background-position: left center;
	background-repeat: no-repeat;
}

a.mainlevel#active_menu:hover {
	color: #999999;
}

div#left div.moduletable {
	float:left;
	width: 175px;
	background: url(../images/hsep.png) repeat-x;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#flashbox {
	width: 100%;
	margin-top: 3px;
}

#flashbox td.topflash {
	background-image: url(../images/js_uf_t.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#flashbox td.midflash {
	padding: 9px;
	background-image: url(../images/js_uf_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#flashbox td.botflash {
	background-image: url(../images/js_uf_b.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.moduletable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #742E21;
	line-height: 18px;
	margin: 8px 0;
	}

table#flashbox a:link, table#flashbox a:visited {
	color: #333333;
}

table#flashbox a:hover {
	color: #742E21;
}

div#mainbody {
	width: 100%;
	padding-left: 10px;
	padding-top: 0px;
}

input.button {
	border: 1px solid #990000;
	background: url(../images/butbg.png) repeat-x;
	height: 20px;
	padding: 2px 10px 4px 10px ;	/*!important*/
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox {
	font-size: 11px;
}

table.moduletable {
	width: 90%;
	margin: 0px 0px 0px 0px;
        padding: 4px;
        text-align: left;
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

a.contentpagetitle:link, a.contentpagetitle:visited {
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	padding-top: 10px;
	color: #930000;
	text-align: left;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}

a.contentpagetitle:hover {
	color: #710000;
}

a.sublevel:link, a.sublevel:visited {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #9B1013;
	text-align: left;
	line-height: 19px;
	padding-left: 3px;
}

a.sublevel:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

div#mainbody td.sectiontableheader {
	font-weight: bold;
	background: #eeeeee;
	color: #444444;
	padding: 4px;
	border-left: 1px solid #eee;
}

td.smalldark {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

table.pollstableborder {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	text-align: left;
}

table.pollstableborder {
	padding: 5px 2px 0 0;
}

td.sectiontableentry1, td.sectiontableentry2 {
	padding: 0px;
}

tr.sectiontableentry1, tr.sectiontableentry2 {
	padding-left: 4px;
	padding-right: 4px;
}

.ontab {
	background-color: #cccccc;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 0px #cccccc;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cc0000;
}

.offtab {
	background-color: #BCBCBC;
	border-left: solid 1px #999999;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #666666;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #666666;
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

hr {
	background: #999999;
	height:1px;
	border: 1px solid;
}

td.buttonheading {
	padding-left: 5px;
}

span.highlight {
	background: #ffffcc;
}

table.contenttoc {
	margin: 3px;
	border:solid 1px #cccccc;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	background: #eeeeee;
	padding: 5px;
	font-size: 8pt;
	font-weight: normal;
	text-align:left;
	padding: 5px;
}

.contentdescription {
	text-align: left;
}

.poll {
	font-size: 11px;
	padding: 0px;
	margin: 0px
}

table.pollstableborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

table.searchinto {
	width: 100%;
}

table.searchintro {
	color: #000000;
	font-weight: bold;
}


.pagenav {
	font-weight: normal;
}

.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

.back_button {
	text-align: center;
	margin-top: 40px;
}

.readon {
	display: block;
}

#pathway {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}