body {
	/* Hide from IE-Mac */
	background-image: url("../images/WebsiteBG.png");
	background-position: top;
	opacity:0.9;
	background-repeat: repeat-x;
	/* End Hide */ 
	width: 756px;
	background-color:#fdfdfc;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	color:#000000;
	align: center;

}

div.transbox
  {

  /* for IE */
  filter:alpha(opacity=99);
  /* CSS3 standard */
  opacity:0.99;
  }
  

#wrapper {
	/*background-color: #fff;*/
	text-align:left;
}

#content {
	float: right;
	background-color:#fff;
}

#branding {
	background:url(../images/header2.png) left top;
	background-position: top left;
	background-repeat: no-repeat;
	height:101px;
}

#logo {
	float:right;
	background:url(../images/logo.jpg) left top;
	background-repeat: no-repeat;
	width: 224px;
	height:234px;
}

#leftNavBar {
	float:left;
	background:url(../images/navBarTop.jpg) left top;
	background-position: top left;
	background-repeat: no-repeat;
	width: 532px;
	height:54px;
	background-color:#193580;
}
#mainNav {
	float: left;
	width:532px;
	height:27px;
	text-align:center;
	background-color:#193580;
}
#mainNavBot {
	float:left;
	background:url(../images/navBarBot.jpg) left top;
	background-position: top left;
	background-repeat: no-repeat;
	width: 532px;
	height:18px;
}

#homeCol {
	width: 500px;
	float:left;
	margin-left:15px;
	margin-right:5px;
	line-height: 20px;
}

/***************************************  navigation setup ********************************/
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 68px;
}

#mainNav ul li {
	float: left;
	vertical-align:text-bottom;
}

#mainNav ul a {
	height:27px;
	line-height:27px;
	font-size:14px;
	text-transform:capitalize;
	color:#a0accb;
	font-weight: bold;
	text-decoration:none;
	padding-right:30px;
	letter-spacing: 1px;
}

#mainNav ul a:hover, .selected a {
	color:#fff;
	text-decoration: none;
}


#mainNav .navSel a {
	color:#fff;
	text-decoration: none;
}

#leftCol {
	width: 445px;
	float:left;
	margin-left:5px;
	margin-right:3px;
	line-height: 20px;
}

#rightCol {
	width: 280px;
	float:right;
}

#rightCol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rightCol li {
	margin: 5px 0;
	margin-left:20px;
}

a.navLink {
	width:275px;
	height: 20px;
	line-height: 15px;
	color: #193580;
	text-decoration: none;
	background: #fff url(../images/list_u.jpg) no-repeat left top;
	padding-left:35px;
	font-weight: bold;
}

a.navLink:hover {
	width:275px;
	height: 20px;
	line-height: 15px;
	color: #193580;
	text-decoration: none;
	background: #fff url(../images/list_o.jpg) no-repeat left top;
	padding-left:35px;
	font-weight: bold;
}

#rightCol h1 {
	font-weight: bold;
	font-size: 16px;
	color: #193580;
	padding-left:50px;
	letter-spacing: 3px;
}

#partners {
	float:right;
	background:url(../images/partner.jpg) right bottom;
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-right:5px;
	width: 725px;
	height:92px;
}


#footer {
	clear:both;
	background:url(../images/footer2.jpg) left top;
	background-position: top left;
	background-repeat: no-repeat;
	width: 756px;
	height:106px;
}

/*============================================== About Us =======================================*/
#aboutUs {
	width: 485px;
	float:left;
	margin-left:15px;
	margin-right:5px;
	line-height: 20px;
}

#aboutUs h1 {
	font-weight: bold;
	font-size: 16px;
	color: #193580;
	letter-spacing: 1px;
}
#clear {
	clear: both;
}
#aboutLeft {
	width: 485px;
	float:left;
	margin-left:15px;
	margin-right:5px;
	/*line-height: 20px;*/
}

#aboutRight {
	vertical-align: text-top;
	width: 230px;
	float:right;	
}

#aboutRight h1 {
	font-weight: bold;
	font-size: 16px;
	color: #193580;
	letter-spacing: 3px;
}

/*============================================== news=======================================*/
#newsBody {
	width: 485px;
	float:left;
	margin-left:15px;
	margin-right:5px;
	line-height: 20px;
}

#newsBody .rowHead {
	background-color:#30448b;
	color:#fff;
	font-weight: bold;
}

#newsBody .date {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}

#newsBody .content {
	color:#3e6b8a;
}

#newsBody h2 {
	font-weight: bold;
	font-size: 12px;
	color:#30448b;
}