﻿@import url(layout.css);
body {
	color: black ;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: white;
}
#container {
	width: 670px;
	margin: 0 auto;	
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	border: 1px solid #d3d3d3;
	/*background-color: #cde;*/
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;	
	overflow: hidden;
}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	/*background-color: #eef;*/
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height:11px;
}
#navigation li{
	float: left;	
}

#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #f2f5f6;
	font-size: 11px;
	font-weight:bold;
	color: #646363
}
#navigation a:hover {
	/*background-color: #f2f2f2;*/
	border: 1px solid #e1e6ea; /* #d3d3d3;*/
	text-decoration:underline;
}

#navigation li.itemselected{
border: 1px solid #e1e6ea; /* #d3d3d3;*/
	text-decoration:underline;
}

/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color:#0033CC; /* #965;*/
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-size: large;
}
.style_italic {
	font-style: italic;
	vertical-align: top;
}
.headerslogon {
	font-style: italic;	
	vertical-align: top;
	text-align: left;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C6698;
}
.headerprov {
	font-style: normal;
	font-weight:bold;
	vertical-align:baseline;
	text-align:right;
	font-size:11px;
	color:green;
	height: 10px;
	font-style:italic;
}
.headertitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #3C6698;
	vertical-align: bottom;

}
.header_lang {
	font-weight:normal;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	text-align:right;
	height: 5px;
	color: #586d2c;
	font-size: 12px;
}
.header_question {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	text-align: right;
	height: 10px;
	color: #586d2c;
}
.header_answer {
	font-weight: lighter;
	font-size:  11px;
	font-style: italic;
	vertical-align: top;
	text-align: right;
	color: #FF8040;
}
.header_nav {
	font-weight: lighter;
	font-size:  11px;	
	vertical-align: top;
	text-align:left;	
	height: 26px;
	background: #e8edff url('../Images/menugray.png') repeat-x;
	border: 1px solid #d3d3d3;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 282px;
	font-family: Tahoma;/*Arial, Helvetica, sans-serif;*/
	
}
#sidebar_dt {
	float: left;
	width:282px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: none;
}

#sidebar li {
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	border: 1px solid #d3d3d3;
	width: 270px
}

#sidebar li li:hover {
	color:#0033CC;
	background-color:#f7f9f9; /*  #eff9fe;	
	/*border-left: thin #d8f0fa groove;*/
}

#sidebar li ul {
	margin: 0px 0px;
	border: none;
}

#sidebar li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url('../Images/img06.jpg') repeat-x left bottom;
}

#sidebar li li a {
	padding: 0px 0px 0px 15px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 13px;
	color:#3f6a9d;
	background: url('../Images/img07.jpg') no-repeat left;
}

#sidebar li li a:hover {
	color:#0033CC;	
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 20px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 15px;
	background: url('../Images/menugray.png') repeat-x left top;
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	border: 1px solid #d3d3d3;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

/* welcomecontent */

#welcomecontent {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#welcomecontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: none;
}

#welcomecontent li {
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	border: 1px solid #8D9AB0;
	width: 98%
}

#welcomecontent li ul {
	margin: 0px 0px;
	border: none;
}

#welcomecontent li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url('../Images/img06.jpg') repeat-x left bottom;
}

#welcomecontent li li a {
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	border: none;
	background: url('../Images/img07.jpg') no-repeat 15px 4px;
}

#welcomecontent li li a:hover {
	color: #666666;
}

#welcomecontent p {
	margin: 0;
	padding: 0px 14px;
}

#welcomecontent h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 15px;
	background: url('../Images/img05.jpg') repeat-x left top;	
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}


#welcomecontent p {
	line-height: 200%;
}

#welcomecontent a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#welcome_text {	
	vertical-align: top;	
	font-size: 12px;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;		
	font-weight: normal;	
	text-align: left;
	text-decoration: none;	
	color: #666666;
	border-top-width: 100%;
	border-top-style:solid; 
	border-width:thin; 
	border-color:#d3d3d3;
	height: 100px
}

#welcome_title {		
	float: left;	
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3C6698;
	
}
#welcome_can {		
	float: left;	
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3C6698;
	
}
#readmore_title {		
	float: left;	
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #549c00; /*#576d2c; /*#75923c; #953d3b ;  #3C6698;*/
	border-bottom-style:solid; 
	border-width:thin; 
	border-color: #d3d3d3;
	width:100%;
}
#readmore_content {		
	float: left;	
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #333333;
	height:300px;
}

