/* CSS Document */
h1 {font-size: 2.5em; color: #264671;padding: 2em; font-weight: heavy;}
h2 {font-size: 1.8em; color: #333333;padding: 0.8em 0;}
h3 {font-size: 1.3em; color: #3d90ee;padding: 0.5em 0;}
a, a:visited {text-decoration: none;color: #990099;background: inherit;}
a:hover {text-decoration: underline;color: #FFCCFF;background: inherit;}


* {
margin : 0;
padding : 0;
border: 0;
}
	
body {
	font: 100% "Century Gothic", verdana, sans-serif;
	line-height: 2em;
	color: #475a70;
	background: #fff url(art/bgheart.jpg) top center;
	
	font-weight: lighter;
}


.style1 {color: #03387e}
.style2 {color: #333333}
.style5 {	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.style6 {	color: #03387e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.style7 {font-family: Arial, Helvetica, sans-serif}
.style8 {	color: #ff8c04;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style9 {
	color: #990000;
	font-weight: bold;
}


#container {
width: 760px;
margin: 0 auto;
padding: 10px;
background: #fff;
}
#banner {
height: 196px;

}

#title {
margin-bottom: 0;
height: 272px;
background: url(art/bg.jpg), no-repeat;
}

#content {
padding: 10px;
font: 85% verdana, sans-serif;
line-height: 2em;
}

.Typeheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #06306C;
	text-decoration: underline;
}
.headingsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #026EEA;
}
