.empty {

}



*:focus {
	outline: none;
}

body, table {
	font-size: 16px;
	font-family: Times;
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	background-color: #dcdcdc;
	scrollbar-base-color: #dcdcdc;
	scrollbar-shadow-color: #FFDFB6;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-arrow-color: #000000;
	/*scrollbar-track-color: #000000;*/
	overflow: auto;
	border: 0px none;
}

body.gal {
	scrollbar-base-color: #dcdcdc;
	scrollbar-shadow-color: #FFDFB6;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-arrow-color: #000000;
	/*scrollbar-track-color: #000000;*/
	overflow: auto;
	//position: absolute;
	background: #dcdcdc url('../images/clouds_2.jpg') no-repeat fixed 50% 30px;
}


a {
	color: #000000;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
}

a:visited {
	color: #000000;
}

table.header {
	width:  100%;
	height: 175px;
	background-image: url('../images/clouds_2.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

td.headbg0 {
	background-image: url('../images/headbg0.jpg');
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

td.lineleft {
	background-image: url('../images/lineleft.jpg');
	background-repeat: no-repeat;
}

td.lineright {
	background-image: url('../images/lineright.jpg');
	background-repeat: no-repeat;
}

td.menu {
	background-image: url('../images/menu_2.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.menu a {
	font-size: 19px;
	color: #680004;
	text-decoration: underline;
}

table.menu a:hover {
	font-size: 19px;
	text-decoration: none;
}

table.menu a:visited {
	font-size: 19px;
	color: #680004;
}


table.menu td {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	height: 27px;
}

img {
	behavior: url("./png.htc");
}

table.downlogo {
	height: 100%;
}


#toper_01 {
	width:  100%;
	height: 28px;     
	position: fixed;     
	//position: absolute;
	background: url('../images/line.jpg') repeat-x 50% 0;
	top: expression(document.getElementsByTagName("body")[0].scrollTop + "px");
	z-index: 100;
	margin: 0 0 0 0; 
}

#toper_02 {
	width:  250px;
	height: 700px;
	position: fixed;     
	//position: absolute;
	top: expression(document.getElementsByTagName("body")[0].scrollTop + "px");
	margin: 28px 0 0 0;
	left: 3.7%;
	z-index: 100; 
}



h1 {
	font-size: 23px;
	font-family: Times;
	color: #680004;
}

div.menu {
	display: none;
	position: relative;
	width: 250px;
	text-align: center;
	height: 28px;
}

div.menu a,div.menu a:visited,div.menu a:hover {
	font-family: "Arial", "Tahoma", "Verdana";
	font-size: 15px;
	font-weight: 600;
}


div.description {
	display: none;
}

div.submenu {
	position: relative;
	display: none;
	padding: 2px 10px 2px 10px;
}

div.submenu a, div.submenu a:hover, div.submenu a:visited  {
	font-size: 14px;
	font-family: "Arial", "Tahoma", "Verdana";
}


div.subfolder {
	display: none;
	position: absolute;
	width: 150px;
	text-align: left;
	z-index: 99;
	margin-left: 55px;
	margin-top: -2px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #680004;
	filter:alpha(opacity=90);
	background-color: #E7D3BE;
	-moz-opacity: 0.9;
}

.gallery img.photo {
	border: 1px solid #751617;
}

div.centerblock {
	height: 434px;
	overflow: auto;
	margin: 10px 45px 15px 30px;
	text-align: justify;
	padding-right: 20px;
}

#line_tbl {
	width:  100%;
	height: 28px;
	border-collapse: collapse;
}
td.one_line {
	background: #000000 url('../images/line.jpg') no-repeat 50% 0px;
}
td.img_td_1 {
	width:  250px;
	height: 175px;
	border: none;
}
td.img_td_2 {
	width:  461px;
	height: 175px;
}

#mspacer {
	width: 280px;
}



div#ajax_upload_pic {
	background: transparent url('../images/btnFileUpload.jpg') no-repeat 0px -10px;
	//background: transparent url('../images/btnFileUpload.jpg') no-repeat 0px -15px;
	float:left;
	width:161px;
	height:35px;
}


input.btnFileUpload1{	
	//height:20px;
}