body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-color:#fff;
	/* background: url("../images/bgnd5.png") repeat-x scroll 0 0 transparent; */
}

a:link, a:visited {
	color: #002e5b;
	text-decoration: none;
}

a:hover, a:active{
	color: #004080;
	text-decoration: underline;
}

p {text-align:justify; }

ul li {
list-style-image: url(../images/bullet3.png) ;}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
}
h1 {
	font-size: 20px;
	line-height: 28px;
	color:#990000;
	font-weight:normal;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	color:#006600;
	font-weight:normal;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	color:#000066;
	font-weight:normal;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight:normal;
}
h5 {
	font-size: 13px;
	line-height: 15px;
	font-weight:normal;
}
h6 {
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
}

hr 
{
    border-width: 0 0 1px 0;
    border-style:dashed;
    border-color: #ddd;
	margin:2px;
}

.breadcrumb {
    background-color: #FFF1E8;
	padding-top:5px;
	padding-left:10px;
	margin:0px;
	border-radius:0px;
	margin-top:-1px;
	font-size:small;
}

.breadcrumb a {
font-weight:normal;
}

img {
padding-right:5px;
}

.tab_outermost {
margin-left:auto;
margin-right:auto;
width:1200px;
/* background: url(../images/bgnd04.png); */
background-color:#FFF;
/* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); */
box-shadow: 0 0px 20px #666; 
margin-top:5px;
}

.tab_outermost td {
vertical-align: top;
padding:0px;
}

.tab_top1_outer {
width:100%;
background: url("../images/bgnd04.jpg") repeat scroll 0 0 transparent; 
/* background-color:#fff; */
color:#ffffff;
border-radius:0;
height:125px;
}

.tab_top1_outer td {
}

.tab_top1 {
width:1200px;
color:#ffffff;
border-radius:0;
margin-left:auto;
margin-right:auto;

}

.tab_top1 td {
vertical-align:top;
}

.tab_top1 td li {
list-style:none;
list-style-image:none;
}

.tab_top2 {
width:100%;
background-color:#000;
height:60px;
}

.tab_top2 td {
padding:0px;
}

.tab_top2 td li {
list-style:none;
list-style-image:none;
}

.tab_news1 {
width:100%;
color:#333;
}

.tab_news1 td  {
	vertical-align:top;
	padding:0px;
}

.tab_news2_outer {
width:100%;
background-color:#684f40;
border-radius:0;
}

.tab_news2_outer td {
}

.tab_news2 {
width:1200px;
margin-left:auto;
margin-right:auto;
color:#fff;

}

.tab_news2 td {
vertical-align:top;
padding:20px 0px;
}

.tab_news2 .card {
border:none;
box-shadow:none;
background:none;
margin-top:0px;
border-radius:0px;
padding:0px;
color:#fff;
}

.tab_news2 .card-header {
color:#ffff99;
border:none;
padding:15px 0px;
font-size:24px;
background:none;
}

.tab_news3_outer {
width:100%;
background-color:#ffffff;
border-radius:0;
}

.tab_news3 {
width:1200px;
margin-left:auto;
margin-right:auto;
}

.tab_news3 td {
vertical-align:top;
padding:20px 0px;
}

.tab_news3 .card {
border:none;
box-shadow:none;
margin-top:0px;
border-radius:0px;
padding:10px;
background-color:#ffffff;
}

.tab_news3 .card-header {
color:#660000;
/* border-bottom:1px solid #cc0000; */
padding:10px 0px;
border-bottom:0px solid #f0f0f0;
font-size:24px;
}

.tab_bottom1_outer {
background-color: #000;
width:100%;
}

.tab_bottom1 {
width:1200px;
/*background: #fff bottom url(../images/footer1.png); */
color:#ddd;
margin-left:auto;
margin-right:auto;
}

.tab_bottom1 td {
padding: 50px 0px;
}

.tab_bottom1 .card {
	padding:0px;
	border-radius:0px;
border:0px solid #ddd;
background:none;
margin-top:5px;
box-shadow:none;
}

.tab_bottom1 .card-header {
border-bottom:0px solid #dfe4e6;
padding:10px 2px 2px 0px;
    margin: 5px;
	color:#ffff00;
	font-weight:bold;
}

.tab_bottom1 td a:link, .tab_bottom1 td a:visited  {
color:#ffffcc;
}

.tab_bottom1 h3  {
color:#ffff99;
margin-left:15px;
text-align:right;
}

table.category {
border:1px solid #fff;
}

table.category td  {
background:none;
border:none;
padding:5px 0;
}

table.category td.list-title {
    background: url(../images/bullet3.png) no-repeat scroll left center transparent;
	padding-left:20px;
	 border-bottom:0px dotted #ccc;
}

/* contact form */
.dl-horizontal dd {
	margin-left: 5px;
}

