/* CSS Document */

body {
	background-image: url(css/homepage.css);
	background-repeat: no-repeat;
	background-color: #EFE5A8;
	color: #225876;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0;
	
}

#welcome {
	background-color:#e4d46e; 
	background-image: url(../images/yellow-stitching.gif);
	background-repeat:no-repeat; 
	background-position:bottom; 
	width:320px;
	height:307px; 
	margin:0 0 0 18px;

}

a:link {
	color: #CC9933;
	text-decoration: none;
}
a:visited {
	color: #CC9933;
	text-decoration: none;
}
a:hover {
	color: #E4D46E;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


.style1 {
font-size: 11px; 
line-height:120%
}

.style2 {
font-size: 12px; 
line-height:130%}

.style3 {
font-size: 12px; 
line-height:180%}



#footer {
color: #225876;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin:10px;
	}

