
/* Layout Stylesheet */ 

body
{
	margin: 0;
	padding: 0;
	background-position: 0 0;
	font: 12pt Garamond, Times, "Times New Roman", serif;
	line-height: 1.7em;
}
	 
/*   HEADER   */
h1#header
{
	width: 800px;
	height: 154px;
	position: relative;
	margin: 0;
	padding: 0;
}

h1#header span
{
	background: url(images/header.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 154px;
	text-indent: -8000px;
}

/*    NAVIGATION MENU    */
#menu
{
	display: none;
}


/*  SEARCH    */
div.search
{
	display: none;
}




/*   CONTENT   */

#content
{
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: 0 3em 0 3em;
	background: white;
	padding: 0 0px 0 20px;
}

#content ul
{
	margin-top: 0px;
}

#content li
{
	line-height: 1.7em;
}

/* Typography */ 

h1
{
	color: #491AA8;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 130%;
	font-style: italic;
	margin-bottom: 0px;
}

h2
{
	color: #491AA8;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 115%;
	font-style: italic;
	margin-bottom: 0px;
}

h3
{
	color: #000;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 100%;
	font-style: italic;
	margin-bottom: 0px;
}

h5
{
	color: #491AA8;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 70%;
	font-style: italic;
	border-color: #491AA8;
	border-width: 1px 0 0 0;
	border-style: dashed;
	padding: 6px 0 0 0;
	margin-bottom: 0px;
}

p
{
	color: #333;
	margin-top: 0px;
	line-height: 1.7em;
} 

ul li
{
	color: #333;
} 

a
{
	color: #491AA8;
	text-decoration: none;
}


p.footer
{
	color: #3C6E8F;
	margin-top:0px
}

p.breadcrumbs
{
	margin-top: 0px;
	margin-bottom: 3px;
}

td
{
	vertical-align: top;
	line-height: 1.7em;
}

td.right_align
{
	text-align: right;
}

.floatLeft
{
	float: left;
	padding: 0px 15px 10px 0px;
	line-height: 1.7em;
}

.noFloat
{
	line-height: 1.7em;
}