/*
-----------------------------------------------
Style Sheet

Site: illinoismanufacturing.net (BAIC)
Author:   Andy Heintzelman    www.onezerocharlie.com / www.visual-language.com
Version:  print styles v.1 - 2007.10
----------------------------------------------- */

body {
background: white;
margin: 0;
padding: 0;
}

/* Remove unwanted elements*/
#nav, #sidebar, #contact-wrapper {
display: none;
} 

/* Ensure the content spans the full width */
#container, #header, #content, #footer, #sba {
width: 100%;
margin: 0;
padding: 0;
float: none;
background: white;
}

#header {
height: 150px;
width: 100%;
margin: 0;
padding: 0;
}

/* logo setup */
a img {
border: none;
} /* removes the default brower border */

#logo {
text-decoration: none;
}

#logo img {
font: bold 60px/60px helvetica, arial, sans-serif;
color: #000;
}

#content {
margin: 0;
padding: 0 27px 0 27px;
float: none;
}

#sba, #sba p {
margin: 0;
padding: 0;
padding: 20px 27px 0 15px;
width: 100%;
font-size: 10pt !important;
}

ul, li, #genlist, #genlist li, #genlist ul, #genlist strong {
color: #000;
width: 100%;
margin: 0;
padding: 0;
font-size: 10pt !important;
}


/* font settings */
* {
color: #000000 !important;
}

h1 {
font-size: 18pt !important;
font-weight: bold !important;
}

h2 {
font-size: 14pt !important;
font-weight: bold !important;
}

h3 {
font-size: 12pt !important;
font-weight: bold !important;
}

p {
font-size: 10pt !important;
}


/* print urls 
a:after {
content: " (" attr(href) ") ";
}*/