﻿@import url("layout.css");
/*.box {
	width: 30%;
	height: 998px;
	border: 5px;
	} */
/* img {
	width: 100%;
	height: 100%;
	
} */

*/
/* .ios-strech-fix
{
      height: intrinsic;
} */
body {
	font-family: sans-serif;;
	font-size: large;
	color: #000;
/*	This is the Color for the TEXT in the Body of the Page */
}
#html, body {
    height:100%;
    background-color:#F5F5F5;
}
/* html, body {
    height:100%;
    background-color:#F5F5F5;
} */

#container {
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
/*	background-color: #cb8;  34C1EE 
	This is the Background Color on the Left side with Nav Buttons */
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #F5F5F5;
/*  THIS IS THE MASTHEAD AT THE TOP OF THE PAGE */

}
#page_content {
	position: relative;
	line-height: 24px;

}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #34C1EE;
/*  THIS IS THE SIDE NAVIGATION BUTTONS */
}
#content {
	font-size: large;
	font: large sans-serif;
;	margin-left: 140px;
	padding: 0 0 0 10px;
	background-color: #B8EDBD;
	line-height: 24px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #F5F5F5;
/*  THIS IS THE FOOTER AT THE BOTTOM OF THE PAGE */

}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: sans-serif;;
	text-align: left;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #2E90B0;
/*	border: 1px solid #cb8;
	This is the Border Color of the Navigation Buttons */
}
#sidebar a {
	font-weight: bold;
	font: normal normal bold 100% sans-serif;;
	text-decoration: none;
	color: #393939; /*	color: #393939;
	This is the Text Color for the Navigation buttons */;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #2E90B0;
/*	border-bottom: 1px solid #f5f5f5; */
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
/*	color: #393939;
	NOPE! This is the Text Color for the Navigation buttons when Hovering */
	border-bottom: 1px solid #2E90B0;
/*	border-bottom: 1px solid #F5F5F5; */
	background-color: #2E90B0;
}
/* Styles for Footer */
#footer p {
	font-size: medium;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939; /*	color: #393939;
	Is the the Border Color of Nav Buttons? NOPE!*/;
	text-decoration: underline;
	line-height: 150%;
	letter-spacing: normal;
}
a:hover {
	color: #78a;
/*	color: #78a;
	This is the TEXT Color of Nav Buttons */
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
