/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}

/*
The code below is for setting the structure of the main content wrapper
*/
#contentwrap {
	margin-left: 138px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 470px;
	padding: 10px;
	border: 1px solid #7C97AE;
}
/*---end of main content wrapper structure---*/	
/*
The code below is for the formatting of general content text
*/
.main14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #13567D;
}
.main12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #13567D;
}
.rusttext14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	letter-spacing: 0px;
}
/*---end of main content formatting text---*/

/*
The code below is for the structure and formatting of the signup box and form
*/
#signupbox {
	margin-top: 12px;
	margin-left: 23px;
	width: 400px;
	border: 1px solid #13567D;
	}
.headingtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 400px;
	padding: 2px 2px 3px 2px;
	background-color: #7C97AE;
	border-bottom: 1px solid #13567D;
}
.heading3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 400px;
	padding: 2px 2px 3px 2px;
	background-color: #7C97AE;
}
form {
display: inline;
}
input.text {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 100px;
}
input.text2 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 180px;
}
input.text4 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 220px;
}
input.btn{
	margin: 6px;
	color: #0E405D;
	font-weight: normal;
	}
select.text3 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 120px;
}
.smalltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px
}
#headingbottom {
	width: 400px;
	border-top: 1px solid #13567D;
	background-color: #7C97AE;
}
textarea {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 178px;
}
/*---end of member signup box and form---*/
/*---End of main content structure and wrapper---*/

/*
The code below is for the structure and placement of the right side content
*/
#rightwrap {
	position: absolute;
	left: 617px;
	top: 154px;
	margin-top: 10px;
	width: 132px;
	border: 0px solid #13567D;
}
/*---End of placement of the right side content---*/

/*---end of Style Sheet---*/