body { 
	font: Tahoma;
	background: url(../images/background/main_bckgrnd.gif) repeat; 
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	min-width:724px;
        color: #555555;
	}

img {
	border-style: none;
}

a:link {
	text-decoration: none; color: #4863a0;
}

a:visited {
	text-decoration: none; color: #4863a0;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none; 
	color:#054ff8;
}

.tagline-text {
	padding-left:7px;
	padding-right:7px;
	font-size:10px;
	}

.content-box-text {

	}

h1 {  
	font-size: 20pt; 
	font-weight: bold;
}

h2 {  
	font-size: 17pt; 
	font-weight: bold;
}

h3 {  
	font-size: 14pt; 
	font-weight: bold;
}

h4 {  
	font-size: 13pt; 
	font-weight: bold;
}

.boldit { 
	font-weight: bold; 
	color: #222222;
}

.divider { 
	width: 100%; 
	height: 3px; 
	background: #BFBFBF;
}

.quote-text { 
	font-weight: bold;
	font-size: 14px; 
	color: #999999;
}

.quote-name { 
	font-weight: bold;
	font-size: 11px; 
     color: #888888;
}
.justify-it {
      text-align: justify;
}

.italic-it {
     font-style: italic;
}


		
#container { 
	width: 724px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top: 0px;
	}

#header-div {
	width: 724px;
	height: 83px;
	background: url(../images/logo/ils-logo-top.png) no-repeat;
	padding-bottom:0px;
	}

#content {
	background: url(../images/background/bordered-white-background.png) repeat-y;
	}

#top-menu {
	background: url(../images/menu/menu-background.png) repeat-x;
	margin:auto;
	width:714px;
	height:27px;
	padding-bottom:10px;
	}

.menu-item {
	font-weight:bold;
	height:27px;
	float:left;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:27px;
	padding-right:27px;
	}

.menu-divider {
	background:url(../images/menu/menu-divider.png) no-repeat;
	width:3px;
	height:27px;
	float:left;
	}
	
#splash {
	margin:auto;
	width:694px;
	height:137px;
	
	}		
	
#splash-tagline {
	margin:auto;
	padding-top:10px;
	background:url(../images/background/splshscrn-tagline-bkgrnd.png) repeat-x;
	height:33px;
	width:696px;
	}

#main-div {
	width:696px;
	margin-left:15px;
	margin-right:15px;
	}
	
#main-content-left  {
	float:left;
	width:540px;
	}

#footer {
	background:url(../images/footer/border-top-bottom.png) repeat-x;
	margin-left:5px;
	width:714px;
	height:32px;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	}

.footer-item {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	height:27px;
	padding-right:30px;
	}
	
ul.none {
        list-style-type: none;
        }	


.arrow-pointer
	{
	padding:10px 10px 0 0; 
	background:url(../images/pointers/pointer.png) no-repeat;
	margin-bottom: 0px;
	}


