body {
	/*background-color: #efefef;*/
	border-radius: 8px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f2f2f3 /*{h-bar-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f2f2f3  /*{h-bar-background-start}*/), to( #eaeaea /*{h-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f2f2f3 /*{h-bar-background-start}*/, #eaeaea /*{h-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f2f2f3  /*{h-bar-background-start}*/, #eaeaea /*{h-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f2f2f3  /*{h-bar-background-start}*/, #eaeaea /*{h-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f2f2f3  /*{h-bar-background-start}*/, #eaeaea /*{h-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f2f2f3  /*{h-bar-background-start}*/, #eaeaea /*{h-bar-background-end}*/);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f3', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	zoom: 1;
}
.menu-background {
	background-color:#930015;
	color: #FFFFFF;
	height: 40px;			
}
.menu-link-container:hover {
	background-color: #6F0011;			
	height: 40px;
}
.menu-link {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	display: block;
	color: #FFFFFF;
}
.menu-link:hover {
	text-decoration: none;
	color: #FFF;
}
.logo {
	background-color: #ffffff;
}
.jumbotron {
	/*background-color:#B5AFB3;*/
 	background-color:#dedede;
	padding:5px; 
	border-top: solid 3px #6F0011; 
	border-bottom: solid 1px #ccc;	
}
.text-justify {
	text-align: justify;
}
.footer {
	/*background-color:#B5AFB3;*/
	background-color:#dedede; 
	padding:3px; 
	border-top: solid 1px #ccc; 
}
a {
	color: #222222;
}
a:hover {
	color: #222222;
	font-weight: bold;
	text-decoration: none;
}
.side-container {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: -10px;
}
.anchor {
	color: #08c;
}
.anchor:hover {
	color: #08c;
	font-weight: bold;	
}
.carousel {
	border: solid 2px #222;
}
.splash-right {
	margin-top:20px;
}
.splash-right-section-top {
	border-top: solid 2px #222;
}
.splash-right-section {
	border-right: solid 2px #222;
	border-left: solid 2px #222;
}
.splash-right-section-bottom {
	border-bottom: solid 2px #222;
}
.splash-right-section:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.affix-bottom {
	position: fixed;
	top: auto;
	bottom: 150px;
}