/*-------- CONTENT containerLeft -------*/

#containerLeftIndex {
	position:relative;
	float:left;
	width:355px;
	min-height:550px;
	height: auto !important;
	height: 550px;
	margin-right:15px;
	}

#containerLeftIndex p {
	font-size: 1.4em;
}

#containerLeftIndex img {
	margin-bottom:15px;
}
	
#containerRightIndex {
	position:relative;
	padding: 0 0 0 5px;
	float: left;
	width: 630px;
	min-height:550px;
	height: auto !important;
	height: 550px;
}


#boxLeft {
    width:355px;
    margin: 0 20px 0 0;
	float: left;
	background-color: #141F3F;
}

#boxLeft ul {
	margin-left:5px;
	list-style:none;
	width:325px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	}

#boxLeft li {
	font-size:1.2em;
	color:#FFF;
	padding-left:25px;
	margin-bottom:10px;
	display: block;
	}

#boxLeft li {
	font-size:1.2em;
	color:#FFF;
	background-image:url(images/white-bullet.png);
	background-position:left top;
	background-repeat:no-repeat;
	list-style:none;
}
	
#boxLeft li.new {
	font-size:1.2em;
	color:#FFF;
	background-image:url(images/new-bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	list-style:none;
}
		
#boxLeft a {
	color: #FFFFFF;
	text-decoration: none;
}
	
/*-------- CONTENT news boxes -------*/

a {
	text-decoration:underline;
}

/* news updates events header style */
h4 {
	float:right;
	color:#456ba7;
	font-style:italic;
	font-size:2.0em;
	font-style:italic;
	text-decoration:underline;
	margin-bottom:5px;
}
	
h5 {
	font-size:1.5em;
	color:#696969;
	margin-top:10px;
	line-height:35px;
	background-color:#FFF;
	font-weight:bold;
	padding-left:20px;
}

#boxes {
    float:left;
    width: 614px;
	margin: 0 0 20px 0;
	min-height: 230px;
	height: auto !important;
	height: 230px;
}

#topleft {
    width: 296px;
	margin: 0 20px 0 0;
	float: left;
	background-color: #456ba7;
}

#topright {
	width: 296px;
	margin: 0 0 0 0;
	float: left;
	background-color: #766343;
}

#bottomleft {
    width: 296px;
	margin: 20px 20px 0 0;
	float: left;
	background-color: #6a442d;
}

#bottomright {
	width: 296px;
	margin: 20px 0 0 0;
	float: left;
	background-color: #666666;
}


#containerRightIndex ul {
	margin-left:5px;
	list-style:none;
	width:260px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	}

#containerRightIndex li {
	font-size:1.2em;
	color:#FFF;
	padding-left:25px;
	margin-bottom:10px;
	display: block;
	}

#containerRightIndex li {
	font-size:1.2em;
	color:#FFF;
	background-image:url(images/white-bullet.png);
	background-position:left top;
	background-repeat:no-repeat;
	list-style:none;
}

#containerRightIndex li.new {
	font-size:1.2em;
	color:#FFF;
	background-image:url(images/new-bullet.png);
	background-position:left top;
	background-repeat:no-repeat;
	list-style:none;
	}	
	
#containerRightIndex a {
	color: #FFFFFF;
	text-decoration: none;
}

#containerRightIndex p {
	font-size:1.2em;
	}
	
p.moreRight a {
	position:relative;
	float:right;
	text-decoration:none;
	padding-right:10px;
	padding-top:3px;
	color:#FFF;
	}

