
body {
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-color:#fafaf8;
}

a {
	color: #040454;
	text-decoration: underline;
	font-weight: normal;
	background-color: transparent;
}
a:hover {
	color: #a4c3ea;
	text-decoration: underline;
}

input, option, select, textarea{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

img {
	border: none;
}

table, p{
 	margin: 8px 5px 8px 15px;
}


/* ----------container to center the layout-------- */
#container {
	width: 1000px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#bgTop {
	height: 30px;
	background-image: url(top.jpg);
}

#outer {
	background-image: url(background.jpg);
	background-repeat: repeat-y;
}

#inner {
	padding: 0px 30px 10px 30px;
}

#language{
	text-align:right;
	padding-bottom: 2px;
}

#bgBottom {
	height: 30px;
	background-image: url(bottom.jpg);
}

#container-navigation {
	height: 22px;
	position: absolute;
	bottom: 0px;
}

.eyecatcherOne{
	width: 100%;
	height: 178px;
	position: relative;
	background-image: url(header_1.jpg);
}

.eyecatcherTwo{
	width: 100%;
	height: 178px;
	position: relative;
	background-image: url(header_2.jpg);
}

.eyecatcherThree{
	width: 100%;
	height: 178px;
	position: relative;
	background-image: url(header_3.jpg);
}

.eyecatcherFour{
	width: 100%;
	height: 178px;
	position: relative;
	background-image: url(header_4.jpg);
}

#contentContainer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fafaf8;
}

#content {
	width: 730px;
	text-align: justify;
	float: left;
	border-right: 1px dotted #c0c0c0;
	padding-right: 10px;
}

#content h1 {
	padding: 0px;
	margin: 5px 5px 10px 5px;
	font-size: 14pt;
	color: #040454; /*#a4c3ea;*/
}

#content h2 {
	padding: 0px;
	margin: 5px;
	font-size: 11pt;
	color:  #a4c3ea;
	border-bottom: 1px dotted #c0c0c0;
}

#content h3 {
	padding: 0px 5px 0px 15px;
	margin: 0px;
	font-size: 11pt;
	color: #040454;
}

#content h4 {
	padding: 0px 5px 0px 15px;
	margin: 0px;
	font-size: 8pt;
}
#content table h5 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 8pt;
}

img.right {
	padding: 5px;
	border: 1px solid black;
	margin: 5px 0px 10px 10px;
	float: right;
}

img.left {
	padding: 5px;
	border: 1px solid black;
	margin: 5px 10px 10px 0px;
	float: left;
}

img.normal {
	padding: 5px;
	border: 1px solid black;
	margin: 5px 10px 10px 0px;
}

#sidebar {
	width: 182px;
	float: right;
	padding-left: 10px;
}

#sidebar .sidebox {
	padding-bottom: 5px;
	border-bottom: 1px dotted #c0c0c0;
	margin-bottom: 10px;

}

#sidebar .sidebox h1 {
      height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 2px 5px;
      background-image: url("sidebox.jpg");
      background-repeat:no-repeat;
      overflow: hidden;
	font-size: 10pt;
	color: #040454;
}
#sidebar .sidebox input {
	width: 100px;
}

#sidebar .sidebox p, #sidebar .sidebox table{
	margin: 0px 0px 5px 0px;
	padding-left: 5px;
}

#sidebar .sidebox a, #sidebar .sidebox a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #040454;
	padding-left: 15px;
	display: block;
	margin-top: 3px;
}

#sidebar .sidebox a:hover {
	font-weight: bold;
}

.wherenav {
	color: #999;
	font-size: 7pt;

}

.wherenav a  {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

.wherenav a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #999;
}

#foot{
	text-align: center;
}

#foot a, #foot a:hover {
	color: #999;
	font-weight: bold;
}

.stdtable{
	width: 710px;
	border: 1px solid #040454;
	border-collapse: collapse;
}
.stdtable th, .stdtable th a, .stdtable th a:visited{
	color: #fff;
	background: #040454;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
.stdtable th a:hover {
	text-decoration: none;
	color: #a4c3ea;
	font-weight: bold;
}
.stdtable td {
	padding: 2px 5px;
	border-right: 1px dotted #999;
}
.stdtable td.grey {
	background: #fff;
}
.stdtable td.right, .stdtable th.right {
	text-align:right;
}
