@charset "windows-1252";				   


html
{
height:100%;
width: 100%;
} 
								   
body
	{
		margin: 0;
		font-family: Calibri, Verdana, Trebuchet MS, Copperplate Gothic Light;
		background: #FBDD78; 
		bottom: 0px; 
		text-align: left;
		color: black; 
		font-weight: normal
	}	 

/* Links----------------------------------------------- */

A { text-decoration: none; color: black;}
A:link { color: black;}
A:vlink { color: black;}	
A:.offme {color: black;}
A:hover { color: #FF643D; text-decoration: underline;}	

p.title { font-size: 150% ; text-align: center; font-size-weight: bold; }
p.siteMap {font-size: 11pt;}
p.alstext { font-size: 10pt;}	  
p.sideMenu {font-size: 12pt;}
p.text { font-size: 103%;}
p.footnote {font-size: 12pt ; text-align: center;}
p.staff { font-size: 12pt ; text-align: center;}
p.board { font-size: 12pt ; text-align: center;}
p.menu {font-size: 11pt ; text-align: right;} 

 
/* Header----------------------------------------------- */
 
@media all {
  #header {
    width: 90%;
    margin: 0;
	border-style: solid;    
	border-width: thin;
	border-color: silver;    
	}
  }
@media handheld {
  #header {
    width: 90%;
    }
  }	
	
#header
	{ 
		margin: 0;
		font-family:Times New Roman !important ;
		text-align: center;
		font-size: 150%; 
		padding: 0px;
		background-image: url(images/menuBackground.jpg) ; 
		background-repeat: repeat;
	}
 
	
/* imageLinks-------------------------------------- */
	
	
@media all {
  #imageLinks {
    width: 90%;
    margin: 0;
	border-style: solid;    
	border-width: thin;
	border-color: silver;
 	vertical-align: bottom !important; 
	}
  }
@media handheld {
  #imageLinks {
    width: 90%;
    }
  }	
	
#imageLinks
	{ 
	  	border-top-style: none !important;    
	  	border-bottom-style: none !important;    
		text-align: right;
		vertical-align:	bottoml;
		font-size: 100% !important; 
		padding: 0px !important;
		background-color: #FFC93C;    
		height: 100px;
	}


/* topMenu -------------------------------------- */
	
	
	@media all {
  #topMenu {
    width: 90%;
    margin: 0;
	}
  }
@media handheld {
  #topMenu {
    width: 90%;
    }
  }	
	
#topMenu
	{
		text-align: center;
		font-size: 105%; 
		padding: 0px;
		background-image: url(images/menuBackground.jpg) ;
		background-repeat: repeat;
		border-top: solid thin silver;
		border-bottom: none;
		border-right: solid thin silver;
		border-left: solid thin silver;
	}	
	
		
/* container -------------------------------------- */
	
	
	@media all {
  #container {
    width: 90%;
    margin: 0;
	}
  }
@media handheld {
  #container {
    width: 90%;
    }
  }	
	
#container
	{
 	 	vertical-align: top; 
		text-align: left;
		padding: 0px !important;
		background-color: #FBDD78; 
		border-top: solid thin silver;
		border-bottom: solid thin silver;
		border-right: solid thin silver;
		border-left: solid thin silver;
	}	
	

/* content -------------------------------------- */
 td.sideMenu {
 	vertical-align: top; 
    width: 27% !important;
    margin: 0;
	font-size: 105% !important;
	text-align: left;
	padding-left: 3px !important;
	padding-top: 0px !important;
	padding-right: 5px;
	background-color: #FBDD78;	  
}	


td.content { 
 	vertical-align: top; 
	font-size: 12pt; 
    float: none;
	text-align: left;
    width: 73% !important;
    margin: 0;
	padding: 10px !important;
	background-color: #FFF192;    
	border-left: solid thin silver;
} 

div#fontSize.normal {
  font-size: 103%;
}

div#fontSize.medium  {
  font-size: 120%;
}

div#fontSize.large  {
  font-size: 150%;
}

/* footer -------------------------------------- */
	
	
	@media all {
  #footer {
    width: 90%;
    margin: 0;
	}
  }
@media handheld {
  #footer {
    width: 90%;
    }
  }	
	
#footer
	{
		text-align: right;
		font-size: 100%; 
		padding: 0px !important;
		background-image: url(images/menuBackground.jpg) ; 
		background-repeat: repeat;
		border-top: none; 
		height: auto;
		border-bottom: solid thin silver;
		border-right: solid thin silver;
		border-left: solid thin silver;
	}	