/* CSS Document */

/*
color:#6E696F;
color:#C10001;

color:#E0FFFF;
*/
body{
	margin:0;
	padding:0;
	background:url(img/bg.gif) white repeat-x top;
	color:white;
}

a{
	color:#E0FFFF;
}
a:hover{
	color:gray;
}

a img{
	border:1px solid #E0FFFF;
}
a:hover img{
	border:1px solid gray;
}

.logo{
	float:left;
}
.small{
	font-size:10pt;
}
.big {
	font-size:x-large;
}
h1{
	margin:0;
	padding:10px;
	color:#E0FFFF;
}
h2, h3, h4, p{
	margin:0;
	padding:5px;
	text-align:justify;
}

.gallery p{
	text-align:left;
}

#container{
	background:#6E696F url(img/header.gif) top no-repeat;
	padding:0;
	width:800px;
	border-left:2px solid #C10001;
	border-right:2px solid #C10001;
	margin:0 auto;
}

h1{
	margin:166px 0 0 0;
	padding:0 0 0 10px;
	float:right;
	background:url(img/h.gif);
	width:198px;
	height:38px;
}

h3{
	background:url(img/h3.gif) right;
	width:299px; /*314*/
	height:31px;
	
	line-height:31px;
	vertical-align:middle;
	text-align:right;
	
	margin:15px 0 10px -10px;
	padding:0 15px 0 0;
	
	color:white;	
}


/* Menu */
.menu{
	margin:90px 0 0;
	padding:0;
	float:right;
}
.menu li{
	list-style-type:none;
}
.menu a{
	padding-left:20px;
	background:url(img/menu.gif);
	width:163px;
	height:38px;
	color:#E0FFFF;
	text-decoration:none;
	display:block;
	width:163px;
	height:38px;
	padding-left:20px;
}

.menu a:hover{
	color:#E0FFFF;
	text-decoration:none;
	
	display:block;
	background:url(img/menu_pr.gif);
	width:163px;
	height:38px;
	padding-left:20px;
}
/* Menu End */


.center{
	clear:both;
	padding:10px;
}


.footer{
	font-size:22px;
	margin-top:20px;
	clear:both;
	background:url(img/footer.gif);
	height:38px;
	text-align:right;
	padding:0 65px;
	
	line-height:38px;
	vertical-align:middle;
}


form{
	width:70%;
	text-align:right;
}

.centered{
	text-align:center;
}
.red{
	color:#C10001;
}


/* BIA Standard */
.big{
	font-size:22px;
}
.impact{
	color:#336600;
	font-size:18px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:all;
}
.centered{
	text-align:center;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
/* BIA Standard end */