﻿html
{
	height:100%;
	margin:0;
	padding:0;
}

form
{
	height:100%;	
}

body
{	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background_repeat_large.jpg);
 	font-size:small;
 	height:100%;
	margin:0;
	padding:0;
}
      
#container
{
	position:relative;
	min-height:100%;	/*For Modern Browsers*/
	height: auto !important;		/*For Modern Browsers*/
	height:100%;		/*For IE*/
	width:800px;
	margin:0 auto; 
	border-color:Black;
	border-left-style:solid; 
	border-right-style:solid;
}

#header
{
	text-align:center; 
	background-color: #C0C0C0; 
	border-color:Black;
	border-top-style: solid; 
	border-bottom-style: solid; 
	height:44px;
}

#content
{
    padding-bottom:15px;
}
        
#footer
{
	background-color: #C0C0C0; 
	border-color:Black;
	border-top-style: solid; 
	border-bottom-style: solid;
	height:15px;
	position:absolute;	
	bottom: 0 !important;
	bottom: -1px;
	left: 0px;
	width: 100%;
}

.navbar_text
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size:medium;
	font-weight:bold;
}
.navbar_text:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;	
	font-size:medium;
	font-weight:bold;
}
.navbar_item_large
{
	width: 140px;
}
.navbar_item_small
{
	width: 100px;
}
.bold
{
	font-weight: bold;
}
.title
{
	font-size: medium;
	font-weight: bold;	
}
.section_heading
{
	font-size:medium;
	font-weight: bold;
}
.icon
{
	width: 62px;
}
.facts
{
	font-size: x-small;
}

.CoolMenuOn, .CoolMenuOver {
	font-size: 12px;
        padding: 2px 4px;
	color: blue;
}

.CoolMenuHeaderOn, .CoolMenuHeaderOver  {
	font-size: 14px;
    padding: 2px 4px;
    color: black;
	font-weight: bold;
}

.announcementDate 
{
	font-size: 10px;
	color: #cccccc;
}

.announcementTable 
{
	width:100%;
	border: solid 1px #294F73;
}

.announcementHeader 
{
	background-color: #294F73; 
	padding: 3px; 
	color:#F2ED9C;
	border-bottom: solid 1px #294F73;
}

.announcementContent 
{
	padding: 3px;
}
