
/* Layout Stylesheet */ 

body
{
	margin: 0;
	padding: 0;
	background-image: url(images/left-bg.gif);
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	 
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;
}

#menu
{
	position: absolute;
	top: 154px;
	left: 0;
	width: 200px;
	height: 100%;
	margin: 0px;
	padding: 0px;

}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li
{
	margin: 0;
	width: 188px;
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #FFF;
	clear: left;
	display: block;
}

#menu ul li a
{
	text-decoration: none;
	color: #fff;
	background-color: #491AA8;
	width: 163px;
	float: left;
	padding: 5px 0 5px 25px;
	background-image: url(images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, Serif;
}

#menu ul li.active
{
	text-decoration: none;
	color: #000;
	background-color: #FFD51E;
	width: 163px;
	float: left;
	padding: 5px 0 5px 25px;
	background-image: url(images/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, Serif;
}

/*#menu ul li a:hover
{
	text-decoration: none;
	color: #000;
	background-color: #FFD51E;
	width: 163px;
	float: left;
	padding: 5px 0 5px 25px;
	background-image: url(images/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, Serif;
	}
*/

div.search
{
	position: absolute;
	top: 150px;
	right: 10px;
	text-align: right;
}

#content
{
	position: absolute;
	top: 150px;
	left: 200px;
	right: 150px;
	margin: 0 0 0 0;
	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: 150%;
	font-style: italic;
	margin-bottom: 0px;
}

h2
{
	color: #491AA8;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 125%;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	line-height: 1.7em;
} 

ul li
{
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
} 
a
{
	color: #491AA8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited
{
	color: #936;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover
{
	color: #491AA8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:active
{
	color: #936;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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

p.breadcrumbs
{
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.right_align
{
	text-align: right;
	font-size: 80%;
	font-family: Trebuchet MS, Trebuchet,Verdana, Arial, Helvetica, sans-serif;
}

td td, li li, li ol, li ul, li p
{
	font-size: 100%;
}

