
html 
    {
    margin:15px;
    padding:0;
    }

body
    {
    padding:0;
    margin:0; 
    background-color:#F3EDE3;
    font-family:verdana,arial;
    font-size:14px;
    line-height:20px;
    color:#454545;
    font-weight:normal;
    text-decoration:none;
    position:relative;
    text-align:center;
    }
p
    {
    text-align:justify;
    padding-left:15px;
    padding-right:15px;
    }
    
h1
    {
    color:#8D022C;
    margin-left:15px;
    text-indent:5px;
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    text-align:left;
    }
    
h2
    {
    background-color:#ffffff;
    color:#8D022C;
    font-size:14px;
    font-weight:bold;
    text-indent:5px;
    margin-left:15px;
    margin-right:15px;
    text-align:left;
    }


/* h3 to be used for Highlighting Errors */

h3
    {
    margin:0 20px 20px 20px;
    text-indent:20px;
    background-color:#990000;
    color:#ffffff;
    text-align:left;
    font-size:14px;
    }
    
h4
    {
    background-color:gray;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-indent:5px;
    margin-left:15px;
    margin-right:15px;
    text-align:left;
    }
    
/* h5 to be used for Highlighting Errors */

h5
    {
    background-color:#d2d2d2;
    color:#454545;
    text-align:left;
    font-size:14px;
    font-weight:bold;
    text-indent:5px;
    margin-left:15px;
    margin-right:15px;
    }

a 
    {
    text-decoration:none; 
    font-weight:bold; 
    color:#454545;
    }
    
a:hover, a:active 
    { 
    text-decoration: underline; 
    color:#99733B;
    }
    
ul 
    {
    padding-left:20px;
    padding-right:20px;
    text-align:left;
    list-style-type:none;
    }
    
li 
    {
    display:block;
    line-height:20px;
    }

ul.ticked 
    {
    padding-left:20px;
    padding-right:20px;
    text-align:left;
    }
ul.ticked li
    {
   	list-style: none url(/bullet.gif);
    }
img
    {
    border:1px solid #ffffff;
    }
.top a
    {
    color:#ffffff;
    }
.top a:hover,active
    {
    color:#ffffff;
    text-decoration:none;
    }
#contentHeader
    {
    position:absolute;
    left:0px;
    top:0px;
    width:980px;
    height:215px;
    color:#ffffff;
    font-weight:bold;
    }


#contentHeaderPhoto
    {
    position:absolute;
    margin:0px;
    left:0px;
    top:10px;
    width:980px;
    height:190px;
    z-index:1;
    background-repeat:no-repeat;
    }

    
#contentHeaderText
    {
    position:absolute;
    left:0px;
    top:201px;
    width:980px; 
    height:25px;
    z-index:4;
    background-color:#d2d2d2;
    color:#454545;
    line-height:20px;
    }
#contentHeaderText a
    {
    color:#454545;
    font-weight:bold;
    font-size:12px;
    font-variant:small-caps;
    text-decoration:none;
    }
    
#contentHeaderText a:hover
    {
    text-decoration:underline;
    }
div.contentContainer 
    {
    position:absolute;
    top:220px;
    left:0px;
    width:980px;
    background: none transparent scroll repeat 0% 0%;
    z-index:0;
    }

#contentLeft
    {
    background-color:#8D022C;
    color:#ffffff;
    float: left; 
    width: 225px;
    height:1000px;
    text-align:left;
    position:relative;
    font-size:12px;
    }
#contentLeft a
    {
    text-decoration: none;
    color:#ffffff;
    font-weight:bold;
    }
    
#contentLeft a:hover
    {
    color:#ffffff;
    text-decoration:underline;
    }
    
#contentLeft h2
    {
    background-color:#8D022C;
    color:#F5F2ED;
    font-size:14px;
    font-weight:bold;
    text-indent:0px;
    margin-left:0px;
    margin-right:0px;
    text-align:center;
    }
#contentLeftActive
    {
    background-color:#8D022C;
    border:solid 1px #ffffff;
    padding-bottom:0px;
    }
#contentLeftHeading
    {
    position:relative;
    left:0px;
    top:0px;
    width:225px; 
    height:22px;
    background-color:#454545;
    z-index:0;
    color:#ffffff;
    font-weight:bold;
    line-height:20px;
    font-variant:small-caps;
    text-align:center;
    }

#contentLeftHeading a
    {
    color:#ffffff;
    line-height:20px;
    }

#contentLeftHeading a:hover
    {
    color:#ffffff;
    text-decoration:underline;
    }
#contentLeft ul 
    {
    margin: 0;
    padding: 15px 0 0 15px;
    }
    
#contentLeft li 
    {
    line-height:16px; 
    display:block; 
    padding-top:5px; 
    margin-bottom:10px;
    list-style-type:none;
    }
    
#contentLeft li a:link
    {
    color:#454545;
    }
       
#contentCentre
    {
    float:left; 
    width:528px;
    position:relative;
    }

/* Central Panel | Image Display */

#contentCentre img
    {
    border:1px solid #454545;
    }
#contentRight 
    {
    float:left; 
    width:225px;
    background-color:#F3EDE3;
    position:relative;
    }

   
        
#contentRight h2
    {
    background-color:#F3EDE3;
    color:#8D022C;
    font-size:14px;
    font-weight:bold;
    text-indent:0px;
    margin-left:0px;
    margin-right:0px;
    text-align:center;
    }
div.contentFooter
    {
    position:relative;
    text-align:right;
    width:980px; 
    height:24px;
    background-color:gray;
    color:#ffffff;
    font-weight:bold;
    line-height:25px;
    margin:0px 0 20px 0;
    padding-right:10px;
    z-index:1;
    }

/* Footer | Link Style */

.contentFooter a
    {
    color:#ffffff;
    font-variant:small-caps;
    font-size:12px;
    text-decoration:none;
    }
    
#contentFooter a:hover
    {
    text-decoration:underline;
    color:#ffffff;
    }