body { 
	margin: 0; 
	padding: 0 1em 0 1em;
	color: #000;
	background-color: #E9EDEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; 
}

  
#container {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	border:1px solid black;
}

img {
	border: 0px none;
	display: block;
	}
	
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

a.accesskey {
	display: none;
}

a:link{
	color: #009;    
	text-decoration: none;
}

a em {
	text-decoration: underline;
	font-style: normal;
}

a:visited {
	color: #009;
	text-decoration: none;

}

a:hover{
	color: #00F;
    text-decoration: underline;
}

a:active {
	color: red;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
}

ul, dl, blockquote {
	position: relative;
}
acronym{
	cursor: help;
}

address{
	font-style:normal;
	margin:0;
	padding:0;
    }
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
    padding: 0 0 0.5em 0;

}

/*-----------HEAD--------*/
#top-nav {
	padding: 0;
	margin:0;
	width: 100%;
	height: auto;
	background-color: #000;
}

#top-nav p{
	text-align:right;
	font-size: 75%;
	padding: 0.3em;
	margin: 0;
	color: #fff;
	}
	
#top-nav a, #footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	display:inline;
}


#top-nav a:hover, #footer a:hover{
	color: red;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}

#banner {
	margin: 0;
	padding:0.5em;		
	background-color : #1F533B; 
        background-image : url('image/bg_tp.gif');
	height: auto
}

#banner-left {
	position: absolute;
	left:1.5em;
	width: 117px; 
}

#banner-right {
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        padding:0;
	width:485px;
}

#banner-right h1 {
	color:#fff;
	margin:0;
	padding:0;
	position:relative;
	/* \*/ overflow: hidden;/* */
	
}

#banner-right h1 span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#banner-right h1, #banner-right h1 span{
height:36px;
width:485px;
background: url('image/logo.gif') no-repeat top left; 
}


#banner-right h2 {
  margin: 0px;
  padding:0 0 0.3em 0;
  color: #fff;
  font-size: 90%;
  border: 0px none;
  text-align:center;
  text-transform: uppercase;
}

#banner-right address{
        padding:0.3em 0 0 0;
	color:#fff;
	text-align:center;
	border-top:1px solid #fff;
	font-size:85%;
}

#banner-bottom {
	background-color: #E9EDEB;
	border-bottom: 1px solid #D6D6E2;
	margin:0;
	padding: 0 0 0 0.5em;
 }
	
/*-----------------Content------------------*/  

#breadcrumb {
	padding: 0;
	margin: 0 0 0.5em 0;
}

#content {
	padding: 0;
	margin: 5px 155px 20px 185px;
	background-color: #fff;	
}

#content2 {
	position:relative;
	padding: 0;
	margin: 5px 10px 20px 185px;
	background-color: #fff;
}
/*------------------Left------------------*/
#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
}

/*---------------Right-------------------*/

#right {
	float: right;
       margin: 0;
	padding: 0;
	width: 130px;
	text-align:center;
}

.rtext {
	background-color: #F7F3F7;
	border-bottom: 1px solid #D6D6E2; 
	margin:0;  
        padding:0.3em;
}

#right ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#right ul li {	
	margin: 0;
	padding: 0 0 0.5em 0.2em;
	line-height: 1.2em;
	font-size: 80%;
}

#right h3 {
        background-color: #FFD700;
	margin: 0.4em 0 0 0;
	padding: 0.2em;
}

/*--------------Footer--------------------*/
#footer {
	clear: both;
	padding: 0;
	margin: 0; 	
        height: 2em;
	background-color : #1F533B; 
        background-image : url('image/bg_tp.gif');
}

#footer p, #right p, #left p, #right address {
	margin:0;
        padding:0.3em;
        font-size: 80%;
    }

#f-left {
	float: left;
	padding: 3px 0 0 10px;
	background-color: transparent;
}

#f-right {
	float: right;
	text-align: right;
	padding: 3px 10px 0 0;
	background-color: transparent;
}


#feet {
		width : 100%;
		margin : 0;
		padding : 0;
		font-size : 75%;	
	}
	
#feet p {
		margin : 0 1em;
		padding : 0 0 0 0.5em;
		text-align:right;	
	}

/*-------------FONTS, LINKS----------------*/
#breadcrumb p{
font-size: 80%;}

#breadcrumb p, #breadcrumb a {
	position: relative;
	color: red;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
    padding:0 0 0.5em 0;
}

#breadcrumb a:hover {
	color: red;
	text-decoration: underline;
	background-color: transparent;
}

h1 {
	color: #999;
	font-size: 150%;
	padding: 0 0 0.1em 0;
	margin:0 0 0.5em 0;
}

#content h1, #content2 h1 {

	border-bottom: 1px solid #1F533B;
	background: url('image/h_bg.gif') no-repeat bottom left;
	
}


h2 {
	color: #1F533B;
	font-size: 130%;
	margin: 0.5em 0 0 0;
	padding: 0 0 0.5em 0;
	border-top: 2px solid #1F533B;
}

h3 {
	color: #000;
	padding: 0;
}
#content h3, #content2 h3{
font-size: 1em;
margin: 0 0 0.5em 0;}

