/* CSS Document */
* html, body {
	margin:0;
	padding:0;
}
body {
	background:#3162a5 url(../images/bg.png) repeat-x top;
	color:#fff;
	font: 12px/1.8em "Times New Roman", Times, serif;
}
h3,h4,h5,h6{
	font: 16px "Times New Roman", Times, serif;
	font-weight:bold;
}
h2 {
	font: 24px "Times New Roman", Times, serif;
	font-weight:bold;
	text-align: center;
	margin: 0px;
}
p{
	font: 18px "Times New Roman", Times, serif;
	color:#fff;
	line-height:20px;
}
.read-more a{
	font:11px "Times New Roman", Times, serif;
	text-align:right;
	text-decoration:none;
	color:#fff;
	float:right;
	margin-right:25px;
}
.read-more a:hover{
	text-decoration:underline;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:underline;
}
#wrapper {
	width:800px;
	margin:0 auto;
	padding:0;
}
#header{
	width:100%;
	height:50px;
}
#logo{
	width:333px;
	height:66px;
	float:left;
	margin-top:25px;
	margin-left:15px;
	clear:left;
}
#logo img{
	border:0;
}
.nav{
	margin-right: auto;
	margin-left: auto;
	width: 380px;
}
#nav{
	list-style:none;
	text-align:left;
	margin-top:50px;
}
#nav li{
	list-style:none;
	text-decoration:none;
	display:inline;
	text-align:right;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
}
#nav li a{
	color:#666;
	font:bold 12px "Times New Roman", Times, serif;
	text-decoration:none;
}
#nav li a:hover{
	color:#3465ac;
}
#container{
	width:100%;
}
#main{
	width:95%;
	height:auto;
	margin:8px;
	padding:0px 8px 8px;
}
#first-col{
	margin-left:10px;
	float:left;
	width:30%;
	height:auto;
	padding:8px;
}
#second-col{
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	padding:8px;
}
#third-col{
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	padding:8px;
}
#footer{
	clear:both;
	background:transparent;
	height:92px;
	width:100%;
}
.copyrights{
	font:10px "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	padding-top:70px;
}
#footer a{
	font:10px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#fff;
	text-transform:capitalize;
}
#footer a:hover{
	text-decoration:underline;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
