body {
    width: 100%;
    height: 100%;
    background-image: url(../pic/background.jpg);
    /* background-color: #FFFFFF; */
    background-repeat: repeat-x;
    background-position: top;
    /*font-family: 'Open Sans', sans-serif;*/
	/*font-family: Playfair Display;*/
	font-family: helvetica;
    font-size: 13px;
    /* color: #051c43; */
}

#main {
	width: 970px;
	height: 100%;
	margin: 0 auto;
	/* overlow: hidden; */
}

#header {
    width: 930px;
    padding: 20px;
    /*float: left;*/
    background-color: #FFF;
    background-position: 23px 33px;
    background-repeat: no-repeat;
}

#header #logo {
	float:left;
	width:500px;
	height:65px;
	background-image: url(../pic/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}


 
#header #top1 {
    float: right;
	text-align: right;
}

#header #top2 {
    float: right;
	width:300px;
	height:34px;
	background-image: url(../pic/top1.png);
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 31px;
	/*font-size: 12px;
	padding-top: 10px;*/
}

#header #top3 {
	text-align:right;
    font-size:30px;
	font-style: italic;
	color:#003263;
	margin-top: 30px;
}

#header #top1 a {
	color:#003263;
	text-decoration:none;
	Font-size:12px;
}

#header #top1 a:hover{
	text-decoration:underline;
}

#navM {
    /*position: absolute;
    top: 124px;*/
    width: 970px;
    /*height: 30px;*/
    /*backup background-color: #005ec4;*/
	/*background-color: #02349a;*/
	background-color: #003263;
	text-align:center;
	padding: 3px 0;
	
	
}



#content {
	/*position: absolute;
    top: 154px;*/
    width: 930px;
    background-color: #fff;
	padding: 20px;
	min-height:500px;
}

/*#content1 {
	/*position: absolute;
    top: 125px;
    width: 930px;
    background-color: #fff;
	padding: 20px;
	min-height:500px;
}*/



a {
	color:#003263;
	text-decoration: none;
}


.ltd{
	vertical-align:top;
	width:550px;
	/*color:#02349a;*/
	/*color:#000;*/
	padding-right:40px;
}

.rtd{
	vertical-align:top;
	width:300px;
	/*color:#000;*/
}

.rttd{
	padding: 10px 0px;
	width:150px;
	text-align:middle;
	height: 100px;
	vertical-align:top;
	font-size: 13px;
	font-weight:bold;
}

h1{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top:10px;
	color:#003263;
	text-align:left;
}

.rtd h1 {
	
}

p {
    text-align: justify;
	font-size: 12px;
	padding-bottom:20px;
	margin:0;
	line-height: 1.5;
	color: #000;
}

p a:hover {
	text-decoration: underline;
}

.rttd a {
	color:#003263;
	text-decoration: none;
}

.rttd a:hover{
	/*color: black;
	font-size:14px;*/
}

.rttd a:visited{
	    color: #484848;
}


#vertical { 
	/*position: absolute;*/ 
	left: 25px; 
	/*z-index: 5;*/ 
}

#vertical ul{
	background: #003263;	
	width: 180px; 
    list-style:none; 
    margin:0; 
    padding:0; 
}

#vertical ul li {
    position:relative; 
}


#vertical a {
    color:#f9f9f9; 
    padding:12px 0px;
    display:block; 
    text-decoration:none; 
    transition:1s; 
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
    font-family: helvetica; 
    /*font-weight: bold;*/ 
    font-size:15px; 
    padding-left:20px; 
}

#vertical a:hover {
    /*background-color: #003263; */
    /*color:#fff;*/ 
    font-style: italic;  
}

#vertical ul>li:hover>ul {
display:block; 
}

#vertical ul li ul li:hover ul {
display:block; 
}

#vertical ul ul {
/*position:absolute;*/ 
/*left:180px; */
/*top:100%;*/ 
border-top:1px solid #e9e9e9; 
/*display:none;*/ 
}

#vertical ul ul ul{
/*position:absolute;*/ 
/*left:180px;*/ 
/*top:0;*/ 
border-top:1px solid #e9e9e9; 
/*display:none;*/ 
}

