.background_color_light_blue {
	background-color: #CCDFEF;
}

.color_light_blue {
	color: #CCDFEF;
}

.background_color_dark_blue {
	background-color: #71C5EE;
}

.color_dark_blue {
	color: #71C5EE;
}

.background_color_slate_blue {
	background-color: #788AAD;
}

.color_slate_blue {
	color: #788AAD;
}

.background_color_white {
	background-color: white;
}

.color_white {
	color: white;
}

.background_color_black {
	background-color: black;
}

.color_black {
	color: black;
}
			
.background_hex_grid_lightblue {
		background-image: url("../media/HexGrid-Cell-50px-lightblue-50percOpac.png");
		background-repeat: repeat;

}

.background_hex_grid_darkblue {
		background-image: url("../media/HexGrid-Cell-50px-darkblue-50percOpac.png");
		background-repeat: repeat;

}

.img_01 {
	width:400px;
	height:346px;
	border: 0px;
}

.img_02 {
	width:200px;
	height:173px;
	border: 0px;
}

.general_text {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	color: #000000;
	font-size: 18px;
}

.video_links_hole {
	display: block;
}

.standard_block {
	display: block;
	clear: both;
}

.video_links_list {
	list-style-type: none;
	
}

.video_links_li {
	display: inline-block;
}

 .video_link_cell
 {
	width: 125px;
	height: auto;
	margin: 15px;
	padding: 5px;
 }
.video_link_thumb {
	width: 120px;
	height: 90px;
}

				
.video_links_li a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	
}

.video_links_li a:link {
	color: #ffffff;
}	

.video_links_li a:visited {
	color: #ffffff;
}	

.video_links_li a:active {
	color: #ffffff;
}	

.video_links_li a:hover {
	color: #ffffff;
	text-decoration: underline;
}	
			
#branch_general_content {
	background-image: url("../media/main_background_grid_400wide.png");
	background-repeat: repeat;
	width: auto;
	padding: 0px;
	margin: 0px;
	display: block;
	float: right;
}

#left_image {
	width: 400px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	display: block;
}

#left_image img {
	width: 495px;
	height: 853px;
	
}

#styled_image {
	position:fixed; 
	right:15px; 
	bottom:40px; 
	width:500px; 
	height:auto; 
	z-index: -10;
}

#styled_image img {
	width:500px; height:auto;
}