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


body {

	margin-top:0px;
	background-color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #FFFFFF;
}

p {
	text-align:justify;
}

a {
	text-decoration:none;
	color:#f23b3b;
	font-weight:600;
	padding-right:20px;
}

a:hover {
	text-decoration:none;
	color:#43e5ef;
	font-weight:600;
}

.redtitle {
	color:#f23b3b;
	font-weight:800;
}

.bluetitle {
	color:#43e5ef;
	font-weight:800;
}

#wrapper {
	width:950px;
	text-align:center;
}

#header {
	background-image:url(images/fetcon_header.jpg);
	width:931px;
	height:141px;
	padding-bottom:5px;
}

#country {
	margin-top:3;
	display:block;
	width:920px;
	height:30px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:500;
}

#country a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:500;
color:#f23b3b;
}

#country a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:500;
color:#43e5ef;
}

#search_col {
	float:left;
	background-image:url(images/searchbg.jpg);
	text-align:left;
	width:270px;
	height:500px;
}

#info_col {
	float:left;
	text-align:left;
	width:361px;
	height:500px;
	border-left:dashed 1px #FF6600;
	border-right:dashed 1px #FF6600;
	padding:5px;
}

#register_col {
	float:left;
	margin-left:0;
	text-align:center;
	width:300px;
	height:500px;
}

#footer {
	float:left;
	background-image:url(images/fetcon_footer.jpg);
	background-repeat: no-repeat;
	border-top:dashed 1px #efa443;
	padding-top:25px;
	width:931px;
	height:100px;
	text-align:center;
}

form {
margin-top:0px;
margin-bottom:0px;
}

select {
color: #ffffff;
background: #a5577c;
border: 1px solid #ffffff;
}

#submit {
font-size:11px;
font-variant:small-caps;
color: #000000;
border: 0px;
}

input {
color: #ffffff;
background: #a5577c;
border: 1px solid #ffffff;
}

img {
	border:0;
	padding:0;
	margin:0;
	}