﻿html, body {
	background-image: url(images/Bg1.jpg);
	margin: 0;
	height: 100%;
}
body {
    background-image: url(images/Bg1.jpg);
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #a83930;
}
h2 {
	font-size: 1.6em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #a83930;
}
h3 {
	font-size: 1.2em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #a83930;
}
p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 1.1em 0em 1.1em 0em;
	text-align: left;
    height: 46px;
    color: #0000FF;
    font-weight: 700;
    background-color: #FFFFFF;
}
ul 
{
    font-size: 1.1em;
}
a:link, a:visited {
	color: #cc3300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #ff9900;
	text-decoration: underline;
}
title {
    color: #a83930;
}
#header {
	height: 155px;
	padding: 0 0px 0 0px;
	color: #a83930;
	background-color: #00FF99;
	border-bottom: 8px solid #d30a1a;
	text-align:center;
}
#header h1 {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:center;
}
#logo {
	background-color: #000000;
	background: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	border: 0;
	float: left;
}
#content {
	margin-left: 210px;
    margin-right: 210px; 
	padding: 0 20px 1.8em 0 20px 1.8em;
	background-image: url(images/bg_2.gif);
	text-align:center;
}
.code {
	color: #a83930;
	background-color: #fdea12;
    font: 0.9em/1.4em verdana, arial, helvetica, sans-serif;
    float: right;
    border: solid 1px #a83930;
    padding: 10px;
}

#sidebar {
	float:left;
	padding: 0 0px 0px 0px;
	background-color: #656565;
	background-image: url(/Images/Image/Bg1.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	border-top: 2px solid #656565;
	border-bottom: 2px solid #656565; 
	width: 168px;  /* ds */
	height:500px;
}
html>body #sidebar {
	width: 200px;
}

#sidebarright {
	float:right ;
	padding: 0 0px 0px 0px;
	background-color: #656565;
	/*background-image: url(images/bg_2.gif);*/
	background-repeat: repeat-y;
	background-position: top left;
	border-top: 2px solid #656565;
	border-bottom: 2px solid #656565; 
	width: 168px;  /* ds */
	height:500px;
}
html>body #sidebarright  {
	width: 200px;

#sidebar h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #fdea12;
  color: #fdea12;
}

#nav a:link, #nav a:visited {
	/*display: block;*/
	width: 99.99%; /* for IE5 */
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	/*background-color: #fdea12;	*/
}

.title {
    color: #a83930;
    font: bold 1.0em/1.0em verdana, arial, helvetica, sans-serif;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: #a83930 thin solid;
    margin-bottom: 5px;
}
#footer {
	/*margin-left: 210px; */
	padding: 0 20px 1.8em 10px;
	border-top: 1px solid #000000;
	clear: both;
}
#footer p {
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
	color: #666;
}
#footer p.left {
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}
.spacer {
	clear: both;
}
dd, dt {
	font-size: 0.95em;
}
#mainTitle {
	font-size: 2.0em;
	font-weight: bold;
	visibility: hidden;
}
.pageTitle {
	font-size: 1.5em;
	font-weight: bold;
}
.itemTitle {
	border-bottom: 1px solid #a83930;
	font-size: 1.5em;
}
.itemContent {
	padding-bottom: 1.8em;
	margin-left: 0px;
    margin-right:0px;
	text-align:center;
}
.box {
    border: solid 1px #a83930;
}
.boxFloat {
    /* border: solid 1px #a83930; */
    float: left;
}
.boxFloatRight {
    border: solid 1px #a83930;
    float: right;
}
.floatRight {
    /* border: solid 1px #a83930; */
    float: right;
}
.button {
    font-weight: bold;
    -webkit-transition: all .5s;
    -webkit-border-radius: 5px;
    line-height: 50px;
    color: #175514;
    background: #6329a4;
    width:200px;
    text-align:center;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5),
        0px 0px 0px 1px rgba(0,0,0,.1);
}
    .button:hover {
        color:white;
        background:#333;
        cursor:pointer;
    }