html, body {
}
html {
}
body {
	background-image: url(../Images/90.png);
	width: 100%;
	height: 100%;
	margin: auto;
}
#content {
	display: table;
	width: 1023px;
	margin: auto;
	position: relative;
	background-color: lightblue;
}



#leftCol {
	/* background-color: #ffffca; */
	/*    background-color: #ececc0; */
	background-color: #fdc439;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	float: left;
	width: 20%;
	height: auto;
	min-height: 798px;
	z-index: 1;
	box-shadow: 2px 4px 10px black;
}
#rightCol {
	background-color: white;
	float: right;
	width: 80%;
	height: auto;
	min-height: 798px;
	text-align: justify;
	font-size: 18px;
}
#footer {
 position: relative;
    width: 96%;
    margin: 2%;
    bottom: 0;
}

#leftNav {
	margin-left: 1em;
	font-weight: bold;
	font-size: large;
	color: #053870;
}
#leftNav a:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}
#leftNav a:hover p {
	/*padding-left: 10px;*/
}
#leftNav a {
	color: inherit;
	text-decoration: inherit;
}


@-moz-document url-prefix() { 	
	#content { height: 100%; }
	
	#rightCol { height: 100%; }
	
	#leftCol { height: 100%; }
}
.bullets li  {
	list-style: none;
	background-image: url(../Images/icon-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left:30px;
	padding-top:2px;
}
.projector {
	    box-shadow: 2px 2px 5px gray;
    border: 1px solid #afafaf;
}

.hoverLink {
	color: #053870;
	text-decoration: inherit;
	font-size: 16px;
}
.hoverLink:hover {
	color: #ab8425;
	padding-left: 0.1em;
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	#content { 
		width: 100%; 
		min-width: 1023px;
	}
	#header {
		display: table;
	}
	#navbar {
		width: 1024px !important;
	}
}