body { 
padding : 0;
margin : 0;
margin-left : 5%;
line-height : 1.5em;
background : url('images/bg.jpg') repeat-x top;
color : #454545;
font-family : Arial, Sans-Serif;
font-size : 80%;
} 
a { 
color : #7a9833;
background : inherit;
text-decoration : none;
} 
a:hover { 
color : #7a9833;
background : inherit;
text-decoration : underline;
} 
p { 
margin : 5px 0;
} 
h1 { 
font : bold 1.8em arial;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
} 
h2 { 
font : bold 1.6em arial;
letter-spacing : -1px;
} 
h3 { 
padding : 4px 0;
margin : 0;
} 
ul { 
margin : 0;
padding : 0;
list-style : none;
} 
img { 
border : 0px none;
} 
hr { 
height : 1px;
border-style : none;
color : #d0d0d0;
background-color : #c0c0c0;
margin : 10px 0;
} 
#logo { 
position : absolute;
top : 3px;
left : 30px;
width : 513px;
height : 177px;
float : left;
} 
.content { 
margin : 0 auto !important;
width : 900px !important;
text-align : left;
} 
#top { 
padding-top : 109px;
background : transparent;
height : 80px;
} 
#top #icons { 
float:right;
margin : 25px 15px 0;
padding : 0;
} 
#top #icons img { 
padding-right : 2px;
border : 0px none;
} 
#menu { 
margin : 0;
height : 34px;
padding-top : 0;
} 
#menu li { 
list-style : none;
display : inline;
line-height : 34px;
} 
#menu li a { 
text-decoration : none;
margin : 0;
padding : 9px 15px 10px 15px;
font-weight : bold;
color: #FFFFFF;
} 
#menu li a:hover { 
margin : 0;
color: #FFCCFF;
text-decoration : underline;
} 
#menu li a.current { 
font-weight: 900;
color: #FFC0FF;
} 
#main { 
width : 900px;
margin : 0;
padding : 0;
} 
#right_side { 
float : right;
width : 230px;
background : url('images/topr.jpg') no-repeat top right;
overflow : hidden;
} 
#right_side .pad { 
padding : 35px 10px 10px 17px;
} 
#right_side ul { 
padding : 3px 0 8px 0;
} 
#right_side li { 
line-height : 18px;
list-style : square;
padding-left : 0;
margin-left : 15px;
color : #b4e04a;
} 
#right_side a { 
background : inherit;
text-decoration : none;
} 
#right_side h3 { 
color : #949494;
font : bold 1.2em arial;
margin-top : 10px;
} 
#left_side { 
background : inherit;
margin-bottom : 10px;
width : 650px;
height:100%;
} 
#left_side .intro { 
height : 80px;
background : transparent;
color : #fff;
overflow : hidden;
} 
#left_side .intro .pad { 
padding : 18px 0 0 0;
} 
#left_side .intro a { 
color : #b4e04a;
text-decoration : none;
} 
#left_side .intro a:hover { 
color : #cdff56;
text-decoration : underline;
} 
#left_side .mpart { 
padding : 40px 0 0 0;
height:100%;
} 
#left_side h3 { 
background : inherit;
padding : 0;
margin : 0;
font : bold 1.4em arial;
} 
#left_side .mpart h2 { 
background : url('images/lrline.gif') no-repeat bottom left;
height : 20px;
padding : 0;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 0.9em;
font-family : verdana, Arial, Sans-Serif;
margin-left : 0;
margin-right : 0;
margin-top : 0;
margin-bottom : 15px;
} 
#left_side p { 
color : #454545;
padding : 0;
text-align : justify;
} 
#left_side img { 
float : left;
padding : 0 10px 5px 0;
} 
#left_side blockquote { 
padding-left : 10px;
border-left : 3px solid #a7cc44;
margin : 10px 0 10px 25px;
} 
.date { 
border-top : 1px dotted #ccc;
padding : 5px 0;
margin : 10px 0 25px 0;
text-align : right;
} 
#left_side .rs { 
float : right;
margin : 0 10px;
border : 1px solid #ddd;
padding : 5px;
background : #f5f5f5;
} 
#left_side ul { 
list-style-position : inside;
margin-left : 2px;
} 
#left_side ul li { 
list-style-type : square;
margin-left : 15px;
} 
#left_side ul ul li { 
list-style : none;
margin-left : 10px;
list-style-type : lower-alpha;
list-style-position : inside;
} 
#left_side .greybox { 
border : 1px solid #ccc;
background : #f5f5f5;
width : 628px;
padding : 10px;
}
IFRAME {
    min-height: 900px;
    height: 100%;
    width: 100%;
} 
#footer { 
clear : both;
width : 900px;
color : #777;
background : #fff url('images/rlline.gif') no-repeat top right;
} 
#footer .right { 
float : right;
text-align : right;
background : inherit;
padding-top : 3px;
} 
#footer a { 
text-decoration : none;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
visibility: hidden;
color: black;
}

.thumbnail span img{ /*CSS for enlarged image*/
}

.thumbnail:hover span{ /*CSS for enlarged image*/
position:fixed;
visibility: visible;
bottom:10px;
right:10px;
z-index: 50;
}