/* GENERAL STYLES */
body,html{
	margin:0px;
	padding:0;
	background-color: #EFEFF0;
	font-family: Helvetica, Arial, Verdana, Geneva,sans-serif;
	font-size:10px;
	text-align: left;
	color:#333366;
	}
td{
	font-family: Helvetica, Arial, Verdana, Geneva,sans-serif;
	font-size:10px;
	color:#333366;
	}

#container {
	margin-left: 0px;
    	padding: 0;	
	border: 0;
	width: 790px;
	text-align:center;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;	
	border-bottom: 1px solid #9A9A9A;		
	background:white;	
}

#contentmain {
	margin: 0px;
	border: 0;
	width: 100%;
	background-color:white;
	text-align:left;
	min-height: 400px;	
	_height: 400px;	
    border-left: 0px solid #ddd;	
	background:white;
	
}

#header {
	margin: 0px;
	border: 0;
	width: 100%;
	background-color:white;
	text-align:center;
	background: url(/freeimage/headerbg.jpg);
}

#umbBreadcrum {
	width:100%;
	display: block;
    list-style:none;
    padding: 0;
    margin: 0;
    color: #yellow;
    font-size: smaller;
	float:right;
}

#umbBreadcrum li {

    margin: 0 3px 3px 0;  
    padding: 0;
}

/* Navigation */

#secondLevelNavigation {
    float: left;
    width: 150px;
    list-style:none;
    padding-left:0px;
    padding-top:0px;	
    margin: 0px; 
	background: white;
    	border-top: 1px solid #ddd;		
	border-right: 1px solid #ddd;		
	
}

#secondLevelNavigation li {
    	margin: 0 0 0 0;
    	padding: 0 0 0 10px;

    	border-bottom: 1px solid #ddd;
	text-align:left;	
	font-size: 11px;
	font-weight: bold;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
	color: #979797;
}

#secondLevelNavigation a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
	color:Navy;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}

#naviHolderLeft{
    float: left;
    padding:0;
    width:189px;
    height: 160px;
    margin: 0;    
}

#naviHolder{
	background: #eee;
    float: center;
    padding:0;
    width:100%;
    margin: 0;    
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
	height:45px;
}

#naviList li {
    width:95px;
    float:left;
    border-left:#ddd9cc solid 0px;
    border-right:#888477 solid 0px;
}

#naviList .selected {
	font-weight: bold;
}

#naviList a{
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:navy;
    display: block;
}

#naviList a:hover{
    color:gray;
}

#textContent {

	margin: 0 10px 10px 0;
	font-size: 11px;

}
#bottomInfo{
	font-size: 10px;
	color:#AAAAAA;

}


/* ITL Scroller and other stuff */


#scroller{
	width: 135px;
	height: 400px;
	padding: 5px;
	text-align:left;
}

.scrollerContent { 
	color:white;
	font-size: 10px;
}

.newsTitle{
	margin-top:15px;
	font-weight: bold;
	font-size:9px;
	text-decoration: underline;
	text-transform: uppercase;
	
}

	 #leftbg{
	 width:50%;
	background: url(/freeimage/headerbg.jpg);	
}

	 #rightbg{
	 	 width:50%;
	background: url(/freeimage/headerbg.jpg);
}

	 #leftbgred{
	 width:50%;
	background: url(/freeimage/headerbg_red.jpg);	
}

	 #rightbgred{
	 	 width:50%;
	background: url(/freeimage/headerbg_right_red.jpg);
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
	font-size:16px;
	font-weight: bold;
}

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

H4 {
 font-weight:bold;
}

