﻿@import url("layout.css");
body {
	background: #E7E2DE;
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}

#container {
	width: 100%;
	height: 159px;
	background-color: #E7E2DE;
}
#masthead {
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #E7E2DE;
	height: auto;
}

}
#masthead .topOfPage {
	font-size:small;
}
#masthead .title {
    font-size: xx-large;
    font-weight:bold; 
	text-align:center;
}
#masthead .title2 {
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-style:italic;
	text-align:center;
}
#masthead img {
	float: left;
	background-color: #FFFFFF;
	max-height: 20%;
	max-width:20%
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	background-color: #E7E2DE;
}

#page_content {
	position: relative;
	left: 0px;
	top: 1px;
	height: 290px;
}
#sidebar {
	background-color: #E7E2DE;
	background: #E7E2DE;
	position: relative;
	float: left;
	width: 140px;
}
#content {
	border-left: medium #6699FF solid;
	border-top: medium #6699FF solid;
	margin-left: 140px;
	padding: 10px;
	background-color: #E7E2DE;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
	font-size: large;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: none;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #7788AA;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
	position: relative;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#suiteheader{
	border-left: medium #6699FF solid;
	border-top: medium #6699FF solid;
	margin-left: 140px;
	padding: 2px;
	background-color: #E7E2DE;	
}

#suiteheader h1{
	font-family:"Arial Black";
	text-align: left;
	font-size: x-large;

}

#suiteheader table{
	max-width:850px;
	width:100%;	
}

#suiteheader table td{
	width:85px;
	background: #E7E2DE;
	font-family: Calibri;
	font-weight: bold;
	text-align: left;	
}

table#suitetable{
	border: medium gray;
	border-collapse: collapse;
	width: 452pt;
}

table#suitetable caption{
	border: none;
	font-weight: bold;
	margin: 0 0 .5em 0;
	text-align: center;
}

table#suitetable thead th{
	background-color:#6699FF;
}


table#suitetable th{
	border: thin solid;
	font-family: Calibri;
	font-weight: bold;
	text-align: left;
	color: #393939;
	height: 15pt;
	text-align: center;
}

table#suitetable td{
	border: thin solid;
	font-family: Calibri;
	font-weight: bold;
	text-align: center;
	color: #393939;
	height: 15pt;
}
figure#antfigure{
	float:right;
	margin-left: 10px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	}
	
figure#antfigure figcaption{
	max-width:200 px;
	font-size:small;
	font-style:italic;
	text-align:center;
	}

@media (max-width: 568px) {
  #sidebar {
  display:none;
  }

  #content {
    margin-left:0;
    float: none;
    width: 100%;
  }
  #suiteheader {
    margin-left:0;
    float: none;
    width: 100%;
  }
  #antfigure  {
  float:left;
  }
}