﻿/*************************************/

* {
  font-style: normal;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

html {
  background: #2f9ddc url("../images/bg_main.jpg") repeat-x 0 0 fixed;
  /*color: #679ef1;*/
  color: #fff;
  float: left;
  padding-bottom: 20px;
  padding-top:0px;
  width: 100%;
  height: 100%;
}

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  font-size:10pt;
}

img {
  border: none;
}

table {
  border-style:none;
  border-collapse:collapse;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  /*caption-side: bottom;*/
}

a{
  color: #bec3d4;
}

a:link {
  color: #bec3d4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #CCFFFF;
	padding-bottom: 0.4em;
}

h2 {
  color: #CCFFFF;
	padding-bottom: 0.3em;
}

h3 {
  color: #CCFFFF;
	padding-bottom: 0.2em;
}

h4 {
	padding-bottom: 0.2em;
}

/*************************************/

.menu {
  position: relative;
  left: 0;
  top: 0;
}

.menu a:link {
  padding-left: 12px;
  padding-right: 10px;
  color: #bec3d4;
  text-decoration: none;
}
.menu a:visited {
  padding-left: 12px;
  padding-right: 10px;
  color: #bec3d4;
  text-decoration: none;
}
.menu a:hover {
  padding-left: 12px;
  padding-right: 10px;
  color: white;
  text-decoration: none;
  background: transparent url("../images/bullet_arrow.gif") no-repeat 0 50%;
}
.menu a:active {
  padding-left: 12px;
  padding-right: 10px;
  color: #FFCC66;
  text-decoration: none;
}

/*************************************/

#wrapper {
  height: 176px;
  margin: 0px auto;
  min-width:1000px;
  max-width: 1000px;
  text-align: left;
}

#header {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

#title {
  position: relative;
	clear: both;
	padding: 10px;
	overflow: auto;
	text-align: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
}

}
#title p {
	padding: 0.2em;
	margin: 0;
}

#page {
	text-align: center;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
}

#navigation {
	position: relative;
  float: left;
  width: 15em;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline;
}

#body {
  position: relative;
	margin-left: 15em;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

#footer {
  position: relative;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	overflow: auto;
	text-align: center;
}

#copyright {
	font-size: x-small;
}

/*************************************/

.thumbnail {
  width: 100%;
  height: 100%;
}

/*************************************/

.subtitle {
  font-size:12pt;
}


.text_module {
  margin-top:10px;
}

.text {
  margin-top:30px;
}

.bold {
  font-weight:bold;
}

.italic  {
  font-style:italic;
}