#right h3 {
font-size: 90%;
}

.contact{
background: url('image/h3.gif') no-repeat center left;
padding-left:0.6em;
margin-bottom: 0.5em;}


h4, #right q{
    color: #000;
    font-size: 90%;
    margin: 0;
    padding: 0 0 0.3em 0;
}

#content ul, #content2 ul {
	margin: 0;
	padding: 0 0 0.5em 0;
	list-style: none;	
}

#content ul li, #content2 ul li {	
	margin: 0;
	line-height: 1.2em;
	background: url('image/bullet.gif') no-repeat 0% 0%;
	padding:0 0 0 0.8em;
}
#content ul li ul li, #content2 ul li ul li{
    font-size:100%;
}


/*-----------left navigation-----------*/
 
 #navlist
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0.4em 0 1em 0;
	padding: 0;
	list-style: none;
}

#navlist li
{
	display: inline; /* for IE5 and IE6 */
	line-height: 1.2em;
	font-weight: bold;
	width: 99.99%;	
	background-image: url('none');
	padding: 0;
	line-height: 1.8em;
	font-size: 90%;
}

#navlist li a.current, #navlist li a.current:hover {
	color: red !important;
	background-color: #b5d1bb;
	width: 99.99%;
	background-image: url('image/active.gif');
	background-position:    right center;
	background-repeat: no-repeat
}

#navlist li a.current:hover {
	text-decoration: underline;
}

.parent {
	background-image: url('image/parent.gif');
	background-position:    right center;
	background-repeat: no-repeat
}

#navlist a
{
	width: 99.99%; /* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #E6E6E6;
	border-bottom: 1px #fff solid;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}

#navlist a:hover {
	background-color: #ccd7d2;
	text-decoration: underline;
}

#navlist a:visited {
	color: #000;
}

#navlist li ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#navlist li ul li {	
	font-size: 100%;
}

#navlist li ul li a, #navlist li ul li a:hover, #navlist li ul li a.current, #navlist li ul li a.current:hover {
	border: 0px none !important;
	font-weight: normal;
	line-height: 1.9em;
	padding-left: 20px;
	width: 160px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 150px
}

#navlist li ul li a{
    color: #000;
    background-color: #ebf3ed;
}

#navlist li ul li a:hover {
   color: #000;
	background-color: #b5d1bb;
	text-decoration:underline;
}

#navlist li ul li a.current, #navlist li ul li a.current:hover {
	color: red !important;
	background: #b5d1bb url('image/active.gif') no-repeat right center;
}

#navlist li ul li a.current:hover {
	text-decoration: underline;
}
/*-------------img left----------------*/
.photo {
	margin: 0 0 0 0.7em;
	border: 1px solid black;
	float: right;
}

.center, .cnt {
	margin-left:auto;
	margin-right:auto;
}

.top	{
     text-align:right !important;
	padding-right: 1.5em !important;
	height: 1em;
	background: url('image/up.gif') no-repeat center right;
	}


h2.blue {
    color:#000099;
	font-size: 120%;
	padding: 0;
	margin: 0.5em 0 0.5em 0;
	border: none;
}

dl {
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #000;
}

dt {
	font-weight: bold;
	margin: 0;
	padding:0 0 0.5em 0;
}

dd {
	margin: 0;
	padding:0 0 0.5em 2em;
}




blockquote {
font-size: 1.3em;
color: #000099;
font-style: italic;
padding:0 0 0.5em 0.8em;
margin: 0;
}

.brd{
border: 1px solid #000 !important;
}

.red {
color: red;
font-weight: bold;
padding-right:0.1em;
}

#content address, #content2 address{
	font-style:normal;
	margin:0;
	padding:0 0 0.5em 0;
    }

form {
	margin: 0.5em 0;
	padding: 0;
}

label, input {
	margin: 0;
	padding: 0;
}

label.profile  {
display: block;
width: 4em;
float:left}

input, textarea {border:1px solid #000; background-color:#FAFAFA; padding: 2px;}

form input.button, form input.button:hover {
color:#fff;
font-weight: bold;
}

form input.button {
  background-color:#390;
 }
 
 form input.button:hover{
 background-color:#063;}


#right dl, #right dt, #right dd{
margin: 0;
padding: 0 0 0.2em 0;}

#right dt, #right dd{
font-size: 85%;}


.pdf {
	line-height: 1.2em;
	background: url('image/PDF_logo.gif') no-repeat 0% 0%  !important;
	padding-left:1.2em !important;
	padding-bottom:0.4em !important;
	text-align:left
	}
	
/*-----------cort documents table-----------*/
.listings {
 	margin-bottom: 20px;
 	font-family: Arial, sans-serif;
 	color: #000;
    border-collapse: collapse;
 }
 
 .listings caption {
	font-size: 1em;
	font-weight: bold;
 }
 
 .listings th, .listings td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #fff;
 }
 
 .listings th {
	text-align: center;
	font-weight: bold;
	background-color: #b5d1bb;
	
 }
 .listings td {
    background-color:#f1f9f4;
    }

 .tip	{
    margin:0;
	height: 22px;
	padding-left: 26px;
	background: url('image/tip.gif') no-repeat center left;
	}