/* Main CSS Document */
div.wrapper
{
width: 100%
}

div.container
{
width: 1024px;
height: 100%;
}

h1.pageheader
{
font-family: Arial;
font-size: 26px;
color: #ffff99;
letter-spacing: 0.5px;
border-bottom-style: solid;
border-bottom-color: #ffffbb;
border-bottom-width: thin
}

p.pagecontent
{
font-family: Arial;
font-size: 14px;
color: #ffff99;
text-align: justify;
}

li.listcontents
{
font-family: Arial;
font-size: 14px;
color: #ffff99;
text-align: justify;
}

ul.listcontent li
{
font-family: Arial;
font-size: 14px;
color: #ffff99;
text-align: justify;
}

ol.listcontent li
{
font-family: Arial;
font-size: 14px;
color: #ffff99;
text-align: justify;
}

h1.subjectheader
{
font-family: Arial;
font-size: 20px;
color: #ffff99;
letter-spacing: 0.5px;
border-bottom-style: solid;
border-bottom-color: #0000D0;
border-bottom-width: thin
clear: both;
}

div.galleryimg
{
margin:10px;
height:auto;
width:auto;
float:left;
text-align:center;
}

div.galleryimg img
{
display:inline;
margin:3px;
border:3px solid #ffffff;
opacity:0.4;
filter:alpha(opacity=40)
}

div.galleryimg a:hover img
{
border:3px solid #ffff00;
opacity:1.0;
filter:alpha(opacity=100)
}

div.gallerydesc
{
text-align: center;
font-weight: normal;
font-size: 18px;
margin: 2px;
}

div.gallerythumb img
{
width: 200px;
margin: 5px;
border: 1px solid #ffffff;
}

div.gallerythumb a:hover img
{
border: 1px solid #ffff00;
}

img.backbutton
{
position:absolute;
left:10px;
top:60px;
border:0;
width:75px;
height:37px;
opacity:0.4;
filter:alpha(opacity=40)
}

img.backbuttonforgalleries
{
position:absolute;
left:10px;
top:10px;
border:0;
width:75px;
height:37px;
opacity:0.4;
filter:alpha(opacity=40)
}

p.aboutusmain
{
font-family: Arial;
font-size: 18px;
color: #ffff99;
text-align: justify;
}

img.imagelink
{
border: 1px solid #ffffff;
}

img.imagelink a:hover
{
border: 1px solid #ffff00;
}
