/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #004778 url('/images/a5.gif') bottom left repeat-x;
	height: 10em;
	padding-left: 2em;
	background-color: #004778;
}

#header h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

/* Menu */

.menu_header
{
	position: absolute;
	top: 5em;
	right: 3em;
}

.menu_header ul
{
	list-style: none;
}

.menu_header li
{
	display: inline;
	padding-left: 0.7em;
	padding-right: 0.7em;
	margin-left: 0em;	
}

.menu_header li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

.menu_header li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

.menu_header li a:hover
{
	text-decoration: underline;
}

.menu_header divider
{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E0E8EF;
	background-repeat: no-repeat;
	background-position: center;
}

/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2
{
	font-size: 1.5em;
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h3
{
	font-size: 1.1em;
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h4
{
	font-size: 1.5em;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color:  #006192;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content h5
{
	color: #545454;
	font-size: 1.1em;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style-type: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('/images/a7.gif') top left repeat-x;
}

#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;
	border-right: solid 1px #fff;
	background-color: #006192;
	background-image: url(/images/a8.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.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;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	width: 100%;
	margin-top: 0em;
	margin-right: -25em;
	margin-bottom: 0em;
	margin-left: -25em;
}

#primaryContent
{
	margin-top: 1.5em;
	margin-right: 24em;
	margin-bottom: 0em;
	margin-left: 22.9em;
	padding-top: 1.5em;
	padding-right: 3em;
	padding-bottom: 1.5em;
	padding-left: 3em;
}

#primaryContentContainerInside
{
	background-color: #fff;
	float: right;
	width: 100%;
	margin-top: 0em;
	margin-right: -0em;
	margin-bottom: 0em;
	margin-left: -25em;
}

#primaryContentInside
{
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 22.9em;
	padding-top: 1.5em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 3em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 20em;
	background: #fff url('/images/a1.gif') top right repeat-y;
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 2em;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('/images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 21em;
	background: #fff url('/images/a2.gif') top left repeat-y;
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 2em;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('/images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

.menu_path
{

}

.menu_path ul
{
	list-style: none;
	padding-left: 1em;
	margin-bottom: 0em;
}

.menu_path li
{
	display: inline;
}

.menu_path img
{
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.menu_sub2 ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style-type: square;
}

.menu_sub2 li
{
}

.type_block{padding:12px 10px 12px 10px; font-size:70%; border:1px solid #E7E7E7; margin-bottom:10px}
.type_block h2{padding-bottom:5px;margin-bottom:5px}
.type_block p{margin-top:10px}
.type_block .form_mail{margin-top:10px; width:100%; padding-left:3px}
.type_block .form_mail{border:1px solid #E7E7E7}
.type_block .form_submit{margin-top:10px; font-size:80%; padding:3px 20px 3px 20px}