/*
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: 15px;
	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;
}
.main12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: bold;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #13567D;
}
.italic12 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #13567D;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #13567D;
}
/*---end of main content formatting text---*/
/*
The code below is for the formatting of the body links
*/ 
a.body:link, a.body:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.body:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
/*---end of body links---*/
/*
The code below is for the placement of the welcome image
*/ 
#welcomeimage {
	width: 184px;
	height: 151px;
	float: right;
	background-image: url(../images/contact.jpg);
	border-color: #7C97AE;
	border-style: solid;
	border-width: 1px;
	border-color: #7C97AE;
	margin-bottom: 10px;
}
/*---End of welcome image---*/

/*
The code below is for the placement and formatting of the letter
*/ 
#letter{
	width: 450px;
	border-color: #CBD7E3;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background: #F9FCFF;
	padding: 15px 20px 5px 20px;

}
/*---End of letter---*/
/*---End of main content---*/

/*
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---*/