/*********************************************************************************
* this stylesheet defines borders
*********************************************************************************/

body
{
	margin: 0;
	padding: 2em; /* remove this padding in order to stretch the layout from edge to edge */
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;
}

.inside
{
	padding: 0 1.5em;
}

#leftColumn, #contentColumn, #rightColumn, #masthead
{
	padding-top: 1px;
}



#masthead, #footer, #breakBar
{
	padding: 1em;
}

.vnav
{
	margin: 1em 0;
}

html>body #footer
{
	padding-bottom: 1.01em; /* this is to fix a mozzila bug that results in a 1px line of white below the footer */
}

.vnav ul
{
	padding-left: 1px;
}