body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #5786c6;
	line-height: 17px;
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	height: 140px;
	width: 950px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(temp_01.jpg);
}



#container{
	width: 950px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

#footer{
	width: 950px;
	text-align: left;
	color: #FFFFFF;
	height: 72px;
	background-image: url(temp_08.jpg);
	font-size: 10px;
	padding-left: 40px;
}
.img_border {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
ul {
	padding-left: 22px;
}
h1 {
	sfont-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #DB2B1E;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(h1.png);
	padding-left: 24px;
	background-repeat: no-repeat;
	height: 19px;
	padding-top: 5px;
	text-transform: uppercase;
}
li {
	list-style-image: url(red1-r.gif);
	font-weight: bold;
	color: #0099CC;
	font-size: 11px;
	text-align: left;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
h2 {
	font-weight: bold;
	color: #999999;
	font-size: 16px;
}
blockquote {
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
h3 {
	color: #FF9817;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-image: url(h3.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 24px;
}
.left_reserved {
	width: 300px;
}
.right_reserved {
	padding: 40px;
	text-align: justify;
}

.readmore2{
	text-decoration: none;
	display:inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor:pointer;
	text-transform: uppercase;
	padding:10px 20px;
	font-size: 12px;
	background-color: #235588;
	border-radius:7px;
	margin-right:10px;
	color: white;
}

.readmore2 .fa{
	margin-left:5px;
	width:auto;
	
	}
.readmore2:hover{
	background-color: #8f1b1c;
	color:#fff;
	
	}