@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
}

body {
	background-color: #fff3e6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
}

a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004583;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #004583;
}

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

a:active {
	text-decoration: none;
	color: #004583;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 36px;
	color: #004583;
}

h2 {
	font-size: 24px;
	color: #004583;
}

h3 {
	font-size: 18px;
	color: #004583;
}

h4 {
	font-size: 16px;
	color: #004583;
}

img { 
	margin: 0px;
	padding: 0px;
}

#wrap_main {
	height: 575px;
	width: 800px;
	text-align: center;
	padding: 0px;
	margin: auto;
	vertical-align: middle;
}

#header {
	position: relative;
	text-align: left;
	height: 79px;
	width: 800px;
}

#real_header {
	position: absolute;
	bottom: 1px;
	background-image:url(../img/logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	height: 73px;
}

#title {
	position: absolute;
	left: 150px;
	bottom: 1px;
	text-align: left;
}

#links {
	position: absolute;
	right: 0px;
	bottom: 1px;
	text-align: right;
}

#top_balk {
	position: relative;
	top: 1px;
	height: 19px;
	width: 792px;
	background-color: #004583;
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
}

#body {
	position: relative;
	text-align: left;
	width: 800px;
}

#menu {
	position: absolute;
	background-color: #ff8300;
	height: 480px;
	width: 145px;
	top: 3px;
}

#text {
	position: absolute;
	background-color: #ff8300;
	height: 420px;
	width: 634px;
	top: 3px;
	left: 148px;
	z-index: 1;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	overflow-y: auto;
	scrollbar-face-color:#ff8300;
    scrollbar-highlight-color:#feb566;
    scrollbar-3dlight-color:#E7EDFC;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#7989C7;
    scrollbar-arrow-color:#fff3e6;
    scrollbar-track-color:#fff3e6;
}

#photo {
	position: absolute;
	height: 155px;
	width: 654px;
	top: 3px;
	left: 148px;
	z-index: 2
}

.blue_title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;	
	color: #004583
}

.text_title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}

.float_left {
	float: left;
	margin: 5px;
	border: none;
}

.float_right {
	float: right;
	margin: 5px;
	margin-right: 10px;
	border: none;
}


.table_td_normal {
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
}

.table_td_right {
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}

.table_td_bottom {
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

.table_td_bottom_right {
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}