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

#container
{
	margin: 0 30px;
	background:#fff;
}
body{background:url("img/body-bg.jpg") left top;color:#161616;}
p {
	text-align:justify;
	color:#2A2A2A;
	font-size:17px;
	line-height:22px;
	
}
#content ul
{
	margin-left: 1.7em;
	font-size:17px;
	line-height:22px;
	padding-left:1.7em;
	padding-bottom:1em;
	margin-left:1.7em;
}

#content ul li
{
	list-style-type:square;
}

#content li a
{
	color: #AB1C0C;
	text-decoration: underline;
}

#content li a:hover { background: #383; }
#header
{
	background: #A60000;
	padding: 20px;
	height:50px;
}

#header h1 { margin: 0; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:25px; margin-top:11px; text-transform:capitalize; }

#navigation
{
	float: left;
	width: 100%;
	background:#4E4E4E;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content
{
	clear: left;
	padding: 20px;
	font-size: 18px;
}

#content h2
{
	color: #000;
	font-size: 22px;
	margin: 0 0 .5em;
}

#footer
{
	background: #A60000;
	text-align: center;
	padding: 20px;
	height: 25px;
	color:#fff;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.floatright{float:right; padding:10px;;}
.floatleft{float:left; padding: 10px;}
div.box1-cont{ padding:8px;}
table.table1{width:100%; background:#f7f7f7; border-spacing:0; border-collapse:collapse;border:solid 1px #b3ccb3;}
tr.table1-header{ background:#A60000; color:#fff; line-height:22px;}
td.border1 { background:#fff;}
tr.table1-header th{ border-right:solid 1px #a7561e;}
table.table1 td{
	border-right:solid 1px #b3ccb3;
	padding:2px 5px;
) repeat-x left bottom;	font-size: 14px;
}
table.table1 td.logo{ }
table.table1 tr.tr1 td{border:dotted 1px #b3ccb3;}
table.table1 tr.tr1 td.logo{ }
td.logo,td.td1{ background:#fff; text-align:center; border:dotted 1px #b3ccb3;}
a:hover{ text-decoration:underline;}
h2{font-size:22px;line-height:26px; font-weight:bold; color:#fff; text-transform:capitalize; }
h4{font-size:22px;line-height:15px; text-align:center; text-transform:capitalize; margin:18px;}
h3{font-size:22px;line-height:15px; text-align:center; text-transform:capitalize; margin:18px;}
h5{font-size:22px;line-height:14px;}
h6{font-size:22px;line-height:13px;}
a{
	text-decoration: underline;
	color: #A61B13;
}
.greenish-text {
	font-size:16px;
	color:#A6111D;
	text-transform : capitalize;
	text-decoration:underline;
	font-weight: bold;
}
.greenish-text2 {
	font-size:16px;
	color:#235A00;
	text-transform : capitalize;
	text-decoration:underline;
	font-weight: bold;
}
.clearfix::after{content:"";display:table;clear:both}