#vertical ul ul li {
width:180px; 
background:#deeaf4; 
border:1px solid #D5D7DB; 
border-top:0; 
}
 

#vertical ul ul ul li{
width:180px; 
/*background:#ace1e8;*/ 
background: #5b5b5b;
border-bottom:1px dotted black; 
border-top:0; 
}

#vertical ul ul li a {
color:#00369d; 
font-size:13px; 
}

#vertical ul ul ul li a {
color:#fff; 
font-size:12px; 
}

#vertical ul ul li a:hover {
letter-spacing: 0px; 
}

#vertical ul ul ul li a:hover {
color:#153363;
letter-spacing: 0px;
background: #F0F4FA;
}

#left {
	width:230px;
	float:left;
	background-color: #fff;
}

#right {
	width:700px; 
	float:right;
	background-color: #fff;
}

td {
	vertical-align:top;
	padding:0 10px;
	color: #003263;
	text-align:center;
}

.td-33{
	width:33%;
	padding:0;
}

.td-25{
	width:25%;
	padding:0;
}

.thead{
	font-weight:bold;
	background-color: silver;
	border-right: white 1pt solid;
	height:30px;
	vertical-align:middle;
	border-bottom: silver 1pt solid;
}

.tz{
	height:30px;
	vertical-align:middle;
	border-bottom: silver 1pt solid;
}
.tz1{
	height:60px;
	vertical-align:middle;
	border-bottom: silver 1pt solid;
}

.tz2{
	height:90px;
	vertical-align:middle;
	border-bottom: silver 1pt solid;
}

.tz3{
	height:75px;
	vertical-align:middle;
	border-bottom: silver 1pt solid;
}

.tz4{
	height:105px;
	vertical-align:middle;
	border-bottom: silver 1pt solid;
}

.td-16{
	width:16%;
	padding:0;
}


.dropDownMenu a {
	color: #FFF;
}
.dropDownMenu,
.dropDownMenu ul {
	list-style: none;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.dropDownMenu li {
	position: relative;
}
.dropDownMenu a {
	padding: 5px 20px;
	display: block;
	text-decoration: none;
}
.dropDownMenu a:hover {
	font-style: italic;
}

.dropDownMenu > li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px; 
	border-right: 2px solid white;
}

.dropDownMenu > li:last-child { 
	border-right:0px; 
}


.dropDownMenu > li:first-child {
	margin-left: 0;
}
.dropDownMenu > li > a {
	font-size:15px;
}
.dropDownMenu > li > a:hover {
	font-style: italic;
}



.dropDownMenu > li > ul {
	display: none;
	position: absolute;
	background-color: #deeaf4;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	text-align: left;
	left: 10px;
	top:100%;
	z-index: 9999999;
}
.dropDownMenu > li:hover > ul {
	display: block;
}
.dropDownMenu ul li a {
	letter-spacing: 1px;
	/*background: #F0F4FA;*/
	padding: 5px 16px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	border-bottom: 1px black dotted;
	color: #00369d;
}
.dropDownMenu ul li a:hover {
	font-style: italic;
}


.dropDownMenu > li > ul > li > ul {
	text-align: left;
	display: none;
	background: #5b5b5b;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 9999999;
	/*padding:0 !important;*/
	margin-top:-3px !important;
}
.dropDownMenu > li > ul > li:hover > ul {
	display: block;
}
.dropDownMenu ul ul li {}
.dropDownMenu ul ul li a {
	color:#fff;
}
.dropDownMenu ul ul li a:hover {}

.currentLink {
   font-weight:bold;
}

.npanl {
	text-align:left;
	padding:10px 10px 10px 0;
}

.npanr {
	text-align:left;
	padding:10px 0 0 0;
}

.news {
	font-style: italic;
	font-weight:bold;
}

.tablenormal {
	width:100%;
}

.tablenormal td {
	color:black;
	border:1pt solid silver;
	vertical-align: middle;
	padding:2px 10px;
}

.contact td{
	text-align:left;
	padding:2px 15px 10px 0;
	color:black;
}

.contact a:hover{
	text-decoration: underline;
}