/*
 * $Id: main.css 14 2009-06-10 07:49:12Z root $
 */

div#container {
	width: 780px;
	margin: 0 auto;
	background-image: url(/images/framework/bgMain.gif);
	background-repeat: repeat-y;
	background-position:left top;
	height:100%;
	padding:0;
}
div#top	{
	background-image: url(/images/framework/header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width:772px;
	height:145px;
	margin:0;
	padding:0;
	}
div#menu	{
	height:198px;
	width: 772px;
	padding-top:12px;
	padding-left:0;
	padding-right:0;
	background-color:#D5E7F5;
	margin:0;
	padding-bottom:0px;
}
div#content	{
	width:772px;
	background-color: #EDF4FE;
	}
div#left	{
	width: 502px;
	padding:20px;
	padding-left:30px;
	float:left;
	display:inline;
	}
div#right	{
	width:220px;
	float:right;
	display:inline;
	text-align:center;
	}
div#right img	{
	vertical-align:middle;
	}
div#right a	{
	color:#2F628A!important;
	font-size:11px;
	float:left;
	margin-left:21px;
	}
div#txtBottom	{
	background-image:url(/images/framework/text-bottom.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#EDF4FE;
	height: 28px;
	width:772px;
	}
div#footer	{
	height:auto;
	width:772px;
	background-color: none;
	}
img.illustration	{
	border:1px solid #000;
	margin:21px;
	}
/* Start menu top button markup */
ul.menuTop {
	width: 764px;
	list-style-type:none;
	margin-right:0;
	padding:0;
	margin-left:8px;
}
ul.menuTop li {
	list-style-type:none;
	float:left;
	width:177px;
	height:172px;
	margin-left:5px;
	margin-right:5px;

}
ul.menuTop li a {
	display:block;
	font-size:17px;
	letter-spacing:1px;
	font-weight:800;
	width:137px;
	height:112px;
	vertical-align:middle;
	padding:20px;
	padding-top:40px;
	font-style:italic;
	line-height:170%;
	text-align:left;
}
ul.menuTop li a {
	background-image: url(/images/framework/button-off.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color:#F8FD03;
}
ul.menuTop li a:hover,
ul.menuTop li a.itemOn {
	background-image: url(/images/framework/button-on.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color:#F8FD03;
	text-decoration:none;
}
/* End menu top button markup */
/* Start menu top button markup */

ul#barBottom	{
	width:772px;
	font-size:12px;
	color:#fff;
	height:28px;
	vertical-align:middle;
	text-align:center;
	margin:0;
	padding:0;
	background-image: url(/images/framework/adresBar-main.gif);
	background-position: right top;
	background-repeat: repeat-x;
	}
ul#barBottom li	{
	padding-top:6px;
	display:inline;
	float:left;
	list-style:none;
	text-align:center;
	}
ul#barBottom li a {
	color: #fff;
	}
ul#barBottom li#leftBar	{
	background-image: url(/images/framework/adresBar-left.gif);
	width:18px;
	height:28px;
	padding:0;
	margin:0;
	}

/* Stop menu top button markup */