@charset "utf-8";
/* CSS Document */

html, body {
    height: auto;
	min-height: 100%;
}	
body {
	background-color:999966;
	min-width:630px;      /* 2x (LC fullwidth +
                            CC padding) + RC fullwidth */
	border-top-color: #003300;
	border-top-style: solid;
	border-top-width: thick;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-color: #003300;
	border-bottom-style: solid;
	border-bottom-width: thick;

}
* html #container {
    overflow: visible; 
	position:relative;
}	
#container {
	overflow: hidden;
	border-top-color: #999966;
	border-top-width:medium;
	border-top-style:solid;
}

				
#header {
	background-color:#003300;
	top: 0px;
	text-align: center;	
	overflow:hidden;
	width: 100%;
	padding-bottom: 3px;
}	
#container .column {
	position: relative;
	float: left;
	padding-bottom: 20010px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */
	width:130px;
	min-width: 15%;
	background-color: #003300;
	height: auto;	
	overflow: visible;
  }	
#container .column2 {
	position: relative;
	float: right;
	padding-bottom: 20010px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */
	width: 81%;
	overflow: visible;
	height: auto;	
}	
#left { 
overflow:visible;
	
}		
#right {
	overflow:visible;

}
#nav_bar{
background-color:#FFFFCC;
font:Georgia, "Times New Roman", Times, serif;
width:100%;
text-align: center;	
overflow:hidden;
	
}
div.menuBar {
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
	background-color: #FFFFCC;
	border: 2px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	padding: 4px 2px 4px 2px;
	text-align: center;
	
}
div.menuBar,
div.menuBar a.menuButton {
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar a.menuButton {
	background-color: transparent;
	border: 1px solid #ffffcc;
	color: #000000;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 1;
}
div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #CCCCCC;
  left: 1px;
  top: 1px;
}
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
div.menu {
	background-color: #d0d0d0;
	border: 2px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 2;
}
div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #000080;
  color: #ffffff;
}
div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

.MainFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	line-height: 20px;
}	
.MainFont_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	line-height: 20px;
}
.title {
	left: 20%;
	width: 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color:#003300;
}	
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: bolder;
	color: #330033;
	text-transform: uppercase;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-weight: lighter;
	color: #FFFFFF;
	position: absolute;
	padding: 5px
}
.rss {
	float:right;
}	

.redfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	color: #FF0000;
}	
.MainFontStrike {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	line-height: 20px;
    text-decoration: line-through;
}	
.MainFontRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #660033;
	line-height: 20px;
    
}	
.MainFont_highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #9933CC;
	line-height: 20px;	
}
.MainFont_yellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	line-height: 20px;	
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.hovergallery img{
-webkit-transform:scale(1.0); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(1.0); /*Mozilla scale version*/
-o-transform:scale(1.0); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.7; /*initial opacity of images*/
margin: 0 10px 5px 0; /*margin between images*/
}

.hovergallery img:hover{
-webkit-transform:scale(1.5); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.5); /*Mozilla scale version*/
-o-transform:scale(1.5); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}

</style>

