table.table_main {
 width: 1024px;
}

td.td_header {
 background-color: #004b32;
 background-image: url(../images/header_top.png);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 height: 180px;
 border-bottom: 1px solid #7fa598;
}

td.td_left {
 background-image: url(../images/left_background.png);
 background-repeat: repeat-y;
 width: 102px;
}

td.td_menu {
 background-color: #efefef;
 vertical-align: top;
 width: 137px;
}

td.td_content {
 vertical-align: top;
}

td.td_right {
 background-color: #f79a00;
 background-image: url(../images/right_background.png);
 background-repeat: no-repeat;
 background-position: bottom center;
 vertical-align: top;
 width: 256px;
 height: 500px;
}

td.td_footer {
 background-color: #004b32;
 background-image: url(../images/footer_bottom.png);
 background-repeat: no-repeat;
 background-position: bottom left;
 height: 113px;
}

img.img_footer {
 margin-left: 55px;
}

div.div_header_logo {
 float: left;
 margin-top: 20px;
 margin-left: 115px;
}

div.div_header_buttons {
 float: right;
 margin-top: 125px;
 margin-right: 15px;
}

div.div_right {
 color: #ffffff;
 font: 11px Tahoma, Verdana, Arial;
 font-style: italic;
 font-weight: bold;
 margin-top: 10px;
 margin-left: 15px;
}

div.div_right li {
 margin-left: -20px;
 line-height: 15px;
}

.menu {
 font: 12px Tahoma, Verdana, Arial;
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

.menu:Hover {
 font: 12px Tahoma, Verdana, Arial;
 color: #000000;
 font-weight: bold;
 text-decoration: underline;	
}

.submenu {
	font : 12px Tahoma, Verdana, Arial;
	color : #999999;
	text-decoration : none;
}

.submenu:Hover {
	font : 12px Tahoma, Verdana, Arial;
	color : #FFFFFF;
	text-decoration : none;
}

.submenu_active {
	font : 12px Tahoma, Verdana, Arial;
	color : #ffffff;
	text-decoration : none;
}

.td_menu_item {
	height : 30px;
	padding-right : 10px;
}

.td_submenu_item {
	height : 22px;
	padding-right : 10px;	
}

.td_project_title {
	font : 12px Tahoma, Verdana, Arial;
	color : #FFFFFF;
	font-weight : bold;
	text-align : justify;
	line-height : 18px;
	background-color : #F76F00;
}

.div_content {
 height: 100%;
 width: 510px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
 font: 12px Tahoma, Verdana, Arial;
 text-align: justify;
 line-height: 18px;
}

body {
	scrollbar-base-color: #ffe8d9;	
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #ffe8d9;
	scrollbar-3dlight-color: #ffe8d9;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #ffe8d9;
	scrollbar-face-color: #ffe8d9;
}

.img_project {
	border : 5px solid #999999;
	margin-left : 15px;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-right :-2px;
}

p {
	margin : 0px;
}

.form {
	width : 250px;
	border : 1px solid #000000;
	font : 12px Tahoma, Verdana, Arial;
	font-weight : bold;
}

.form_textarea {
	width : 250px;
	height :100px;
	border : 1px solid #000000;
	font : 12px Tahoma, Verdana, Arial;
	font-weight : bold;
}

.form_button {
	border : 1px solid #000000;
	font : 12px Tahoma, Verdana, Arial;
	font-weight : bold;
}