/*** Body & World, Global Definitions***/

body {
    margin: 0px 15px 15px 15px;
    background-color: #ffffff;
    text-align: center;
}

body, td, th, textarea, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
}

div.world {
    width: 809px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

a {
    color: #5f5f5f;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h2 {
    color: #e9d70f;
    font-weight: bold;
    font-size: 2em;
    margin: 5px 0px 8px 0px;
}

h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 2px 0px;
    color: #5f5f5f;
}

h3 {
    font-size: 1.9em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.3em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

pre {
    padding: 0px 0px 0px 12px;
    margin: 0px 0px 5px 0px;
}

p {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}



/*** Top ***/

div.top {
    padding: 0px 0px 0px 0px;
    background:#e9d70f url('images/top_banner.jpg') top left no-repeat;
    height:137px;
    width:809px;
}

div.top div.languages {
    float: left;
    width: 120px;
    text-align: right;
    font-weight: bold;
    padding: 14px 26px 0px 0px;
    letter-spacing: 0.5pt;
}

div.top div.languages a {
    color: #adb6a1;
    text-decoration: none;
}

div.top div.languages a:hover {
    color: #7ec916;
    text-decoration: none;
}

div.top div.languages span.active {
    color: #5f5f5f;
}

div.top h1.logo {
    float: left;
    width: 175px;
    height:55px;
    margin: 40px 0px 0px 20px;
    cursor:pointer;
}

div.top h1.logo a {
	width: 175px;
	height:55px;
	display:block;
}

div.top div.headerMotto {
	width: 210px;
	float:right;
	color:#0000;
	font-weight:bold;
	font-size:16px;
	margin:35px 0px 0px 10px;
}

/** Main menu ***/
div.mainMenu {
	width:750px;
	height:25px;
	float:left;
	position:relative;
	top:17px;
}

div.mainMenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.mainMenu ul li {
	float:left;
	padding:5px 10px 5px 10px;
}

div.mainMenu ul li.mouseOver {
	background-color:#ffffff;
	cursor:pointer;
}

div.mainMenu ul li:hover {
	background-color:#ffffff;
	cursor:pointer;
}

div.mainMenu ul li.selected {
	background-color:#ffffff;
	font-weight:bold;
}

div.mainMenu ul li a {
	text-decoration:none;
	color:#000000;
}

/*** Languages menu ***/
div.languagesMenu {
	float:right;
	width:54px;
	height:20px;
	text-align:right;
	background-color:#ffffff;
	top:19px;
	padding:5px 5px 0px 0px;
	position:relative;
}


/*** Main ***/

div.main {
    padding: 15px 0px 10px 0px;
    color: #5f5f5f;
}



/*** Bottom ***/

div.bottom {
    text-align: left;
    padding: 7px 10px 0px 10px;
    color: #f7e627;
    font-size: 0.8em;
    font-weight:bold;
    width:789px;
    height:18px;
    background:#303030 url('images/footer.jpg') top left no-repeat;
}

div.bottom div.left_f {
	float:left;
}

div.bottom div.right_f {
	float:right;	
}

div.bottom a {
    color: #f7e627;
    text-decoration:none;
}

div.bottom a:hover {
    text-decoration: none;
}

div.bottomLine {
	border-top:1px solid #cccccc;
	width:220px;
	height:5px;
	font-size:0px;
}

/*** Right Column & (Left) Content ***/

div.right-column {
    float: right;
    width: 220px;
}

div.content {
    float: left;
    width: 570px;
    margin: 0px 5px 5px 0px;
}

div.content div.breadcrumbs {
    font-size: 0.9em;
    margin: 0px 0px 10px 0px;
}



/*** Blocks ***/

div.blocks {
    width: 220px;
}

div.blocks div.box {
		width:186px;
		float:right;
    font-size: 0.9em;
    padding: 10px 12px 12px 12px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #d3d3d3;
    background-color: transparent;
    background-repeat: repeat-x;
}

div.blocks div.box-black {
	background-color:#303030;
	color:#ffffff;
}

div.blocks div.box-yellow {
  color:#000000;
	background-color:#f6e418;  
}

div.blocks div.box-black h2 {
	color:#f6e418;
}

div.blocks div.box-yellow h2 {
	color:#000000;
}

div.blocks div.box h2 {
    color: #EFE60E;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 1.5em;
    font-variant: small-caps;
}

div.blocks div.box-black h2 {
	color: #EFE60E;
}

div.blocks div.box-yellow h2 {
	color: #000000;
}

div.blocks div.box p {
    margin: 0px 0px 5px 8px;
    padding: 0px;
}

div.blocks div.box ul, div.blocks div.box ol {
    padding-left: 23px;
    margin: 0px 0px 5px 0px;
}

div.blocks div.box ul {
    list-style-type: circle;
}

div.blocks div.box ul ul, div.blocks div.box ul ol, div.blocks div.box ol ol, div.blocks div.box ol ul {
    padding-left: 12px;
    margin-bottom: 0px;
}

div.blocks div.box li {
}

div.blocks div.box ul li a {
    color: #606060;
    text-decoration: none;
}

div.blocks div.box ul li.in-breadcrumbs a, div.blocks div.box ul li.selected a {
    color: #f0e600;
}

div.blocks div.box ul li.selected a {
    font-weight: bold;
}

div.blocks div.box-black ul li.not-selected a:hover {
    color: #EFE60E;
    font-weight:bold;
}

div.blocks div.box-yellow ul li.not-selected a:hover {
    color: #000000;
    font-weight:bold;
}

div.blocks div.box-black ul li.not-selected a {
	color:#ffffff; 
}

div.blocks div.box-yellow ul li.not-selected a {
	color:#444444;
}


/*** Content Text ***/

div.content-text ul, div.content-text ol {
    padding-left: 30px;
    margin: 0px 0px 5px 0px;
}

div.content-text ul ul, div.content-text ul ol, div.content-text ol ol, div.content-text ol ul {
    padding-left: 23px;
    margin-bottom: 0px;
}

div.content-text li {
}


