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

body {
	background-color: #EF3F34;
	background-image: url("images/raph4_05.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a:link {color: #70A030;}
a:visited {color: #000000;}
a:hover {color: #FFFFFF; font-weight: bold;}
a:active {color: #DADADA;}

#site {
	width: 790px;
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12pt;
}

h1 {
	width: 95%;
	border-bottom: 1px dashed #FFFFFF;
}

h2 {
	width: 95%;
	text-align: center;
	font-weight: bold;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

input{
    width:250px;
    height:20px;
    background-color: #EF3F34;
    border: 1px dashed #FFFFFF;
    margin-top:3px;
    font-size:0.9em;
    color: #FFFFFF;
   
}
textarea{
    width:250px;
    height:100px;
    background-color: #EF3F34;
    border: 1px dashed #FFFFFF;
    margin-top:3px;
    font-size:0.9em;
    color: #FFFFFF;
   
}


#submit {
    width:70px;
    height:35px;
    background-color: #EF3F34;
    border: 1px dashed #FFFFFF;
	color: #FFFFFF;
    margin-top:20px;
}
#country {
    background-color: #EF3F34;
    border: 1px dashed #FFFFFF;
    color: #FFFFFF;
}

#members {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #FFFFFF;
    font-size: 12pt;
    border-collapse: collapse;
    width: 95%;
}

#members td, #members th {
    text-align: left;
    padding: 8px;
}

#members tr:nth-child(even) {
    background-color: #FFFFFF;
    color: #EF3F34;
    font-size: 12pt;
}