/*
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: 610px;
	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;
}
.indentNoLink {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: none;
	margin-left: 15px;

}

/*---end of main content formatting text---*/

/*
The code below is for the formatting of the indented links in the main content area on the home page
*/ 
a.indent:link, a.indent:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
	margin-left: 15px;
}
a.indent:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
/*---end of indented links---*/

/*
The code below is for the placement of the welcome image
*/ 
#welcomeimage {
	width: 179px;
	height: 150px;
	position: absolute;
	left: 557px;
	top: 215px;
	background-image: url(../images/login.jpg);
	border-color: #7C97AE;
	border-style: solid;
	border-width: 1px;
	border-color: #7C97AE;
	margin-bottom: 20px;
}
/*---End of welcome image---*/

/*
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.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;
}
/*---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---*/