/* CSS Document */
/* Defining Moments Style Sheet */


body,html {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	/* false value for WinIE4/5 */
	voice-family: "\"}\"";
	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;
	/* recover from trick */
	font-size: small;
	/* intended value for better browsers */
	line-height: 20px;
	color:#000000;
	background-color:#f1e9d4;
	}

ul {
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	}

li {
	margin: 5px 0px 5px 0px;
	text-align:left;
	}

input {
	width: 180px;
	height: 18px;
	border: 1px solid #bba057;
	color: #666666;
	}

input.submit {
	width: auto;
	height: auto;
	border: none;
	}

input.checkbox {
	width: auto;
	height: auto;
	}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
	color:#000000;
	padding-bottom:10px;
	border-bottom:1px solid #521e1e;
	text-align: center;
}

h2{
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
	color: #000000;
}

hr {
	height: 1px;
	line-height: 0px;
	border: 0px;
	border-bottom: 1px solid #521e1e;
	margin: 10px 0px 20px 0px;
	}

p{
	padding-top:10px;
}

p.bttn {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #FFFFFF;
	}

p.checkbox {
	padding: 5px;
	margin: 5px auto;
	text-align:left;
	}

.highlight{
	font-size:16px;
	color:#000000;
	font-style:oblique;
	font-weight:bold;
}

.oblique{
	color:#000000;
	font-style:oblique;
	font-weight:bold;
}

#wrapper{
	margin:0 auto;
	width:960px;
	height: auto;
	min-height:760px !important;
	height: 760px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
}

#header{
	margin:0px auto;
	width:550px;
	padding:20px;
	text-align: center;
}

#content{
	margin:0 auto;
	width:550px;
	text-align:left;
}

#email {
	width: 550px;
	padding: 5px;
	margin: 5px auto;
	border: 1px dashed #bba057;
	}
	
.fltlft {
	width: 200px;
	float: left;
	}

.right {
	width:200px;
	float: left;
	}

.label {
	width: 200px;
	text-align: left;
	}

.disclaimer {
	font-style: italic;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
	padding: 0px;
	color: #000000;
	text-align: center;
	}
	
a:link,a:active,a:visited, a:hover {
	font-style: italic;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
	text-decoration: none;
	color: #000000;
	}

.center {
	text-align: center;
	width: 400px;
	margin: 10px auto;
	}
.maillink {
	width: 400px;
	margin: 10px auto;
	color: #000000;
}

