@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif, "Lucida Bright";
	font-size:13px;
	font-weight:bold;
	background-image:  url(../images/bg.gif);
	}

img{
	border:0px;
	}

#mainBox {
	margin: 0 auto;
	text-align: left;
	width: 911px;
	background-image:url(../images/splashBg.gif);
	background-position: 0px 184px;
	background-repeat:no-repeat;
	background-color:#313131;
	border-left:solid 3px #525150;
	border-right:solid 3px #525150;
	border-bottom:solid 3px #525150;
	padding-bottom:15px;
	}

#header {
	margin-left:118px;
	margin-bottom:10px;
	width:665px;
	}

#content{
	margin-left:118px;
	width:664px;
	background-image:url(../images/splashInnerBg.gif);
	border:2px solid #4a4a4a;
	}

	#signup{
		margin-left:120px;
		margin-right:120px;
		color:#FFFFFF;
		}
	
	input {
		color: black;
		}

#footer{
	margin-left:118px;
	margin-top:10px;
	width:669px;
	color:#CCCCCC;
	font-size:13px;
	font-weight:bold;
	}

#copyright{
	font-weight:bold;
	font-size:12px;
	color:#CCCCCC;
	}

.highlight1{
	color:#ffffff;
	}

.highlight2{
	color:#34fff1;
	}

.highlight3{
	color:#00d3c4;
	}
.highlight4{
	color:#CCCCCC;
	}

a:link{
	color:#06c1b3;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

a:visited{
	color:#06c1b3;
	}

#letterBox {
	width: 308px;
	margin-left: 58px;
	margin-bottom: 3px;
	}
			
				#letterBox #letterHeader {
					height: 32px;
					}
				
				#letterBox #letterContent {
					background-image:url(../images/home_letter_bg.gif);
					background-color:#000000;
					background-repeat:repeat-x;
					border-left:1px solid #133f35;
					border-right:1px solid #133f35;
					padding-top:4px;
					}
					
					#letterBox #letterContent p {
						margin:0;
						padding:5px 10px;
						text-indent: 10px;
						}
					
					#letterBox #letterContent .highlight1 {
						color:#008d96;
						}
					
				#letterBox #letterButton {
					height:45px;
					border-left:1px solid #133f35;
					border-right:1px solid #133f35;
					text-align:center;
					background-color:#000000;
					}