html, body {
	height: 100%;  /* For XHTML, to stretch site vertical. */
	margin: 0px;
	padding: 0px;
}
table {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
table td {
	padding: 0px;
	vertical-align: top;
}

table.project td {
	padding: 5px;
	vertical-align: top;

}
table.project td p {
        text-indent: 0px;

}

p {
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
	padding-bottom: 8px;
}
p.calc {
	margin: 5px 15px;
	color: white;
	line-height: 150%;
	text-indent: 0px;
}


a, a:hover {
	text-decoration: none;
	color: #a6ff00;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a.blue,a.blue:hover { color: #075c9f; }

img {
	border: 0px;
}
body, td, a, a:hover, p, div, pre {
	font-family: arial, verdana, tahoma;
	font-size: 14px;
}
ol, ul {
	margin-top: 5px;
}

/*
 *	table CONTAINER.
 */

table.container {
	background: #075c9f;
	height: 100%;
	width: 1004px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
table.container td.header_container {
	height: 351px;

}
table.container td.menu_hor_container {
	height: 38px;
}
table.container td.content_container {
}
table.container td.footer_container {
	height: 65px;
	background: white;
}


/*
 *	table HEADER.
 */
table.header {
	height: 351px;
}
table.header td.head {
	background: url(../images/header.jpg) no-repeat;
	text-align: right;
	padding-top: 160px;
	padding-right: 60px;
}




/*
 *	table MENU_HOR_CONTAINER.
 */

table.menu_hor,
table.menu_hor_bot {
	height: 38px;
}
table.menu_hor_bot td.mitem,
table.menu_hor td.mitem {
	background: url(../images/menu_hor_mitem_bkgr.gif) repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #aaa;
	font-weight: bold;
}
table.menu_hor_bot td.mitem {
	background: url(../images/menu_hor_mitem_bkgr2.gif) repeat-x;
}

table.menu_hor_bot td.mitem a,
table.menu_hor_bot td.mitem a:hover,
table.menu_hor td.mitem a,
table.menu_hor td.mitem a:hover {
	color: white;
	font-weight: bold;
}

table.menu_hor_bot td.separ,
table.menu_hor td.separ {
	width: 5px;
}



/*
 *	table MENU_VERT.
 */
table.menu_vert {
	background: white;
}
table.menu_vert td.mitem {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-align: right;*/
	padding: 3px 0px;
	padding-left: 10px;
	padding-right: 15px;
	line-height: 14px;
}
table.menu_vert td.mitem a,
table.menu_vert td.mitem a:hover {
	font-size: 12px;
	font-weight: bold;
	font-family: arial narrow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






/*
 *	table CONTENT.
 */

table.content {
	height: 100%;
}
table.content td.content_left {
	width: 250px;
	padding: 10px 0px;
	border-right: 1px solid #b8d0e4;
	background: url(../images/right_content_green_bkgr.gif);
}
table.content td.content_mid {
	padding: 10px;
	color: white;
	text-align: left;
}
table.content td.content_right {
	width: 250px;
	background: url(../images/right_content_green_bkgr.gif);
	background-color:#FFFFFF;
	border-left: 1px solid #7daca8;
}

/*
 *	table FOOTER.
 */

table.footer {
	height: 65px;

}
table.footer td {
	vertical-align: middle;
}
table.footer td.counters {
	padding-left: 15px;
	padding-right: 15px;
	text-align:right;
}
table.footer td.copyright {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	width: 260px;
}
table.footer td.contacts {
	font-size: 12px;
}

/*
 *	table TITLE_GREEN.
 */

table.title_green {
	height: 36px;
	background: #84c225;
}
table.title_green td {
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 0px;
	color: white;
	text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table.title_green td.left {
	text-align: left;
	padding-left: 15px;
}
table.title_green td.right {
	text-align: left;
	padding-left: 15px;
}


/*
 *	DIV styles
 */
div.left_content_block {
	padding: 15px;
	/*text-align: right;*/
}
div.right_content_block {
	padding: 15px;
}


/*
 *	LINKS styles.
 */
a.article_main, a.article_main:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS, tahoma, arial narrow;
	line-height: 16px;
	text-decoration: underline;
}
a.article_main:hover {
	text-decoration: none;
}
a.news_main, a.news_main:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS, tahoma, arial narrow;
	line-height: 16px;
	text-decoration: underline;
}
a.news_main:hover {
	text-decoration: none;
}

/*
 *	OTHER styles.
 */
h1.title {
	font-size: 22px;
	color: white;
	text-align: center;
	padding-bottom: 10px;
	text-indent: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p.title2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-indent: 0px;
	padding-left: 20px;
	text-align: left;
}
p.noind {
	text-indent: 0px;
}

a.news_title,
a.news_title:hover {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #075c9f;
}
.slink, a.slink { font-size:8px; color:#333333; }
.clink, a.clink, a:hover.clink { color:#FFFFFF; cursor:pointer; text-decoration:none; }
