/* CSS Document */

html, body{
	padding:0;
	margin:0;
	height:100%;
	min-height:100%;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}
img{
	border:0 important!;
}
#container{
	width:778px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	min-height: 100%;
	height: 100%;
	background: #fff url(images/background.gif) repeat-y;
}

#container2{
	width:778px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	min-height: 100%;
	background: #2F3A65 url(images/lineb.gif) repeat-y;
}

#container3{
	width:778px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	min-height: 100%;
	background: #2F3A65 url(images/b.gif) repeat-y;
}

#face{
	position:absolute;
	width:588px;
	height:120px;
	top:67px;
	left:190px;
	background: #fff url(images/faceb.gif) no-repeat;
}

p{
	font-size: 13px;
	color:#003777;
	text-align:left;
	padding-right:10px;
	margin:10px;
	margin-bottom:5px;
	margin-top:0;
	line-height: 140%;
	padding-bottom:10px;
}

.p2{
	font-size: 12px;
	color:#003777;
	text-align:justify;
	padding-right:10px;
	margin:10px;
	margin-bottom:5px;
	margin-top:0;
	margin-left:30px;
	line-height: 150%;
	padding-bottom:10px;
}


.txt{
	font-size: 13px;
	color:#003777;
	padding-right:10px;
	line-height: 150%;
}

.note{
	font-size: 10px;
	font-weight:bold;
	color:#003777;
	text-align:center; 
	padding-top:1px;
	
}
body>#container{
	height: auto;
}
html>body #container {
  height: auto;
}
body>#container2{
	height: auto;
}
html>body #container2 {
  height: auto;
}

body>#container3{
	height: auto;
}
html>body #container3 {
  height: auto;
}

#space{
	height:120px;
}
#menu {
	position:absolute;
	left:0;
	top:67px;
	width:190px;
	height:432px;
}

#menu a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	line-height:200%;
	font-size:12px;
}


#menu a:hover{
	color:#2D3C70;
	text-decoration:none;
	line-height:200%;
	font-size:12px;
}
	

#home a{
	color:#2F3A65;
	font-weight:normal;
	font-size: 10px;
	padding-left:8px;
}
#home a:hover{
	color:#2F3A65;
}

#titlebar{
	width:778px;
	height:20px;
	background: #2F3A65 url(images/titlebar.jpg) left no-repeat;
}

#titlebar1{
	width:778px;
	height:20px;
	background: #2F3A65 url(images/titlebar2.jpg) left no-repeat;
}

.bartxt{
	color:#fff;
	font-size: 16px;
	padding-top:20px;
	margin-left:190px;
	font-weight:bold;
}

#titbig{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:36px;
	color: #2F3A65;
	font-size: 20px;
	padding-left:8px;
	margin-left:200px;
	margin-top:40px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2F3A65;
	font-size: 20px;
	padding-left:8px;
	margin-left:200px;
	margin-top:40px;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003777;
	margin:10px;
}
#txtcontainer{
	width:588px important!;
	margin-left:190px;
	margin-top:2px;
}


#txtcontainer1{
	width:555px important!;
	margin-left:200px;
}
#footer{
	width:778px;
	height:48px;
	position:absolute;
	bottom:0;
	background: #2F3A65 url(images/banner.jpg) left no-repeat;
}
* html #titbig{	
	padding-top:40px;
}

td{
	vertical-align:top;
	color: #003777;
	font-size: 13px;
	padding-left:50px;
}

.td2{
	font-weight:bold;
	padding-left:10px;
}

a.deco:link{
	font-weight:bold;
	color: #2F3A65;
	text-decoration:none;
}

a.deco:hover{
	font-weight:bold;
	color:#fff;
	background: #4D797D;
	text-decoration:none;
}

A.deco:visited{
	font-weight:bold;
	color: #2F3A65;
	text-decoration:none;
}

.spe{
	margin-left:24px ! important;
}