/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #C0BFBF;
}

a:hover {
	background: none;
	color: #FFFFFF;
}


body {
	background: #111 url(../images/bg.jpg) repeat-x;
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2 {background: url(../images/stripes.gif) repeat-x left bottom; color: #CCC; font: normal 2em Impact,sans-serif; margin-bottom: 8px; padding-bottom: 11px; letter-spacing: 1px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {padding-top: 6px;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	width: 780px;
}
.container {background: url(../images/header.gif) no-repeat center top;}

/* title */
.title {
	font: normal 3em Tahoma,sans-serif;
	text-decoration: none;
}
.olive {color: #CCA;}

/* sub navigation */
.sidenav {
	background: url(../images/sidenav.gif) no-repeat right top;
	padding-top: 126px;
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #9A3;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
}
.sidenav ul {padding: 0.5em 0 0 0.5em;}
.sidenav li {list-style: none;}
.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	text-decoration: none;
}
.sidenav li a:hover {color: #8DCA3F;}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding-top: 32px;
	width: 531px;
}
.content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
.content li {margin-left: 18px;}

/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	border-top: 1px dashed #333;
	color: #777;
	font: normal 0.9em sans-serif;
}
.footer a {
	color: #784;
	text-decoration: none;
}
.footer a:hover {
	color: #AA3;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 10px 0;}
textarea#styled {
	width: 500px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

        .button {
            padding: 4px 10px 3px 25px;
            border: solid 1px #8AB134;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../images/bkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #40740D;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .button img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .button:hover {
            color: #8AB134;
        }
.bcol { color:#fb9622; }
		.g {
			text-align:left;
			color:green;
		}
		.y {
			text-align:left;
	color: #FFFFFF;
		}
		.r {
			text-align:left;
			color:red;
		}
		.n {
			text-align:left;
			color:blue;
			}
		.style1 {
			font-size: 12px;
			font-weight: bold;
		}
		.style2 {font-weight: bold}
		.scrismic { font-size: 11px;}