/* Print CSS for: AmeriFlex
   Programmed by: Optime Productions
   Last Updated: 3/20/2006
****************************************************************/

/* Main Body Elements
****************************************************************/
body	{
	margin:			0;
	font: 10px/1.6 Verdana, Arial, Helvetica, sans-serif;
}

p	{
	margin: 0 0 1em 0;
	font-size: 1.2em;
	color: #333333;
	}

h1	{
	margin: 0 0 0 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #333333;
	background-color: inherit;
	text-transform: capitalize;
	}

h2	{
	margin: -0.25em 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #525179;
	background-color: inherit;
	text-transform: capitalize;
	border-bottom: 0.1em solid #000000;
	}

/* Font and Text Classes
****************************************************************/
p	{
	margin: 0 0 1em 0;
}

h1	{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16pt;
	color: #525179;
	text-transform: capitalize;
	background: White;
}

h2	{
	margin: 0 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #525179;
	text-transform: capitalize;
	background: White;
}

/* Structure IDs
****************************************************************/
#siteWrap {
	width: 640px;
}

#navBox {
	display: none;
}

#searchBox {
	display: none;
}

#linksBox {
	display: none;
}

#newsBox {
	display: none;
}

#topPic {
	display: none;
}

#content {
	text-align: justify;
	vertical-align: top;
	width: 640px;
	background: White;
	color: Black;
}

#footer {
	display: none;
}

/* Structure Classes
****************************************************************/
.topBox {
	display: none;
}

.leftBox {
	display: none;
}

.logo {
	display: none;
}