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

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A64657;
}
body {
	background-color: #950059;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align:center;
}
h1 {
	font-size: 16px;
	color:#950059;
}

a:focus
{
-moz-outline-style: none;
}

a:link {
	color: #950059;
   text-decoration: none;
}
a:visited {
	color: #950059;
 text-decoration: none;
}
a:hover {
	color: #950059;
 text-decoration: underline;
}
a:active {
	color: #950059;
 text-decoration: none;
}

strong {
color:#950059;
}

#wrapper {
width: 960px;
padding:0px;
height:auto;
margin:auto;
}

#header {
width: 960px;
height:400px;
margin:auto;
padding:0;
}

#logo {
width: 600px;
height:400px;
margin: auto 10px auto auto;
float:left;
}

#content {
width: 960px;
height:auto;
background: #E3FFD7;
margin: 0 auto 0 auto;
padding-top: 10px;
padding-bottom: 10px;
}

#white_bar {
width: 960px;
height: 10px;
background: #ffffff;
margin:0 auto 0 auto;
}

#footer {
width: 960px;
height:400px;
padding: 90px 0 190px 0;
background:url(images/footer.jpg) no-repeat;
font-size: 90%;
color: #333333;
}

#footer a:link {
	color: #A64657;
   text-decoration: none;
}
#footer a:visited {
	color: #A64657;
 text-decoration: none;
}
#footer a:hover {
	color: #A64657;
 text-decoration: underline;
}
#footer a:active {
	color: #A64657;
 text-decoration: none;
}
#join_forms {
	background-color: #BFA9AD;
	border: 1px solid #A64657;
	width: 590px;
	padding: 10px;
	text-align: center;
	margin:auto;
	}