﻿/*
#E4F0DB
#9BA395
#F0EEDA
#A3A295
#0F0F0F
#F0F0F0
#8C4510
*/
body {background-color: #ffffff; margin: 0; padding: 0;font-size: 12px;line-height: 18px; font-family: Verdana, Arial, sans-serif;margin: 0; padding: 0; border: 0; text-align: left; }


/* Below:  All these are global styles applied to everything.  However, they can be overwritten later in the CSS */
* {     }

/* Masthead */
#masthead 
{
	margin:0 0 0px 0;
padding:10px;
border:0px solid #000;
background-color:#FFFFFF;
height:90px;


}
#BigThickLine 
{
	margin:0 0 0px 0;
padding:0px;
border:0px solid #000;
background-color:#FFFFFF;
height:20px;
}
/* Footer */
#footer {
padding:4px;
border:1px solid #E4F0DB;


font-size:0.8em;
margin-top: 0px;
color:dimgray;

}


#sidebar 
{
	position: absolute;
		left:10px;
		top:146px;
		width:220px;


margin-bottom:10px;
padding:0px;

border:0px solid #000;
background-color:#E4F0DB;
height:900px;


}


#content 
{
	margin-left : 240px;
	
	
margin-bottom:10px;

padding:0px;
border:0px solid #000;

min-height:790px;
clear:both ;


}
/* for Internet Explorer */
/*\*/
* html #content {

height: 790px;
}
/**/





.TextBoxStyle
{	
	
	border: solid 1px   #8CBCD7;
	padding:2px;
	
		
}
#MainMenuDiv
{
	width:75%;
	margin-left : 10%;
	background-color: White;
	padding:10px;
	
	
	
}
.centertext
{
	text-align:center ;
	
	
	
	
}
.MenuItemStyle
{
	border-bottom: solid 1px #E0EED4;
	
}
.HoverMenuItemStyle
{
	border-bottom: solid 1px #E0EED4;
	background-color:#F6F9F0;
	
}
#content p
{
	text-align:justify ;
	
	margin-bottom : 1em;
	margin-top : 1em;
	margin-right:1em;
	
}

/* Normal lists */


#content ul {   /* styles main area unordered(bulleted) lists */
	margin-top: 10px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-bottom: 10px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-left: 10px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	list-style: square; /* This controls the bullet point style. */
	 line-height: 1.6em;
	 padding:0 0 0 0;
	 
	
}

#content li {  /* List items in the main column */
	
	margin-left: 10px; /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
	margin-top: 10px;
}

#content ol {   /* styles main area ordered(numbered) lists */
  margin-top: 15px; 
  margin-bottom: 15px; 
  font-size: 0.7em;
  line-height: 1.5em;
  list-style-type:  decimal
 }
 
 .title
 {
	font-size: 1.6em;
	background-color:#59A2B2;
	color: White;
	
	
 }
 
 
 h1
 {
	font-size: 1.6em;
	padding : 8px;
	
 }

h2
 {
	font-size: 1.4em;
	color : #59A2B2;
	
 }
 h3
 {
	font-size: 1.2em;
	color: #8C4510;
	
 }
 h4
 {
	font-size: 1em;
	
 }
h5
 {
	font-size: 0.8em;
	
 }
 h6
 {
	font-size: 0.6em;
	
 }
 
 
 /* Achievement & Awards Table */
 table.achievement_table
 {
	
	border: #59a2b2 2px solid;
	
	text-align:center;
 }
 
 .achievement_table td
 {
	
	padding : 3px;
	
	border-left: #59a2b2 1px solid;
	 border-bottom: #59a2b2  1px solid;
 }
 .achievement_table th
 {
	background-color:#99B780 ;
	border-bottom : solid 1px #59a2b2;
	color:White;
	font-weight:bold ;
	border-left: #59a2b2 1px solid;
	padding:4px;
	
 }
  .achievement_table tr.alternatingrow
 {
	background-color:#E6F0DE ;
	
 }
  .achievement_table td.alternatingrow
 {
	background-color:#E6F0DE ;
	
 }
 
 
 
 
 
 .PhotoCaption
 {
	text-align:center ;
	color: #8C4510;
	font-size: 1.2em;
	font-weight : bold ;
	
	
}
.PhotoThumbnailCaption
 {
	text-align:center ;
	color: #8C4510;
	font-size: 0.8em;
	
	
	
 }
 #whats_new
 {
 float:right; width:28% ; margin:1px; padding:2px; 
 border: #59a2b2 2px solid;
 color: #8C4510;
 }
 
 #whats_new h2
 {
	background-color:#99B780 ;
	color:White ;
	padding:3px;
	font-size:1.2em;
	margin:0px;
	
 }
 
 .news_date
 {
	color : #999999;
	font-size:11px;
	
	 
 }
 