html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	background: url(/img/content_bgr.jpg) repeat-x left bottom;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div {
	margin: 0;
	padding: 0;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0px; border-style: none;
	border-width: 0;
	float: none;
	margin: 0; padding: 0;
	vertical-align: top;
}

p {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
}

a {
	color: #c00000;
	text-decoration: underline;
}
a:hover {
	color: #c00000;
	text-decoration: none;
}
span.link {
	color: #c00000;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}
span.hlink {
	color: #c00000;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul {
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}
ul li {
	background: url(/img/menu_li.gif) no-repeat left 4px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 14px;
}

ul.menu {
	margin: 5px 0 5px 12px;
}
ul.menu a {
	color: #000;
	font-family: MS Sans Serif, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
ul.menu a:hover {
	color: #c00000;
}
ul.menu li {
	margin: 0 0 0 0;
	padding: 0 0 10px 16px;
}

h1 {
	background-color: #a62b15;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 3px 0 6px 0;
	text-align: center;
}
h2 {
	font-size: 12px;
	margin: 0;
	padding: 5px 0 5px 0;
}

#loadingMessageContainer {
	background-color: #000;
	display: none;
	left: 0;
	position: absolute; 
	top: 0;
	z-index: 1000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#loadingMessage {
	background: url(/img/loading.gif) no-repeat 15px 20px;
	background-color: #fff;
	border: 2px solid #c00000;
	display: none;
	left: 50%;
	font-weight: bold;
	font-size: 21px;
	margin-left: -100px;
	padding: 20px 20px 20px 60px;
	position: absolute;
	top: 25%;
	z-index: 1001;
}

.tooltip_header {
	background: #e0ecff none repeat scroll 0%;
	border-top: 2px solid #c3d9ff;
	border-right: 2px solid #c3d9ff;
	border-left: 2px solid #c3d9ff;
	color: #000;
	margin: 0 0 0 5px;
	padding: 3px;
	font-weight: bold;
	width: 200px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.tooltip_body,
.tooltip_body2,
.tooltip_body3 {
	background: #fff none repeat scroll 0%;
	border-top: 1px solid #c3d9ff;
	border-right: 2px solid #c3d9ff;
	border-bottom: 2px solid #c3d9ff;
	border-left: 2px solid #c3d9ff;
	color: #000;
	margin: 0 0 0 5px;
	padding: 3px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	text-align: left;
	width: 200px;
}
.tooltip_body2 {
	border: 2px solid #c3d9ff;
	width: auto;
}
.tooltip_body3 {
	border: 2px solid #c3d9ff;
	width: 350px;
}

form {
	margin: 0;
	padding: 0;
}

form input {
	color: #000;
	font-family: Verdana, serif;
	font-size: 11px;
}
form select {
	color: #000;
	font-family: Verdana, serif;
	font-size: 11px;
}
form textarea {
	color: #000;
	font-family: Verdana, serif;
	font-size: 11px;
}

.tableList {
	margin: 10px;
}
.tableList tr {
	cursor: default;
}
.tableList tr:hover {
	background-color: #e8eef7;
}
.tableList th, .tableList td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
}
.tableList th {
	background-color: #e0ecff;
	text-align: center;
}
.tableList .actions {
	text-align: center;
}
.tableList .right {
	text-align: right;
}
.tableList .actions img {
	cursor: pointer;
	cursor: hand;
}

.tableForm {
	margin: 10px;
}
.tableForm .formname {
	border-right: 1px solid #ccc;
	color: #888;
	padding: 5px;
	text-align: right;
}
.tableForm .formvalue {
	padding: 5px;
}
.tableForm .formvalue input, .tableForm .formvalue select {
	width: 300px;
}
.tableForm .formvalue textarea {
	width: 300px;
}
.tableForm .submit_group {
	padding: 5px 0 0 0;
	text-align: center;
}
.tableForm .hr {
	background-color: #aaa;
	height: 2px;
}

.intro {
	border-top: 4px solid #c00000;
	border-bottom: 4px solid #c00000;
	margin-left: 15px;
}
.intro .images td {
	padding: 3px 0 0 0;
}
.intro .links {
	padding: 0 0 3px 0;
	text-align: right;
}
.intro a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.header {
	background: url(/img/header_bgr2.jpg) no-repeat left top;
	height: 267px;
	width: 1002px;
}

.header .searchBlock {
	color: #fff;
	font-weight: bold;
	margin: 4px 0 0 631px;
	position: absolute;
}
.header .searchBlock input {
	font-weight: normal;
//	margin: 1px 0 0 0;
}
.header .searchBlock input.txt {
	border: 1px solid #c40f0c;
	color: #000;
	font-family: Verdana, serif;
	font-size: 13px;
	margin: 0;
	width: 138px;
}

div.footer {
	color: #444444;
	font-size: 10px;
	padding: 30px 0 15px 0;
	text-align: center;
	width: 480px;
}

div.menu {
	background: url(/img/menu_bgr.gif) repeat-x left bottom;
	height: 32px;
}

.left, .right {
	width: 240px;
}
.left{
	padding: 0 0 0 10px;
}

.left .reg {
	margin: 0 0 10px 0;
	padding: 0 2px;
}
.left .reg div {
	background: url(/img/reg_bgr.gif) repeat-x left top;
	height: 133px;
}
.left .reg div h2 {
	color: #fff;
	font-family: Tahoma, serif;
	font-weight: normal;
	padding: 4px 0 11px 0;
	text-align: center;
}
.left .reg div select {
	border: 0px solid #fff;
	color: #000;
	font-family: Verdana, serif;
	font-size: 10px;
	margin: 0 20px 10px 20px;
	padding: 3px 3px;
	width: 196px;
}
.left .reg div input {
	border: 0px solid #fff;
	color: #000;
	font-family: Verdana, serif;
	font-size: 10px;
	margin: 0 20px 16px 20px;
	padding: 3px 3px;
	width: 190px;
}
.left .reg div input.btn {
//	margin: -4px 20px 0 20px;
	width: auto;
}
.left .reg div p {
	text-align: center;
}

.left h1, .right h1 {
	width: 238px;
}

.sheet div {
	background-color: #fff;
	border-left: 1px solid #C0BFBF;
	border-right: 1px solid #C0BFBF;
	width: 236px;
}
.sheet div h2 {
	color: #c00000;
	font-family: Tahoma, serif;
	font-weight: normal;
	padding: 8px 0 11px 0;
	text-align: center;
}
.sheet div p {
	text-align: center;
}
.sheet div p.img {
	padding: 34px 0 5px 0;
}



.sheet div.auto {
	padding: 10px 10px 0 10px;
	width: 216px;
}
.sheet div.auto p {
	padding: 0 10px 10px 10px;
	text-align: justify;
}

.sheet div.auto div.img {
background:transparent url(/img/news_border.gif) no-repeat scroll left top;
border:medium none;
padding:5px;
width:203px;
}


.sheet div.news {
	padding: 0 11px;
	width: 214px;
}
.sheet div.news h3 {
	font-size: 11px;
	margin: 0 0 4px 0;
	padding: 0 5px;
}
.sheet div.news div.img {
	background: url(/img/news_border.gif) no-repeat left top;
	border: none;
	height: 95px;
	padding: 5px;
	width: 203px;
}
.sheet div.news p {
	padding: 0 5px;
	text-align: justify;
}
.sheet div.news p.more,
.sheet div.news p.more_last {
	color: #c00000;
	font-weight: bold;
	padding: 5px 10px 45px 0;
	text-align: right;
}
.sheet div.news p.more_last {
	padding: 5px 10px 5px 0;
}

.content {
	padding: 0 17px 0 15px;
	text-align: justify;
}
.content p {
	text-indent: 20px;
}

.main_sheet {
	margin: 15px 0 0 0;
}
.main_sheet div.container {
	background-color: #fff;
	border-left: 1px solid #C0BFBF;
	border-right: 1px solid #C0BFBF;
	padding: 5px 35px 20px 35px;
	width: 408px;
}
.main_sheet div.container p.more {
	color: #c00000;
	font-weight: bold;
	padding: 5px 10px 45px 0;
	text-align: right;
}

.gallery div.preview {
	float: left;
	padding: 10px;
}
.gallery div.preview img {
	border: 1px solid #353535;
	cursor: hand;
	cursor: pointer;
}
.gallery div.photo {
	padding: 10px;
	text-align: center;
}
.gallery div.photo img {
	border: 1px solid #353535;
}
.gallery div.text,
.gallery div.text div,
.gallery div.text p {
	text-align: center;
}

.main_sheet div.container p {
	text-align: justify;
}
.main_sheet div.container .personal_preview div.img {
	background: url(/img/small_bgr.gif) no-repeat left top;
	border: none;
	height: 90px;
	margin: 0 18px;
	padding: 5px;
	width: 90px;
}
.main_sheet div.container .personal_preview p {
	text-align: center;
	text-indent: 0;
}
.main_sheet div.container .personal_preview p a {
	font-weight: bold;
}
.main_sheet div.container .personal div.img {
	background: url(/img/big_bgr.gif) no-repeat left top;
	border: none;
	height: 330px;
	margin: 0 0 15px 0;
	padding: 5px;
	width: 250px;
}
.main_sheet div.container .personal div.img2 {
	background: url(/img/big_bgr_2.gif) no-repeat left top;
	border: none;
	height: 250px;
	margin: 0 0 15px 0;
	padding: 5px;
	width: 330px;
}

.main_sheet div.container .programs td {
	padding: 0 0 0 10px;
}
.main_sheet div.container .programs .img {
	background: url(/img/small_bgr.gif) no-repeat left top;
	border: none;
	height: 100px;
	margin: 0;
	padding: 5px;
	width: 90px;
}

.auto td {
	border: 1px solid #000;
}
.auto td p {
	padding: 2px 5px;
	text-align: center;
	text-indent: 0;
}

.menulogo {
		margin:0 0 5px 10px;
}