body, html, p, div, span, img, table, tr, td, th, ul, ol, li, h1{
	padding: 0;
	margin: 0;
	border: 0;
}


body, html{
	color: #000;
	text-align: center;
	height:100%;
	font: 86% arial, sans-serif;
}

body{
	background: #ddeaef url('../images/bgPage.gif') left top repeat-x;
}


/*
	CONTAINERS
*/


#containerPage{
	width: 1075px;
	height: 365px;
	background: url('../images/bgBottom.jpg') left top no-repeat;
}

#containerPage2{
	width: 1075px;
	min-height: 340px;
	height:auto !important;
  	height: 340px;
	background: url('../images/bgBottom2.jpg') left top no-repeat;
}

#divClear{
	clear: both;
	height: 1px;
}

#containerPageOuter{
	background: url('../images/bgText.gif') left top repeat-y;
}

#containerFooter{
	clear: both;
	text-align: right;
	padding: 60px 150px 0 0;
	font-size: 82%;
}

#containerFooter2{
	clear:both;
	background: url('../images/bgFooter2.jpg') left top no-repeat;
	height: 57px;
	text-align: right;
	padding: 100px 110px 0 0;
	font-size: 82%;
}

#containerFooter p,
#containerFooter2 p{
	padding: 0;
	margin: 0;
}

#containerContent{
	float: left;
	width: 460px;
	height: 230px;
	margin: 10px 0 0 120px;
	color: #990066;
	text-align: left;
}

#containerContent2{
	float: left;
	width: 460px;
	margin: 10px 0 0 120px;
	color: #990066;
	text-align: left;
}

#containerContentText{
	overflow: auto;
	overflow-x: hidden;
	height: 200px;
	color: #000;
}

#containerContentText2{
	color: #000;
}

#containerContentText p,
#containerContentText2 p{
	padding: 0 0 10px 0;
	line-height: 150%;
}

h1{
	display: block;
	width: 1075px;
	height: 250px;
	background: url('../images/imgTop.jpg') left top no-repeat;
}

h1 a{
	display: block;
	width: 1075px;
	height: 250px;
	text-indent: -9999px;
	font-size: 1px;
	text-decoration: none;
}


h2{
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 24px;
	color: #9D5D91;
}

h3{
	font-weight: bold;
	font-size: 16px;
	color: #9D5D91;
	padding: 15px 0 10px 0;
	margin: 0;
}

h4{
	color: #196594;
	font-weight: bold;
	font-size: 12px;
	padding: 15px 0 0 0;
	margin: 0;
}


/*
	TABLES
*/


#tableBody{
	width: 100%;
	height: 100%;
}

#cellLeft{
	background: #ddeaef url('../images/bgPage.gif') right top repeat-x;
	height: 403px;
}

#cellCenter{
	width: 1075px;
	background: url('../images/bgBottomLines.gif') top repeat-y;
	height: 100%;
}

#cellRight{
	background: #ddeaef url('../images/bgPage.gif') left top repeat-x;
	height: 403px;
}


/*
	MENU
*/

#containerMenu{
	width: 150px;
	height: 150px;
	float: left;
	padding: 33px 0 0 160px;
	text-align: left;
}

ul#menuMain{
	list-style: none;
	color: #6ca9ce;
}

ul#menuMain li{
	padding: 3px 0 3px 0;
}

ul#menuMain li a{
	color: #6ca9ce;
	text-decoration: none;
	font-weight: bold;
}

ul#menuMain li a:hover{
	color: #a1cce6;
	text-decoration: underline;
	font-weight: bold;
}


ul#menuMain li a#linkSelected{
	color: #1d527a;
	text-decoration: none;
	font-weight: bold;
}

ul#menuMain li a#linkSelected:hover{
	color: #2e6792;
	text-decoration: underline;
	font-weight: bold;
}



/*
	OTHER
*/

.imgPortrait{
	float: right;
	margin: 0 30px 0 0;
}

.blockContact{
	height: 60px;
	padding: 0;
	margin: 0;
}

#virtual{
	float:right;
	margin: 10px 150px 0 0;
}