
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	
}

h1, h2, h3, h4 {
	color: #9C1831;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
hr {
	border: 1px solid #9C1831;
	clear: both;	
}
.title {
	float: right;
	margin-top: 20px;
}
.logo {
	float: left;
}

.flag {
	padding-top: 8px;
	padding-left: 15px;
	font-weight: bold;
	/*line-height: 11px;*/
}

.cont-env {
	background-image: url(../gfx/cornbottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 458px;
	width: 698px;
	border-top: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
}
.cont {
	margin: 30px;
}

/* --------------------------- */


#flag1-env, #flag2-env, #flag3-env ,#flag4-env, #flag5-env, #flag6-env, #flag7-env {
	background-image: url(../gfx/newflag.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 90px;
	left: 80px;
	top: 2px;
	position: absolute;
	z-index: 1;
}



/* --------------------------- */


#card1, #card2, #card3, #card4, #card5, #card6, #card7 {
	background-image: url(../gfx/corntop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	border-right: 1px solid #cccccc;
	position: absolute;
	height: 460px;
	width: 700px;
	left: 155px;
	top: 50px;
	overflow: hidden;
}

/******* CARDS *******/

#card7 {
	left: 150px;
	top: 50px;
	z-index: 1;
}
#card6 {
	left: 145px;
	top: 55px;
	z-index: 3;
}
#card5 {
	left: 140px;
	top: 60px;
	z-index: 5;
}
#card4 {
	left: 135px;
	top: 65px;
	z-index: 7;
}
#card3 {
	left: 130px;
	top: 70px;
	z-index: 9;
}
#card2 {
	left: 125px;
	top: 75px;
	z-index: 11;
}
#card1 {
	left: 120px;
	top: 80px;
	z-index: 13;
	overflow: auto;
}

/****** FLAGS ******/

#flag7-env {
	left: 730px;
	top: 12px;
	z-index: 2;
}
#flag6-env {
	left: 645px;
	top: 17px;
	z-index: 4;
}
#flag5-env {
	left: 560px;
	top: 22px;
	z-index: 6;
}
#flag4-env {
	left: 475px;
	top: 27px;
	z-index: 8;
}
#flag3-env {
	left: 390px;
	top: 32px;
	z-index: 10;
}
#flag2-env {
	left:305px;
	top: 37px;
	z-index: 12;
}
#flag1-env {
	left: 220px;
	top: 42px;
	z-index: 14;
}

.flag a {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.c-env {
	height: 300px;

}
.c-left {
	width: 300px;
	float: left;
}
.c-right {
	width: 300px;
	float: right;
}



