html,
body {
	min-height: 100%; /*Viewport height*/
	width: 100%;
	height: 100%; /*Effectively min height for IE5+/Win*/
}
html>body,
html>body #wrap {
	height: auto; /*Hides IE hack from IE with child selector*/
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #222;
	background-image: url(../graphics/bgmottle1259.png);
	background-repeat: repeat-y;
	background-position: center;
	color:#000;
}
table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}

#icopy,
#foot,
.push {
	height: 54px;
}
#padd {
	min-height: 100%;
	height: 100%;
}
#padd #wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px;
}
#padd #wrap,
#padd #foot {
	width: 99.99%;
	max-width: 1260px;
	min-width: 924px;
}
#padd #foot {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#foot {
	background-color: #555;
	-webkit-box-shadow: inset 0px 12px 12px -6px rgba(17,17,17,1);
	-moz-box-shadow: inset 0px 12px 12px -6px rgba(17,17,17,1);
	box-shadow: inset 0px 12px 12px -6px rgba(17,17,17,1);
	overflow: hidden;
}
#main,
#padd #wrap {
	background-color: #F0F0F0;
}
#main {
	position: relative;
	width: 100%;
	min-height: 780px; /* = inav height + leftBox top */
	padding-bottom: 12px;
	border-top: 12px solid #333;
}
#main .roundOuter {
	position: absolute;
	height: 10px;
	top: 0px;
	background-color: #222;
	width: 100%;
}
#main .roundInner {
	position: absolute;
	height: 12px;
	background-color: #f0f0f0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	top: 0px;
	width: 100%;
}

#header {
	padding-right: 24px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header img {
	margin-top: 46px; /* = 59px - (#main border-top) */
	margin-left: 0px;
	margin-bottom: 48px;
}
#header img a {
	border-style: none;
}
#nav {
	margin-left: 24px;
	top: 140px; 
	position: absolute;
	color: #ABABAB;
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
}

#icopy {
	width: 100%;
	border: 0;
	scrolling: no;
	frameborder: 0px;
	marginwidth: 0px;
	position: relative;
	z-index: 9;
}
#copy {
	width: 80%;
	max-width: 840px;
	padding-right: 0;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #ddd;
	text-align: center;
	padding-top: 20px;
}
#copy a {
	font-weight: bold;
	text-decoration: none;
	color: #ddd;
}
#copy a:hover {
	border-bottom: 1px dotted #ddd;
}

#mainBlock, EDIT {
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-bottom: 24px;
	width: 55%;
	min-width:580px;
	/* [disabled]padding-left: 160px; */
// FOR TEXT EDITING
}
#mainBlock p {
	font-size: 12px;
	line-height: 21px;
	color: #333;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
}
#mainBlock a {
	color: #334;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px dotted #334;
}
#mainBlock a:hover {
	color: #b33;
	border-bottom-color: #b33;
}
h1,
#mainBlock .head {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	margin-top: 0px;
	color: #556;
	width: 100%;
	border-bottom: 1px solid #888;
	padding-bottom: 9px;
}
#mainBlock #new p {
	color: #525252;
}
#mainBlock #new .head {
	margin-bottom: 9px;
}
#mainBlock .bigger{
	font-size: 13px;
	margin-bottom: 11px;
	line-height: 21px;
}
#mainBlock .here {
	color: #855 !important;
	margin-top: 36px;
}
#mainBlock .here a {
	color: #855;
	/* [disabled]text-decoration: none; */
	border-bottom: 1px dotted #855;
}

#contact {
	width: 100%;
}
#contact td {
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#contact form td {
	vertical-align: middle;
	white-space: nowrap;
}
#contact form #comment {
	vertical-align: top;
	white-space: normal;
}
#new td {
	padding-bottom: 0px;
	padding-top: 12px;
}
#new .ruleUnder {
	border-bottom: 1px solid #888;
	padding-top: 0px;
	padding-bottom: 5px;
}
#new td p{
	margin-bottom: 5px;
	line-height: 20px;
}
#new td img {
	float: right;
	margin-top: 3px;
	margin-bottom: 9px;
	margin-left: 15px;
}
#new td strong,
#new td strong a,
#new td b,
#new td b a,
#new td a b {
	color: #757575;
}
#new td a strong:hover,
#new td a b:hover,
#new td strong a:hover,
#new td b a:hover {
	color: #b33;
}
#new .latest {
	border-bottom: 1px solid #aaa;
	/* [disabled]padding-top: 0px; */
	padding-bottom: 7px;
}
#mainBlock #new .latest p{
	color: #001;
}
#new .latest strong,
#new .latest strong a {
	color: #556;
}

#sitemap {
	width: 100%;
	min-width: 640px;
	margin-right: auto;
	margin-bottom: 48px;
}
#sitemap a {
	border-style: none;
	color: #444;
}
#sitemap td {
	font-size: 12px;
	width: 33.33%;
	padding-right: 3%;
	padding-left: 0%;
	vertical-align: top;
	line-height: normal;
	font-variant-ligatures: common-ligatures;
	white-space: nowrap;
}
#sitemap ul {
	margin-top: -1px;
}
#sitemap li {
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 16px;
	display: block;
	margin-left: 1px;
}
#sitemap li a {
	font-weight: normal;
	text-decoration: none;
}
#sitemap li a:hover {
	border-bottom: 1px dotted #b33;
	color: #b33;
}
#sitemap li ul {
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 2px;
}
#sitemap .high {
	display: none;
}
#sitemap .sect {
	font-size: 13px;
	font-weight: bold;
	color: #606070;
	margin-top: 4px;
	margin-bottom: 3px;
}
#sitemap .head {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 2px;
	color: #999;
	border-style: none;
	padding-bottom: 0px;
	font-size: 12px;
	margin-left: 0px;
}
#sitemap .head:before {
	content: "\2022";
	margin-right: 1px;
	color: #a77;
}
#sitemap .home {
	margin-top: 6px;
}
#sitemap #compNo {
	display: inline;
}

.red {
	color: #C00;
}
.redbold {
	font-weight: bold;
	color: #990000;
}
.nowrap {
	white-space: nowrap;
}
.txtnorm {
	font-weight: normal;
}

li.menu {   /* noscript fix    */
	display:none
}

.twitter {
	position: relative;
	margin-top: 36px;
}
.twitter a {
	text-decoration: none;
	border: none
	color: #CCC !important;
	border-style: none;
}
.dum {
	display: none;
}
