/* core styles */

A:link {
	color: #000033;
	text-decoration: underline;
}
A:visited {
	color: #000033;
	text-decoration: underline;
}
A:hover {
	color: #000033;
	text-decoration: none;
}
A:active {
	color: #000033;
	text-decoration: underline;
}

.HomeText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333366;
}

.NewsText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.NewsHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}

.NewsMore {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
}

.UpcomingEventsHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
}

.UpcomingEventsText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.UpcomingEventsMore {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
}

.UpcomingEventsDate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3366CC;
}

.GatewayText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.GatewayHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	font-weight: bold;
}

.BodyText, .BodyTextItalic {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.BodyTextItalic {
	font-style: italic;
}

.FooterText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
.FooterNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3D61C7;
}

.MessageText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.NavigationLeft1, .NavigationLeft1 A:link, .NavigationLeft1 A:hover, .NavigationLeft1 A:active, .NavigationLeft1 A:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4D80E6;
}

.NavigationLeft1 A:hover, .NavigationLeft1 A:active {
	text-decoration: underline;
}

.NavigationLeft2, .NavigationLeft2 A:link, .NavigationLeft2 A:hover, .NavigationLeft2 A:active, .NavigationLeft2 A:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.NavigationLeft2 A:hover, .NavigationLeft2 A:active {
	text-decoration: underline;
}

.NavigationLeft3, .NavigationLeft3 A:link, .NavigationLeft3 A:hover, .NavigationLeft3 A:active, .NavigationLeft3 A:visited {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
    text-decoration: none;
}

.NavigationLeft3 A:hover, .NavigationLeft3 A:active {
	text-decoration: underline;
}

.borderCell{
   border: 1px solid #000000;	
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4D80E6;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;

}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

/* Some hovering thumnail css pseudo-class action, 
   borrowed from here:  http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/
*/
.thumbnail{
   position: relative;
   z-index: 0;
}

.thumbnail:hover{
   background-color: transparent;
   z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
   position: absolute;
   left: -1000px;
   visibility: hidden;
   color: black;
   text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
   background-color: white;
   border-width: 1;
   border-color: black;
   padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
   visibility: visible;
   top: 0;
   left: 120px; /*position where enlarged image should offset horizontally */
   top: -200px;
}
