blockquote {
	border: 1px solid #000000;
	padding: 5px;
	background: #1e4a17;
}
body {
	margin: 10px 0px 0px 0px;
	background:  #1e4a17 url(../images/bg.jpg ) no-repeat top center;
	padding:0px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
div#container {
	width: 766px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: transparent;
}

.header {
	width: 756px;
	background: url(../images/index_02.jpg);
	height: 77px;
	vertical-align:top;
    text-align: left;
	padding: 24px 0 0 10px;
}

.indentleft30pixels {
	padding-left: 30px;
}

.flashbg {
   background:  #fff url(../images/girl.jpg) top left;
	width: 453px;
	height: 334px;
}

td#sidecolumn {
	background:  #fff url(../images/index_04.jpg) top left;
	height: 650px;
	color:#000;
	padding: 0px;
}
td#sidecolumn p {
	color: #000;
	padding-left: 15px;
	padding-right: 5px;
}
td#sidecolumn a {
	color: #106EAB;
	text-decoration:none;
	font-weight:bold;
}
td#sidecolumn a:hover {
	color: #f00;
	text-decoration:none;
	font-weight:bold;
}
td#normalbody {
    background:  #fff url(../images/index_03.jpg) top right;
	height: 650px;
	color: #fff;
	padding: 0px;
}
td#normalbody p {
	color: #fff;
	padding-left: 20px;
	padding-right: 10px;
}
td#normalbody a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}
td#normalbody a:hover {
	color: #ff0;
	text-decoration:none;
	font-weight:bold;
}
td#normalbody .title {
    color: #fff;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 16px;
	font-weight:bold;
}
td#normalbody .descr {
    color: #fff;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight:bold;
}
td#normalbody li {
    color: #fff;
	padding-left: 30px;
	padding-right: 10px;
}
.restrictedbigpage {
background-color: transparent;
	width: 766px;
	height:auto;
       min-height: 400px;
	color: #fff;
	padding: 0px;
}
.bigpage {
	background-color: transparent;
	width: 766px;
	height: auto;
        min-height: 400px;
	color: #fff;
	padding: 0px;
}
.bigpage a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}
.bigpage a:hover {
	color: #ff0;
	text-decoration:none;
	font-weight:bold;
}
.bigpage .title {
	color: #fff;
	font-size: 16px;
	font-weight:bold;
}
.bigpage .descr {
	color: #fff;
	font-size: 14px;
	font-weight:bold;
}
#restrictedmenu {padding-left:10px;
}

.floatright {
	float:right;
	padding:10px;
}
.floatleft {
	float:left;
	padding:10px;
}
form {
	margin: 0px;
}
textarea {
	width: 400px
}
input, select, textarea {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
}
input, textarea, select {
	border: 1px solid #000;
	padding: 1px;
	background: #ffffff;
}
input:focus, textarea:focus {
	border: 1px solid #FFff00;
	color: #000;
	background: #ffffff;
}
.submitbutton {
	border: 1px solid #000;
	padding: 1px;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: #000;
}

#footer {
	margin: 0px auto 0px auto;
	background-color: transparent;
	text-align: right;
	color: #fff;
	padding-right: 20px;
	padding-top:5px;
	font: 11px Arial, Helvetica, sans-serif;
	width:766px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ff0;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: disc inside none;
}
.color1 {
	color: Black;
}
.color2 {
	color: Black;
}
/* ----- */
.column {
	background: Green;
}
.nocolumn {
	background: Green;
}
/* ----- */
.message, .required {
	color: #ffff00;
}
/* ----- */
.seocms {
	padding-left: 5px;
	color: #fff;
	cursor: pointer;
	vertical-align: top;
}
/* ----- */
.tree li {
	padding-left: 25px;
	list-style-type: none;
	background: url(../images/smallspider.png) no-repeat left top;
}
.tree li.child {
	background: url(../images/smallspider.png) no-repeat left top;
	cursor: pointer !important;
	padding-right: 10px;
}
.tree li.child ul {
	display: none;
}
.tree li.child ul li {
	margin-left: -15px;
	cursor: default;
}