/*
* {
	margin:0;
	padding:0;
	}
*/
body {
	background-color: #cfcfcf;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #000;
	}


h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	line-height:115%;
	font-weight: bold;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	line-height:115%;
	font-weight: bold;
margin-bottom: 10px;
	}

.outerDiv {
	width:900px;
	background-color: #FFF;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	}
	
.topDiv {
	background-image:url(images/celt-logo.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 0;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:142px;
	}	


/* HOME CONTENT  ###############################################################################  */

.homePageImage {
		float:left;
		display:inline;
		background-image:url(images/home1.jpg);
		background-repeat:no-repeat;
		width:704px;
		height:488px;
	}

.homeRight {
	float:right;
	text-align:center;
	display:inline;
	width:196px;
	height:438px;
	background-image:url(images/home-right-col.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
	}

.homeRightObject {
	margin-top:18px;
	}

.homeRightObject img {
	margin-bottom:10px;
	}

.homeRightObject a {
	color:blue;
	font-size:11px;
	font-weight:bold;
	line-height:120%;
	}



/* #########################################################################################################  */
/* INNER NAV CONTENT STYLES  ###############################################################################  */
/* #########################################################################################################  */

.innerNav {
	display:inline;
	float:left;
	width:180px;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	margin-top:18px;
	/*added by Hima to add bullets to left nav bar*/
	margin-left:0px; 
	background-image: url(images/pageNavBgOn.jpg);
	background-repeat:repeat-x;
	color:white;
	/*padding:4px 10px; modified by hima to add bullets to left nav bar*/
	padding:4px 0px;

	}

.innerNav ul {
	/*list-style:none;*/
	/*modified by Hima to add bullets to left nav bar */
	list-style-type:disc;
	color:black;	
	/*margin:0px;*/

	}

.innerNav li  {
	/*margin:0px;*/
	/*list-style:none;*/
	/*modified by Hima to add bullets to left nav bar */
	list-style-type:disc;

	}

.innerNav  ul li a {
	height: auto;
	/*list-style:none;*/
	/*modified by Hima to add bullets to left nav bar */
	list-style-type:disc;
	margin:0;
	/*padding:6px 6px 6px 14px;*/
	/*modified by Hima to add bullets to left nav bar */
	padding:6px 6px 6px 0px;
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	line-height:110%;
	}
/*
.innerNav ul li a {
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	line-height:110%;
	/*modified by Hima to add bullets to left nav bar */
	list-style-type:disc;
	}
*/
.innerNav ul li a:hover {
	background-image:url(images/pageNavBgOn.jpg);
	background-repeat:repeat-x;
	color: #0054a6;
	}

.innerNav ul li a.navSelected {
	background-image:url(images/pageNavBgOn.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	}

/*
.innerNav {
	background-image: url(images/pageNavBgOn.jpg);
	background-repeat:repeat-x;
	color:white;
	padding:4px 10px;
	Font-weight:bold;
	}
*/

/* ##############################################################################################  */
/* CONTENT STUFF  ###############################################################################  */
/* ##############################################################################################  */
	 .breadCrumbs {
		height:12px;
		padding-bottom: 12px;
		font-size:11px;
		}


	 .breadCrumbs a {
		font-size:11px;
		font-weight:bold;
		}
	

	 .breadCrumbs span {
		font-size:14px;
		font-weight:bold;
		}
	


	.pageContent {
		display:inline;
		float:right;
		width:635px;
		padding: 0px 40px 20px 20px;
		font-size: 12px;
		}

	.pageContent H1 {
		font-size: 18px;
		color: #0054a6;
		}

	.pageContent H2 {
		font-size: 16px;
		color: #0054a6;
		}

	.pageContent H3,h4,h5 {
		font-weight: bold;
		font-size: 12px;
		}

	.pageContent p {
	  margin-top: 0px;
	  margin-bottom: 12px;
		}

	.pageContent a {
		text-decoration:underline;
		color: #0054a6;
		}

	.pageContent a:hover {
		color: #0054a6;
		}

	.pageContent ul {
		margin-top: 8px;
		margin-bottom: 12px;
		margin-left: 30px;
		list-style: disc;
		}

	.pageContent li a {
		text-decoration: underline;
		color: #0054a6;
		}

	.pageContent table td {
		padding:2px 8px 2px 0px;
		}



/* #########################################################################################################  */
/* FOOTER CSS  ###########################################################################################  */
/* #########################################################################################################  */

.footerInner {
	font-size: 12px;
	background-image:url(images/footerInnerBG.jpg);
	margin-left:auto;
	margin-right:auto;
	color: #fff;
	width:900px;
	height:42px;
	padding: 0 0 0 0;
	}

.footerInner a {
	color:#fff;
	text-decoration:underline;
	}

.footerInner a:hover {
	color:#fff;
	text-decoration:underline;
	}

.copyrightText {
	float:left;
	display:inline;
	margin-top:12px;
	width:500px;
	padding-left:56px;
	}

.siteMap {
	float:right;
	display:inline;
	margin-right:73px;
	margin-top:12px;
	}
