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

body {
	background-color: #040a2a;
	background-image: url(img/starry_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top:0px;
	margin-top:102px;}

div.wrapper {
	background-color:#fff;
	layer-background-color:#fff;
	visibility: visible;
	width:700px;
	border:1px #ccc solid;
	margin-left:auto;
	margin-right:auto;
   }
     
.newsletter{
	font-size: 11px;
	font-style: normal;
	color: #19247a;
	line-height: 13px;
	font-family: arial, helvetica, verdana geneva, sans-serif;
	margin-bottom:5px;
	}
		
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#404040;
	}

div.left {
	float:left;
	width:200px;
	background-color:#e9eff3;
	layer-background-color:#e9eff3;
	visibility: visible;
	margin:10px;
	padding:5px;
}
	
.buttonSubmit{
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	border:none;
	}

p {	
	font-size: 11px;
	font-style: normal;
	color: #000;
	line-height: 18px;
	font-family: arial, helvetica, verdana geneva, sans-serif;
	}

p.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2e2e2e;
	font-style:oblique;
	margin-bottom:0px;
	margin-top:0px;
	}

p.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#19247a;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	}

p.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#030717;
	margin-bottom:0px;
	margin-top:0px;
	line-height:14px;
}






A:link {text-decoration:none; font-weight:bold; color: #04275d;}
A:visited {text-decoration:none; font-weight:bold; color: #04275d;}
A:active {text-decoration:none; font-weight:bold; color: #04275d;}
A:hover {text-decoration:underline; font-weight:bold; color: #04275d;}
