
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;

	line-height: 1.5em;
}


#wrapper {
	width: 968px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 968px;
	height: 150px;
	margin: 0 auto;
	background: url(layout_images/img_header2i.gif) no-repeat left top;
}

#menu {
	width: 968px;
	height: 50px;
	background: url(layout_images/img_01h.gif) repeat-x left top;
	margin: 0 auto;
	padding-top:10px;
}

#menu a {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	border: none;
	/*font-weight: bold;*/
}

#menu a:hover {
	text-decoration: underline;
	color: #14293F;
}


#menu a:active {
	color:#ffffff;
	text-decoration: none;
}



#contentOutterwrapper {
	width: 968px;
	height: 100%;
	background: url(layout_images/img_03.gif) repeat-y left top;
	/*margin-top: 40px;  distance on top of image, not including 30px padding on top of image, therefore, white space below menu bar(30px) + 10px clear space*/

}

/***************** FOR HOME PAGE CONTENT ONLY ( 2 COLUMN + HOMEPG IMAGE)*************************/
#homepageimage {
	width:968px;
	padding: 30px 0 0 0; /*padding around image*/
	text-align:center;

}
#homepageimage h2{
		margin:0;
		line-height:1.5em;
		font-family:"Times New Roman", Times, serif;
		padding-top: 20px;
	}
	
#contentwrapper {
	float: left;
	width: 100%;
	text-align: center;
}

/*
#page-bgtop {
	background: url(img_04.gif) no-repeat left top;
}*/

#contentcolumn {
	height:300px;
	padding: 35px 20px 0 30px;
	margin-right: 368px;
	border-right: 1px solid #D6EFEF;
}
/*
	#contentcolumn h2{
		margin:0;
		line-height:1.5em;
		font-family:"Times New Roman", Times, serif;
	}
*/
	#contentcolumn h3{
		text-align: left;
	}
	
	#contentcolumn h2{
		text-align: left;
	}
	
	#contentcolumn p{
	text-align:justify;
	}
	
	#contentcolumn a {
	text-decoration: underline;
	color:#787878;
	}
	
	#contentcolumn a:hover {
	text-decoration: underline;
	color: #59b1d2;
	}
	
#rightcolumn {
  	float: left ;
  	width: 368px;
  	margin-left: -368px;
	padding-top: 35px;
}

	#rightcolumn h3 {
		text-align: left;
		padding-left:20px;
	}
	
	#rightcolumn ul{
		text-align:justify;
		padding-right:30px;
	}
	
	#rightcolumn li{
		text-align:justify;
		list-style-image: url(layout_images/img_bullet.gif);
	}
	
	#rightcolumn li a{
		text-decoration: none;
		font-size: 16px;
		color: #59b1d2;
		border: none;
	}
	
/**** FOR OTHER WEB PAGES (no divided column)*****/

/*#maincontentwrapper{
	width: 968px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}*/

#maincontent {
	width:908px;
	padding-bottom:20px;
	padding-top: 30px;
	padding-left: 30px;
	text-align: justify;
} 

	#maincontent i{
		font-size:16px;
		color:#319ACE;
		font-weight:500;
	}
	#maincontent ul{
		text-align:justify;
		padding-right:40px;
	}
	
	#maincontent li{
		text-align:justify;
		/*list-style-image: url(img_bullet.gif); */
	}

	#maincontent a {
	text-decoration: none;
	color:#59b1d2;
	}
	
	#maincontent a:hover {
	text-decoration: underline;
	color: #59b1d2;
	}


#footer {
  	clear:left;
  	width:100%;
	text-align:center;
	font-size:10px;
  	border-top: 1px solid #D6EFEF;
  	border-bottom: 1px solid #D6EFEF; 

