a
{
	color: #2B42A5;
	text-decoration: none;
}

a:link,a:visited { text-decoration: none; }

a:hover,a:active
{
	color: #2B42A5;
	text-decoration: underline;
}

a img,:link img,:visited img,:hover img,:active img { border: none; }

a.header_link
{
	color: #FFFFFF;
	text-decoration: none;
}

a.header_link:link,a.header_link:visited { text-decoration: none; }

a.header_link:hover,a.header_link:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.header_link img,:link img,:visited img,:hover img,:active img { border: none; }

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

img { border-style: none; }

div.page_header
{
	background-image: url('header.png');
	background-repeat: repeat-x;
	height: 96px;
	margin-bottom: 10px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

ul.header_menu
{
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute; right: 10px; bottom: 14px;
}

li.header_menu_item
{
	padding: 8px;
	float: right;
	display: inline;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bolder;
	font-family: Times;
}

img.header_logo
{
	position: absolute; left: 10px; bottom: 0px;
}

img.left
{
	float:left;
}

div.content_description
{
	background-image: url('content_background.png');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFEF1;
	padding:12px;
}

div.content_description_title
{
	color: #000;
	font-size: 16;
	font-variant: small-caps;
	font-weight: bolder;
	margin: 0 0 8px 0;
	font-family: Times;
}

div.content_description_text
{
	color: #000;
	font-size: 14;
	font-family: Times;
}


div.content_body
{
	background-image: url('bottom_edge.png');
	background-repeat: repeat-x;
	padding: 14px;
	background-color: #FFFFFF;
	border-width: 0 0 1px 0;
	border-style: none none groove none;
	position: relative;
}

div.content_title
{
	color: #000;
	font-size: 16;
	font-variant: small-caps;
	font-weight: bolder;
	margin: 0 0 8px 0;
	font-family: Times;
}

div.content_text
{
	color: #000;
	font-size: 14;
	font-family: Times;
}

div.footer
{
	height: 64px;
	margin-top: 10px;
	font-style: italic;
	padding: 20px;
	text-align:center;
	clear: both;
	font-size: 12;
	font-family: Times;
}