#can dt num {		
	height:35px;
	width:75px;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:  #586d2c;
	background-color: #FFdd7f;	
}
#can dt title {		
	height:35px;
	width:75px;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:  #586d2c;
	background-color: #FFdd7f;	
}
#cannumber {		
	height:35px;
	width:75px;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:  #586d2c;
	background-color: #FFdd7f;	
}

/*style=cellpadding="2" align="center" class="style2"*/
#mastertable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;	
	width: 660px;
	height: 100%;
	text-align: left;
	padding: 2px;
 	vertical-align: top; 	
	margin-left: auto;
	margin-right:auto;
	
}

#mastertableprov {
	color:#333333;
	font-weight: lighter;
	font-size:  11px;	
	vertical-align: top;
	text-align:center;	
	border: 1px solid #d3d3d3;
	background-color:#f5f7f7;
	}
#mastertablefooter{
	color:#666666;
	font-weight: lighter;
	font-size:  11px;	
	vertical-align: top;
	text-align:center;	
	border: 1px solid #d3d3d3;
	background-color: #f5f7f7;
}

#readmore
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;	
	width: 550px;
	text-align: left;
	/*border-collapse: collapse;*/
	background-color: #FFFFFF;
	border: 1px solid #8D9AB0;
	
}

#can
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;	
	width: 550px;
	text-align: left;
	/*border-collapse: collapse;*/
	background-color: #FFFFFF;
	border: 1px solid #d3d3d3;
	
}
#can th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	/*border-bottom: 1px solid #fff;*/
	color: #039;
}
#can td
{
	padding: 8px; 
	height: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('table-images/gradback.png') repeat-x;
}
#can .num
{		
	padding: 0 0 0 0;
	height:10px;
	width:80px;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006600  ; /*#586d2c;*/
	background-color: #af4945;	
	background: url('../Images/cannum.png') repeat-x left top;
	border: 1px solid  #ffbd69;/* #8D9AB0;*/
	border-spacing: 0px;
}

#can .title {		
	height:11px;
	width:400px;
	vertical-align: middle;
	text-align: left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #003366;
	background: url('../Images/cantitle.png') repeat-x left top;
	border-bottom: 1px solid #C0C0C0;*/
	
}
#can .Content {		
	height:30px;
	width:400px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #333333;
	background-color: white;
	line-height:150%;
}
#can .Content_contact {		
	height:30px;
	width:400px;
	vertical-align: middle;
	text-align: left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	background-color: white;
}

#can .sideinfo {		
	height:30px;
	width:80px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #333333;
	background-color: white;
	border: 1px solid #C0C0C0;
}

#can tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
.welcometitle2 {		
	float: left;	
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #549c00; /*#576d2c; /*#75923c; #953d3b ;  #3C6698;*/
	border-bottom-style:solid; 
	border-width:thin; 
	border-color: #d3d3d3;
	width:100%;
}
#can1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;	
	width: 550px;
	text-align: left;
	/*border-collapse: collapse;*/
	background-color: #FFFFFF;
	border: 1px solid #d3d3d3;
	
}
#can1 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	/*border-bottom: 1px solid #fff;*/
	color: #039;
}
#can1 td
{
	padding: 8px; 
	height: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('table-images/gradback.png') repeat-x;
}
#can1 .num
{		
	height:10px;
	width:80px;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600  ; /*#586d2c;*/
	background-color: #af4945;	
	background: url('../Images/cannum.png') repeat-x left top;
	border: 1px solid  #ffbd69;/* #8D9AB0;*/
	border-spacing: 0px;
}

#can1 .title {		
	height:11px;
	width:400px;
	vertical-align: middle;
	text-align: left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #003366;
	background: url('../Images/cantitle.png') repeat-x left top;
	border-bottom: 1px solid #C0C0C0;*/
	
}
#can1 .Content {		
	height:30px;
	width:400px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #333333;
	background-color: white;
}
#can1 .Content_contact {		
	height:30px;
	width:400px;
	vertical-align: middle;
	text-align: left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	background-color: white;
}

#can1 .sideinfo {		
	height:30px;
	width:80px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #333333;
	background-color: white;
	border: 1px solid #C0C0C0;
}

#can1 tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#pheader
{
	line-height: 160%;
}

/*
#can tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}
*/
