@charset "utf-8";
/* CSS Document */

body{
	background-color:#91D3F6;
	background-image:url(../images/bg_image.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	a { text-decoration:none;}
	a:hover{text-decoration:underline;}
#main_container{
	width:860px;
	height:auto;
	margin:0px auto;
	}

#left_container{
	width:218px;
	height:auto;
	float:left;
	}

.logo{
	width:218px;
	height:143px;
	float:left;
	}

#navigation_container{
	width:188px;
	height:auto;
	padding:15px;
	float:left;
	background-color: #83310D;
	}

.navigation_style{
	width:200px;
	}

.navigation_style ul{
	width:170px;
	}

.navigation_style li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:15px;
	width:200px;
	}

.navigation{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	}


.btn_aboutPKI{
	background-image:url(../images/btn_aboutPKI.jpg);
	background-repeat:no-repeat;
	width:218px;
	height:33px;
	float:left;
	}

.grey_area{
	background-color:#333333;
	padding:10px;
	width:198px;
	height:auto;
	float:left;
	}

#data_container{
	width:642px;
	height:auto;
	min-height:784px;
	background:#FFFFFF;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}

.header{
	width:642px;
	height:143px;
	}

.body_contaner{
	width:602px;
	height:auto;
	padding:20px;
	}
	
.page_title{
	font-family:"trebuchet MS";
	font-size:24px;
	font-style:bold;
	color:#C22F00;
	}
	
.title1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:bold;
	color:#333333;
	}

.title2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:bold;
	color:#666666;
	}

.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}

.pictures{
	width:602px;
	height:auto:
	}
	
.grey_bar{
	width:590px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background:#EFEFEF;
	margin-top:10px;
	padding:5px;
	vertical-align: middle;
	}
	
#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	width:642px;
	height:48px;
	float:right;
	}

.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width:622px;
	padding-top:20px;
	float:right;
	}
	
.footer_links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	}

.footer_links:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
.navigation_brdr {
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.txt_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:bold;
	color:#333333;
	}
.tableofcontents{
	font-family:"trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
.page_title2 {
	font-family:"trebuchet MS";
	font-size:24px;
	font-style:bold;
	color:#97230C;
}
#main_container #left_container #navigation_container .navigation_style p .navigation {
	color: #C0C0C0;
}
#main_container #left_container #navigation_container .navigation_style .navigation .navigation {
	color: #FFF;
}
#main_container #left_container #navigation_container .navigation_style .navigation2 {
	color: #D2D2D2;
}
.button-link {
  -moz-user-select: none;
  background: none repeat scroll 0 0 #4B4F36;
  border-radius: 20px 0 0 0;
  color: #FFFFFF !important;
  float: right;
  font-size: inherit;
  margin: 2px 0 5px;
  padding: 9px 15px 8px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
  width: 188px;
}
.button-link:hover {
  background: none repeat scroll 0 0 #2E311E;
  color: #FFFFFF;
  text-decoration: none;
}