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

body, td, th {
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #858585;
	line-height:21px;

}

a {
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #4e92ad;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4E92AD;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #4E92AD;
}


body {
	background:url(../img/bg.png) #FFF;
	margin-top: 0px;
	margin-bottom:50px;
}

#pic {
	left: 320px;
	top: 67px;
	width: 329px;
	background:url(../img/logo.png);
	height: 104px;
	z-index: -2;
}
#bg1 {
	width: 100%;
	height: 357px;
	background:url(../img/blue_bg.png);
	top: 58px;
	left: 0px;
	z-index: -4;
}

b {
	color: #525252;
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	color: #525252;
	font-weight: normal;
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 23px;
	font-weight: bold;
}
h2 {
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;

}


h3 {
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
	font-weight: bold;
	font-style: none;
}

h5 {
	
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: none; }


.footer { 

	color: #FFF; 
	padding-left:30px; 
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;}

.footer_right { 

	color: #FFF; 
	padding-left:10px; 
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px; text-align:right;
	padding-right:15px; }
	
.table_padding {
	padding-left:15px;
	padding-right:35px;
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
}
	
.table_paddingleft {
	padding-left:25px;
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-left:dotted #CCCCCC 1px;
	text-align: left;
} 
	
	
ul.imglist5 {
	margin: 0px;
	padding-left:20px;
}
ul.imglist5 li {
	margin: 10px;
	list-style-image:url(../img/bullet.png);
}

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

@font-face {
    font-family: pala_font;
    src: url('pala.eot');
    src: local(pala_font), url('fonts/pala.ttf') format('opentype');
}

@font-face {
    font-family: pala_font;
    src: local(pala_font), url('fonts/pala.ttf') format('opentype');
}

@font-face {
    font-family: pala_font;
    src: local(pala_font), url('fonts/pala.ttf') format('opentype');
}

.title {
	font-family: pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#387e9f;
	font-weight: normal;
}

.title_b {
	font-family: pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #525252;
}

.text {
	text-align: justify;
}




/* -------------------[ Top Navigation ]------------------- */

#topnav {
	padding:8px; 
	margin:0;
	font-size:18px;
	background:url(../img/bg.png) repeat;

	font-weight:none;
	}

#topnav ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
	line-height:1; 
	margin:0;
	}

#topnav ul a  {
	position:relative; 
	display:block; 
	z-index:100; 
	padding:5px 15px; 
	line-height:30px; 
	text-decoration:none;
	color:#525252;
	}

#topnav ul li  { 
	float:left; 
	width: auto; 
	}

#topnav ul li.searchform  { 
	font-size:11pt;
	font-family:pala_font "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float:right;
	padding:12px 0; 
	width: auto; 
	}

#topnav ul a:hover {
	color:#4e92ad;
	}

#topnav ul ul  { 
	position: absolute; 
	left: -999em; 
	width: 202px; 
	z-index:99999;
	border:0;
	border-bottom: 1px solid #333;
	font-size:9pt;
	}

#topnav ul ul a  {
	width:180px; 
	border-bottom:1px dotted #ccc;
	background: rgba(233, 233, 233, .85);
	line-height:24px;
	}

#topnav ul ul a:hover  {}

#topnav ul ul ul  {
	border-top:0;
	margin: -35px 0 0 201px; 
	}

#topnav ul li li { 
	margin:0;
	border:0;
	}

#topnav ul li:hover,
#topnav ul li.hover  { 
	position:static;
	}

#topnav ul li:hover ul ul, 
#topnav ul li.sfhover ul ul,
#topnav ul li:hover ul ul ul, 
#topnav ul li.sfhover ul ul ul,
#topnav ul li:hover ul ul ul ul, 
#topnav ul li.sfhover ul ul ul ul { 
	left:-999em; 
	}

#topnav ul li:hover ul, 
#topnav ul li.sfhover ul,
#topnav ul li li:hover ul, 
#topnav ul li li.sfhover ul,
#topnav ul li li li:hover ul, 
#topnav ul li li li.sfhover ul,
#topnav ul li li li li:hover ul, 
#topnav ul li li li li.sfhover ul { 
	left:auto; 
	}
