body {
padding: 0px;
margin: 0px;
/*background-image: url(../bluelace.jpg); */
/*background-color: #c0c0c0;*/
/* background-image: url(http://www.backgroundlabs.com/backgrounds/167.jpg); */
background: fixed url(../images/clouds.jpg) right;
text-align: center;
}

.tbl {
width: 750px;
border: 1px solid #333;
margin: 0 auto;
padding: 0px;
}

.hdrimg {
padding: 50px 5px 5px 5px;
}

.home-content{
font: 10pt Arial;
line-height: 18pt;
text-align: justify;
width: 750px;
height: 500px;
border: 0px;
position: relative;
background: #3b003b url(../main3.jpg);
}

.home-box {
position: absolute;
border: 2px solid #DDA0DD;
width: 200px;
/* height: 200px;*/
height: 250px;
left: 456px;
/*top: 146px; */
top: 121px;
color: #101010;
text-align: center;
font: bold 10pt Arial;
color: 	#606060;
line-height: 12px;
background: #fff;
}

.home-box h1{
font: bold 12pt Times;
color: 	#800080;
line-height: 12px;
padding-top: 5px;
}

.home-box h2{
font: bold 8pt Arial;
color: 	#800080;
line-height: 13px;
padding:0px;
margin: 0px;
}

.home-box hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 80%;
align: center;
}

.content{
font: 11pt Arial;
color: 	#222;
line-height: 18pt;
text-align: justify;
padding: 20px;
width: 100%;
border: 0px;
background: white;
overflow: hidden;
}

.content a{
    text-decoration: none;
    color: #6D609E;
}

.content h1{
font: bold 16pt Times;
color: 	#800080;
}

.content h2{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
text-decoration: underline;
font-weight: bold;
color: #800080;
margin-bottom: 0px;
}

#navlist {
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 25px;
background-image: url(../images/27.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

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

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
align: centre;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 0 0;
background: white url('../ibkg.gif') center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #dd3366; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #dd3366;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #dd3366; !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: white url('../ibkg2.gif') center center repeat-x;
}

.photos {
width: 680px;
padding: 10px;
align: center;
border: 1px solid #aaa;
background: #E6E6FA;
margin-bottom: 10px;
}

.photos a img{
width: 85%;
/*height: 85%;*/ 
border: 5px solid #ccc;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.photos p {
align: center;
}

.photos a:hover img{
border: 5px solid #9999FF;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
}

.photos a{
font: 11pt Arial;
color: 	#333;
text-decoration: none;
line-height: 15pt;
}

.photos a:hover{
font: 11pt Arial;
color: 	#0000FF;
text-decoration: none;
line-height: 15pt;
}



.thumbnails {
border: none;
opacity: .8;
//filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
} 

.thumbnails:hover {
border: none;
opacity: 1;
//filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.leftimg {
    float: left;
    width: 50%;
    height: 50%;
}

.includimg {
    margin: 2px;
    border: 1px solid #000;
    width: 96%;
    /* height: 50%; */
}
.floatright {
    float: right;
    width: 350px;
    border: 1px solid #999;
    font: bold 9pt Arial;
    color: #609;
    margin-left: 10px;
    /*margin-left: 10px;*/
}

.floatleft {
    float: left;
    width: 165px;
    border: 1px solid #999;
    font: bold 9pt Arial;
    color: #609;
    margin-right: 10px;
    /*margin-left: 10px;*/
}

.rtimg {
    float: right;
    border: 1px solid #666;
    margin-left: 10px;
}
