@import url("general.css");
@import url("bumpbox.css");

body {
	background: #ffffff;
    color: #333333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
    margin: auto;
	text-align: center;	
}

a {
    color: #008000;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

a img {
    border: 0;
}

p {
	margin: 0 5px 12px 0;	
}

.errorMsg {
    color: #a00000;
    padding: 5px;
}

.asterik {
	color: #cc0000;	
}

#ContentWrapper {

}

/* Content */

#Content {
    width: 960px;
    margin: auto;
    padding: 82px 0 0;
    position: relative;
    top: 0;
    left: 0;
}

#Logo {
	margin-top: 
	width: 429px;
	height: 313px;
}

.splashEmailLink {
	margin: 20px 0;
}

#Footer	{
	color: #333333;
    margin: 20px auto 0 auto;
    text-align: center;
    text-decoration: none;
}

#Footer a {
    padding: 0 2px;
    text-decoration: none;
}

#Footer a:hover {
	color: #008000;
    text-decoration: underline;
}

#Footer .copy {
	color: #333333;
	font-size: 12px;
}


