@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
}
#wrapper {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333333;
}
#col1 {
	width: 188px;
	float: left;
	text-align: center;
	background-image: url(../images/leftmenu.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 350px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col2 {
	margin-left: 220px;
	width: 700px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.cont {
	width: 655px;
	text-align: left;
	margin-right: 10px;
	line-height: 1.5em;
}
ul {
	color: #000000;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	font-variant: normal;
	color: #333333;
}
.top {
	background-image: url(../images/top.png);
	height: 10px;
	width: 700px;
}
.middle {
	background-image: url(../images/middle.png);
	padding-left: 20px;
	background-repeat: repeat-y;
	width: 690px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.menu {
	margin-left: 20px;
}
.buttom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 710px;
	margin-top: -20px;
}
p {
	color: #000000;
	line-height: 150%;
}
h1 {
	font-size: 200%;
	font-weight: bolder;
	color: #7DBB33;
	line-height: 1em;
}
a {
	color: #0033FF;
	text-decoration: none;
}
h2 {
	font-size: 200%;
	font-weight: bolder;
	color: #E6E1B3;
}
h3 {
	font-size: 150%;
	font-weight: bolder;
	color: #A7A37E;
}
h4 {
	font-size: 120%;
	color: #666666;
	font-weight: bold;
}
h5 {
	font-size: 120%;
	color: #006699;
	font-weight: lighter;
}
#col1 p {
	margin-right: 10px;
	color: #333333;
	text-indent: 20px;
}
a:hover {
	color: #FF6600;
}
.rightimg {
	text-align: right;
	margin-right: 0px;
	margin-left: 10px;
	vertical-align: top;
	margin-bottom: 10px;
}
.leftimg {
	margin-right: 10px;
	margin-left: 0px;
	text-align: left;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

}
.scroll {
	height: 680px;
	width: 660px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: -moz-scrollbars-vertical;
	overflow-y:auto;
	text-align: justify;
}
