@import url("style_content.css");
@import url("style_nav.css");
@import url("style_footer.css");


body {
text-align: center;
font-family: verdana;
margin: 0px;
}

h1 {
}
h2 {
text-align: center;
font-size: 10pt;
font-weight: normal;
margin: 0px;
padding: 0px;
}
h3 {
text-align: center;
font-size: 12pt;
font-style: italic;
color: #25358E;
margin: 0px;
margin-bottom: 10px;
padding: 0px;
}
p {
margin-top: 10px;
margin-bottom: 10px;
font-size: 10pt;
}


/*main encompasses everything child of body*/
.main {
width: 770px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}