/* neutralize styling: elements we want to clean out entirely */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* neutralize styling: elements with a vertical margin */
h2, h3, h4, h5, h6, p, pre,
blockquote, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* apply left margin: only to the few elements that need it */
dd, blockquote {
	margin-left: 1em;
}

/* miscellaneous conveniences */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* form field text-scaling */
input, select, textarea {
	font-size: 100%;
}



.bodymain {
	font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: white;
	background: #444444 url(images/bg.gif) scroll repeat-x 0 0;
}

.bodyiframe {
	font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: white;
}

h1 {
	position: absolute;
	top: 47px;
	left: 44px;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #750024;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* wrapper */
#wrapper {
	width: 768px;
	margin: 0 auto;
	color: #7C7C7C;
	background: white url(images/bg_wrapper.jpg) scroll repeat-y top left;
}

#wrapperiframe {
	margin: 0 auto;
	color: #7C7C7C;
}

#wrapper-bottom {
	background: transparent url(images/bg_wrapper_bottom.jpg) scroll no-repeat bottom left;
}
#wrapper-top {
	position: relative;
	padding: 161px 0 0 29px;
	min-height: 710px;
	background: transparent url(images/bg_wrapper_top.jpg) scroll no-repeat top left;
}
* html #wrapper-top {
	height: 710px;
}



/* footer */
#footer {
	clear: both;
	position: relative;
	width: 768px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	color: #474747;
	background: transparent url(images/bg_footer.jpg) scroll repeat-x top left;
}
#footer-left {
	background: transparent url(images/bg_footer_left.jpg) scroll no-repeat top left;
}
#footer-right {
	position: relative;
	height: 160px;
	padding: 15px 0 0 360px;
	background: transparent url(images/bg_footer_right.jpg) scroll no-repeat top right;
}

#footer h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
}

#phones {
	float: right;
	width: 220px;
}
#phones div {
	clear: left;
	float: left;
	width: 60px;
}

#copyright {
	position: absolute;
	left: 100px;
	top: 140px;
	font-size: 10px;
	color: #787878;
}
#copyright a {
	color: #787878;
}



#flash-top {
	position: absolute;
	top: 27px;
	left: 261px;
}



#topmenu {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 22px 0 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	background: transparent url(images/bg_topmenu_left.jpg) scroll no-repeat top left;
}
#topmenu li {
	float: left;
	height: 16px;
	padding: 5px 3px 0 18px;
	background: transparent url(images/bg_topmenuitem.gif) scroll no-repeat top left;
}

#menu {
	margin: 0;
	padding: 0 0 11px 0;
	list-style-type: none;
	background: transparent url(images/bg_menu_bottom.jpg) scroll no-repeat bottom right;
}
#menu li {
	height: 14px;
	padding: 3px 0 3px 30px;
	background: transparent url(images/bg_menuitem.gif) scroll no-repeat bottom left;
}

#menu a, #topmenu a {
	font-size: 9px;
	color: #666666;
}

.menuext {
	font-size: 9px;
	color: #666666;
}

#sidebar {
	float: left;
	width: 229px;
	padding: 0 0 95px 0;
}

#sidebar h2 {
	height: 18px;
	margin: 1em 0 0 0;
	padding: 8px 0 0 10px;
	font-size: 12px;
	color: #898989;
	background: transparent url(images/bg_sidebar_title.gif) scroll no-repeat top left;
}

#sidebar .content {
	padding: 10px;
	background: transparent url(images/bg_sidebar_content.jpg) scroll no-repeat top left;
}



#content {
	width: 440px;
	margin: 0 0 0 250px;
	padding: 70px 0 50px 0;
}

#content h2 {
	padding: 0 0 3px 0;
	font-size: 14px;
	color: #478091;
	border-bottom: 1px dashed #BFBFBF;
}

.h2a {
	padding: 0 0 0px 0;
	font-size: 14px;
	font-weight: bold;
	color: #478091;
	border-bottom: 1px dashed #BFBFBF;
}

.back
{
	color: #948e84;
	font-size: 10px;
}

#content h3 {
	padding: 0 0 0px 0;
	font-size: 12px;
	color: #478091;
}

.photo {
	float: left;
	margin: 0 15px 15px 0;
}

.tr2 {
	background-color:  #F7F7F7;
}



#scrollholder {
	position: relative;
	width: 420px;
	height: 300px;
	z-index: 100;
	overflow: hidden;
}
#scrollwindow {
	position: absolute;
	left: 0;
	top: 0;
	width: 420px;
	height: 300px;
	clip: rect(0px, 420px, 300px, 0px);
	z-index: 1;
	overflow: hidden;
	}
#scrollcontent {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	visibility: visible;
}
#scrollbar {
	float: right;
	position: relative;
	width: 11px;
	height: 280px;
	margin: 10px 0 0 0;
	font-size: 1px;
	z-index: 1;
}
#scrolltrack {
	position: absolute;
	left: 0;
	top: 20px;
	width: 7px;
	height: 240px;
	background-color: #f2f2f2;
	z-index: 1;
}
#scrolldragbar {
	position: absolute;
	left: 3px;
	top: 1px;
	width: 5px;
	height: 20px;
	background-color: #F4BB58;
	z-index: 1;
}
#scrollup {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#scrolldown {
	position: absolute;
	left: 0;
	bottom:0;
	z-index:3;
}

.mailhref
{
	color: #666666;
}

.asterix
{
    color: red;
}

.just
{
    text-align: justify;
}