﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
#masthead {
	width: 100%;
	overflow: hidden;
	text-align: right;
	background-color: #c5d5e5;
	background-image: url('../images/header_all.jpg');
	height: 150px;
}
#navigation {
	overflow: hidden;
}

/*
#navigation {
	background-image: url('../images/side.jpg'); \
}
*/
#footer {
	width: 100%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-image: url('../images/blue_white.jpg');
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	/* background-image: url('../images/backgrnd.jpg'); */
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #2B5555;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	background-color: #A6FFFF;
	
	/* border: 1px solid #000000; */
}

/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #393939;
	text-decoration: underline;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.clrbth {
    height:1px;
	clear:both;
}
.hdleft {
	text-align: left;
	width: 100%;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
.hdinfo {
	text-align: right;
	width: 200px;
	height: 150px;
	float: right;
	color: #FFFFFF;
	font-size: large;
	vertical-align: middle;
	margin-right: 10px;
}
.hplink {
	color: #000084;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}

.hplink_small {
	color: #000084;
	/*font-size: small;*/
	font-weight: normal;
	text-decoration: underline;
}

.hplink_small_white {
	color: #ffffff;
	/* font-size: small; */
	font-weight: normal;
	text-decoration: underline;
}
.hplink_white {
	color: #ffffff;
	/* font-size: small; */
	/* font-weight: normal; */
	text-decoration: underline;
}
.hplink_normal {
	text-decoration: underline;
}

.content_nav {
text-align:center;
font-size:x-large;
}
.content_a {
text-decoration: underline;
}

.itmcnt {
	border-style: solid;
	margin: 3px;
	padding: 3px;
	height: 150px;
	width: 250px;
	display: inline;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}

.styleq5 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #0099FF;
}
.styleq5a {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}

.styleq6 {
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
}
.styleq7 {
	font-size: x-large;
		color: #0099FF;
}