﻿body	{
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px;
	padding: 0;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

a:link {
	text-decoration:none;
	color:black;
	border-style:none;
}

a:visited	{
	color:black;
	text-decoration: none;
	border-style:none
}

a:hover	{
	text-decoration:none;
	color:#F87217;
	border-style:none;
}

a:active	{
	text-decoration:none;
	color:#F87217;
	border-style:none;
}

h4	{
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin: 0;
	font-variant: small-caps;
	font-size:1.1em;
	color: #808080;
}

h5{
	line-height:85%;
	margin:7px;
	font-size:1.5 em;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	
}

p{
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-align:justify
}

table	{
	text-align:left;
	border-collapse:collapse;
	
}

th	{
	text-align: center;
	color: #F87217;
	border-bottom: medium;
	border-style: none none double none;
}

td	{
	padding-left:8px;
	padding-right:5px;
	border-bottom:1px;
	text-align:left;
	/*border-style:dashed;*/
}

#header	{
	background: #FFFFFF;
	margin: 0 0 3px 0;
	text-align: center;
	color: #646D7E;
	height: 80px;

}

#header_text	{
	float: left;
	color: #646D7E;
	position: relative;
	z-index: 10;
	margin: -15px 0 0 0;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}	
	
#img	{
	text-align: left;
	width: 100%;
	height: 90px;
	image-rendering: optimizeQuality;
}

#img_left {
	float: left;
	height: 70px;
	margin:0;
	position:relative;
	z-index:5
}

#img_right	{
	position:relative;
	float:right;
	height:70px;
	width:auto;
	z-index:5
}

#img_center	{
	position: relative;
	display:block;
	margin-left: auto;
	margin-right:auto
	height: 70px;
	float:left;
	z-index:2;
	image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */
	image-rendering: -moz-crisp-edges;
}


#wrapper	{
	position:relative;
	text-align:left;
	width:800px; /*fixed columns if you want fluid layout replace 1200px by 100% */
	background-color:#FFFFFF;
	margin:0 auto;
}

#wrapper2	{
	position:relative;
	text-align:left;
	width:100%;
} 

#grey_line	{
	height:3px;
	width:90%;
	float:left;
	background-color:#7E7879;
	position:relative;
	z-index:92
}

#orange_line	{
	height:3px;
	width:90%;
	float:right;
	background-color:#F87217;
	z-index:92;
	margin-top:2px;
	position:relative
}

#main	{
	position: relative;
	margin: 2px 0 ;
	padding: 10px;
	border-bottom-color: #FFFFFF;
}

#container_left	{
	width: 120px;
	border-right-color: #7E7879;
	border-right-style: solid;
	border-right-width: medium;
	z-index: 92;
	position: relative;
	float:left;
	padding-right:5px;
	padding-bottom:25px;
	min-height:500px;
}

#contain_right	{
	width: 120px;
	border-left-color: #7E7879;
	border-left-style: solid;
	border-left-width: medium;
	z-index: 92;
	position: relative;
	float: right;
	padding-left: 3px;
	padding-bottom: 25px;
	left: -2px;
	min-height: 500px;
}
#left_column	{
	border-right: medium #F87217 double;
	position: relative;
	top: -10px;
	float: left;
	width: 130px; /* actual value */;
	min-height:480px;
	margin: 10px 10px 2px 0;
	padding: 10px 0 0 0;
	background: #FFFFFF;
	z-index: 89;
}
#left_bullets	{
	border-right: medium #F87217 double;
	position: relative;
	width: 130px; /* actual value */;
	min-height:480px;
	margin: 10px 10px 2px 0;
	padding: 10px 0 0 0;
	background: #FFFFFF;
}

#right_column	{
	position: relative;
	top: -10px;
	float: right;
	width: 130px; /* actual value */;
	min-height:480px;
	margin: 10px 0 2px 10px;
	padding: 10px 0 0 0;
	background: #FFFFFF;
	z-index: 90;
	border-left-color: #F87217;
	border-left-style: double;
	border-left-width: medium;
	text-decoration: none;
}

#center_column	{
	margin: 0 10px 0 10px;
	position: relative;
	padding: 0 140px 0 140px;
	text-align: center;
}


#footer	{
	position: relative;
	top: 1px;
	background: #F87217;
	width: 100%;
	height:17px;
	clear: both;
	margin:-10px 0 0 0;
	text-align: center;
	padding:auto;
	font-size:70%;
	color: #C0C0C0;
}

.database	{
	margin-top: 20px;
	height: 15px;
	max-height: 15px;
}
.left_img	{
	height:70px;
	width:auto;
	image-rendering:-moz-crisp-edges;
}

.img_right  {
	height: 70px;
	width: auto;
	text-decoration: none;
}

.img_center {
	height: 80px;
	text-align:center;
	/*margin-left: auto;
	margin-right: auto;*/
}	

.list_left1	{
	border-bottom: medium #B9B5B4 solid;
	margin: 0 -20px 0 0;
	padding: 10px 20px 20px 0;
	list-style-type: none;
	line-height: 2.2em;
	width: 110px;
	float: right;
	font-variant: small-caps;
	text-decoration: none;
	text-align: right;
	font-size:97%;
	
}

.list_left	{
	border-bottom: medium #B9B5B4 solid;
	margin: 0 -20px 0 0;
	padding: 0 20px 0 0;
	list-style-type: none;
	line-height: 2em;
	width: 110px;
	float: right;
	font-variant: small-caps;
	text-decoration: none;
	text-align: right;
}

.list_right	{
	border-bottom: medium #B9B5B4 solid;
	margin: 0 0 0 -20px;
	padding: 0 0 10px 20px;
	list-style-type: none;
	line-height: 2em;
	width: 110px;
	float: left;
	font-variant: small-caps;
	text-decoration:none;
	text-align:left;
	font-size:97%
}


.list_long	{
	line-height:0.8em;
	margin-bottom:1em;
}

.list_long2	{
	line-height:1em;
	margin-bottom:1.3em;
	margin-top:1.3em;
}

.mail:hover .show	{
	display:block;
	text-decoration:underline
}

.show	{
	display:none;
	text-decoration:none;
	
}

.list_center	{
	list-style-type: none;
	line-height: normal;
	padding: 0;
	font-size:medium
}

.img_map	{
	width:300px;
}
.right_column	{
	font: normal normal bold 100% serif;
	margin-bottom: 0;
	height: 22px;
	margin-top:10px;
	color:black;
}

.lo {
	background-color:#FFE47B;
}

.do	{
	background-color:#FFBC53;
}

.lit	{
	letter-spacing: 90%;
	word-spacing: 90%;
	text-align: left;
	font-size:small
}

.thblackorange	{
	text-align:left;
	color:black;
	background-color:#FFE47B;
	padding-left:8px;
}