@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	margin:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#040008;
}
* html .container {
	height: 100%;
	z-index:1;
}

#container{
	width:100%;
	height:auto;
	margin:0px auto;
}
#ltlUpBar{
width:100%;
height:418px;
}
#content{
width:100%;

background-color:#FFF;

}
#bottom{
width:981px;
height:142px;
background-image:url(images/bottom.jpg);
}
#bottom2{
width:981px;
height:43px;
background-color:#10041a;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #040008;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3F2852;
}
.txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #331F44;
	text-decoration: none;
	text-align: justify;
}
.nav{
	margin:0;
	padding:0 0 5px;
	list-style:none;
	
	overflow:hidden;
}
.nav li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration:none;	
	}
.nav li a:hover{text-decoration:underline;}
.txtDwn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.titlesDwn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #10041A;
	text-decoration: none;
}
.rights {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #47305A;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
