﻿body {
	margin: 0px;
	padding: 0px;
	font: Helvetica, Arial, Tahoma, sans-serif;
	/**font: 75% Helvetica, Arial, Tahoma, sans-serif;*/
	color: #FFFFFF;
	background: #F7F7F7 url('images/bg_body.png') repeat-x;
	background-attachment: scroll;
	background-position: left top;	
	/*line-height: 16px;*/
}
a {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	color: red;
	background-color: inherit;
}
a.info {
	font: bold 1.3em Arial, Sans-Serif;
	text-decoration: none;
	position: relative;
}
a.info span {
	display: none;
}
a.info:hover {
	cursor: default;
}
a.info:hover .infobox {
	font-weight: normal;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 205px;
	height: 70px;
	border: 1px solid #ccc;
	background: #f4f4f4 url("../images/question.gif") no-repeat bottom right;
	color: #000;
	text-align: left;
	font-size: 0.7em;
	padding-left: 10px;
	padding-top: 10px;
}
.line {
	margin: 10px 0 10px 0;
}
input.text {
	margin: 0;
	width: 95px;
	border: 1px solid #ccc;
	background: #FFF;
	color: #000;
}
input.text:hover {
	border: 1px solid #808080;
}
#doc3 {
	margin-top: -16px; *;
	margin-top: 0px;
	/*height: 960px;*/
}
/* HEADER - LOGO ***************************************************/
div#header {
	position: static; /*relative*/;
	margin: 0px auto;
*	margin: 10px auto;
	padding: 15px 0px 0px 0px;
*	padding: 0px;
	text-align: left;
	width: 960px; /*width: auto;*/;
	height: auto;
	background: #0c3569;	
}
div#header h1 {
	display: block;
}
div#header h1 img {
	display: block;
	margin: 0px 15px 15px 15px;
	vertical-align: middle;
	/*margin:0 auto; /* centered*/
}
/* HEADER - NAVIGATION *********************************************/
div#nav a {
	text-decoration: none;
}
div#nav hover {
	color: white;
}
div#header ul#nav {
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 99;
	background: transparent url(images/hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 28px;
}
div#header ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	margin: 0px 2px 0 0;
	padding: 5px 10px 7px 10px;
	color: black;
	background: transparent url(images/hmrightbg.gif) repeat-x;
	font-weight: bold;
	text-decoration: none;
}
div#header ul#nav li a {
	/*float: left;
	margin: 0 0 0 6px;
	padding: 0;
	cursor: pointer;
	z-index: 99;
	font-size:10pt;
	border-bottom: none;*/

	/*background: #F6F6F6 url(images/hmrightbg.gif) repeat-x;*/
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
}
div#header ul#nav li a:hover {
	/*background: inherit url(images/hmleftbg.gif) repeat-x;*/
	border-bottom: 1px solid #1A83AC;
	color: black;
}
/******* BODY   ********/
div#bd {
	min-height: 600px;	
	background: transparent;
	position: static; /*relative*/;
	margin: 0px auto;
*	margin: 10px auto;
	padding: 0px 0px 0px 0px; /* 15px 0px 0px 0px*/
*	padding: 0px;
	text-align: left;
	width: 960px; /*width: auto;*/;
	height: auto;
	color: #5d5d5d;
	/*background-color: transparent;
	background-image: url('images/bg_body.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	text-align: center;*/
}
div#bd p {
	line-height: 18px;	
}


div#bd div#yui-main {
	color: #5d5d5d;
}
div#bd div#yui-main h2, .yui-gd h2, .yui-gb h2{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 20px;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	/*font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.8em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #616161;
	text-align: left;
}
div#bd a, div#bd div#yui-main a, a strong {
	color: #2173af;
	text-decoration: none;
}
div#bd a:hover,div#bd div#yui-main a:hover {
	text-decoration: underline;
}

div#bd div#yui-main h1 {	
	color: #5d5d5d;
}

div#bd div#yui-main h3.small {	
	font-size: 1.1em;
	color: #5d5d5d;
}

div#bd div#yui-main h3, .yui-gd h3, .yui-gb h3{
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/******* FOOTER ********/
div#ft {
	position: relative;
	height: 130px;
	border-top: solid 1px #fff;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	background: #0c3569;
}
