/*
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;
}
/*---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: 184px;
	height: 151px;
	float: right;
	background-image: url(../images/couple.jpg);
	border-color: #7C97AE;
	border-style: solid;
	border-width: 1px;
	border-color: #7C97AE;
	margin-bottom: 20px;
}
/*---End of welcome image---*/
/*---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---*/