﻿body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
	margin-right: 10%;
	margin-left: 5%;
	min-width: 800px;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#header
{
	text-align: center;
	margin-bottom: 1px;
	border-bottom: dashed 1px #dfdfdf;
}

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	margin: 2em 2em 0em 2em;
	text-align: center;
	clear: both;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 2em;
	padding-top: 0px;
	font-size: smaller;
}

#breadcrumb
{
	color: #545454;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1px;
}

/* Content */

#content
{
	line-height: 1.1em;
	vertical-align: top;
	padding-right: 3px;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 1em;
}


#content p
{
	margin-bottom: 1.5em;
}

h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

h5
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

h4
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
	font-size: 1em;
}

h3
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
	font-size: 1.1em;
}

#content h2
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	border-left: solid 0.75em #5E80BD;
	background: #FDFDFD url( 'images/a7.gif' ) top left repeat-x;
}

#content blockquote pre

{
	padding: 0.75em 0.75em 0.75em 1.5em;
}


#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/*#content tbody td
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}*/

#leftbar
{
	height: 100%;
	width: 205px;
	padding: 2em 2em 1.5em 1em;
	background: #fff url('images/a1.gif') top right repeat-y;
	vertical-align: top;
	}
	
#leftbarbottom
{
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	}
	
/* Boxed */

.boxed {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #EFF3F9;
}

.boxed .heading {
	margin-top: 0;
	padding: 8px 15px;
	background: #5E80BD url(images/img3.gif) no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0;
	padding: 5px 14px 10px 14px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #1F1F21;
}

.boxed li.first {
	border: none;
}

.menulink {
	padding-left: 10px;
	padding-bottom: 3px;
	background:  #EFF3F9 url(images/img4.gif) no-repeat left center;
	text-decoration: none;
	border-top: 1px dotted #1F1F21;
}

.dynamicmenulink
{
	padding: 3px 3px 3px 3px;
	background:  #EFF3F9;
	text-decoration: none;
	border-bottom: 1px solid #5E80BD;
	}

