/* Base or default style sheet */

body    {
            color: black;
            background: #FFFFFF; 
            font-family: "Verdana", "Arial", sans-serif;
        }

h1,h2,h3,h4,h5 
        {
            margin: 0;
            padding: 0;
         }
         
h1  {font-size: medium;}
h2  {font-size: medium;}
h3  {font-size: small;}
h4  {font-size: x-small;}
h5  {font-size: xx-small;}

h2.topgap   {
                margin: 0 0 0 0;
                padding: 35px 0 0 0;
            }

.alignright {
                text-align: right;
            }

.alignleft {
                text-align: left;
            }
            
.aligncenter {
                text-align: center;
            }

.alignjustify {
                text-align: justify;
            }


.emph {font-style: italic;}

.bold   {font-weight: bold;}
        
a:link      {color: #6f559d;}

a:visited   {color: #648dc7;}

a:hover     {
                font-weight: bold;
                color: #648dc7;
            }
            
img {display: inline;}

div#main    {
                position: absolute;
                top: 0px; 
                height: 100%; 
                left: 0px;
                width: 80%;
                background: transparent;
                margin: 0;
                padding:0;
                z-index: 10;
            }




div#header  {
                position: absolute;
                top: 20px;
                left: 20%;
                width: 80%;
                height: 102px;
                font-size: .8em;
                margin: 0;
                z-index: 12;
            }

div#footer  {
                    position: absolute;
                    left: 0;
                    width: 100%;
                    border-top: 1px solid #0469b3;               
                    margin: 20px 0 0 0;
                    padding: 0 0 0 0;
                }

div#footer-links    {
                position: absolute;
                top: 0px; 
                font-size: .75em; 
                margin: 0;
                padding: 10px 0px 10px 0px;
                }

/* For copyright */
div#copyright   {
                position: absolute;
                top: 0px;
                right: 0px;
                color: #0469b3;
                font-style: normal; 
                font-weight: bold;
                font-size: .75em;
                margin: 0 0 0 0;
                padding: 10px 0px 10px 0px;
                }

            

div#content {
                position: absolute;
                top: 130px;
                left: 20%;
                width: 90%;
                height: 100%;
                font-size: .8em; 
                margin: 0;
                padding: 10px 0px 10px 0px;
                z-index: 50;
            }

div#content p   {
                    line-height: 120%;
                    margin: 0;
                    padding: 0px 0px 0px 0px; 
                }


div#content p.prose {
                        line-height: 120%;
                        text-align: justify;
                        margin: 0;
                        padding: 10px 5px 10px 0px; 
                    }

div#content p.para1 {
                        line-height: 120%;
                        text-align: justify;
                        margin: 0;
                        padding: 20px 5px 10px 0px; 
                    }

div#content p.last  {
                        line-height: 120%;
                        text-align: justify;
                        margin: 0;
                        padding: 0px 0px 20px 0px; 
                    }


img.logo    {
                text-decoration: none; 
                width: 84px;
                height: 102px;
                border: 0;
                margin: 0 0 10px 0;
                padding: 0px 0px 0px 0px; 
            }
        

div#header a    {
                    margin: 0 1em 0px 0;
                    padding: 0px 0px 0px 0px; 
                }


img.thumbnail-1    {
                        width: 121px; 
                        height: 80px;
                        border: 0;
                        margin: 0;
                        padding: 20px 40px 40px 0px;
                    }
            
img.thumbnail-2    {
                        width: 110px; 
                        height: 160px;
                        border: 0;
                        margin: 0;
                        padding: 20px 40px 0px 0px;
                    }
            
img.thumbnail-3    {
                        width: 117px; 
                        height: 160px;
                        border: 0;
                        margin: 0;
                        padding: 20px 40px 0px 0px;
                    }
            
img.thumbnail-4    {
                        width: 120px; 
                        height: 160px;
                        border: 0;
                        margin: 0;
                        padding: 20px 0px 0px 0px;
                    }
            

