html
{
	height: 100%;
	width: 100%;
}
body {
  background-color: #e1e1e3;
	color: white;
	margin: 0px;
	height: 100%;
	width: 100%;
}
#header {
background-color: #477ae3;
}
#container {
  width: 80%; /* 717px; */
  height: 100%;
  margin: 0; padding: 0; margin-left: auto; margin-right: auto;
  border-width: 2px; border-style: solid; border-color: #000066;
  background-color: white;
}

#content, #rightcontent {
  margin: 0; padding: 0;
  background-color: white;
	color: #003300;
	padding: 4px;
	padding-left: 12px;
}
#content p {
padding: 8px;
}

/*
body, th, td { 
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color:#336633;
}
*/
#content a:link, #rightcontent a:link
  {color:#336633; text-decoration: underline;}
#content a:visited, #rightcontent a:visited
  {color:#336633; text-decoration: underline;}
#content a:hover, #rightcontent a:hover
  {color:#040562; text-decoration: underline;}
#content a:active, #rightcontent a:active
  {color:#336633; text-decoration: underline;}

.newsflash a:link, .calendarflash a:link
  {color:#336633; text-decoration: underline;}
.newsflash a:visited, .calendarflash a:visited
  {color:#336633; text-decoration: underline;}
.newsflash a:hover, .calendarflash a:hover
  {color:#040562; text-decoration: underline;}
.newsflash a:active, .calendarflash a:active
  {color:#336633; text-decoration: underline;}

#rightsidebar a:link
  {color:#336633; text-decoration: underline;}
#rightsidebar a:visited
  {color:#336633; text-decoration: underline;}
#rightsidebar a:hover
  {color:#040562; text-decoration: underline;}
#rightsidebar a:active
  {color:#336633; text-decoration: underline;}
  
#leftsidebar {
width: 240px; max-width: 240px;
margin: 0; padding: 0;
background-color: white;
 color: black;
}
#rightsidebar {
  width: 240px; background-color: #f0f0f0; color: black; padding: 5px; }

#rightcontent {
	border-color:#9eaf94; 
	border-style:dashed; 
	border-width: 0; 
	border-left-width: 2px;
/* max-width: 517px; */
}

#dropdown_nav {
background-color: #000066;
color: white;
margin: 0;
padding: 0; 
}

#footer {
background-color: #000066;
color: white;
margin: 0;
padding: 4px;
font-size: 9pt;
}
#footer a:link
  {color:#336633; text-decoration: none;}
#footer a:visited
  {color:#336633; text-decoration: none;}
#footer a:hover
  {color:#ffffff; text-decoration: underline;}
#footer a:active
  {color:#ffffff; text-decoration: underline;}
  
#designer {
 display: table-cell;
 font-size: 8pt;
 color: #bbb;
 text-align:center;
 color: #202086;
}
#designer a { color: #202086; }

#content_cell { height: 100%; }
.content_cell { height: 100%; }

.geo { font-size: 6pt; font-family: sans-serif; color: #a0a0a0;}