/* Display background image */
body
{
     background: url(./Files/Background-Header/Background2a.gif) repeat-y center top;	
}

/* Displays White box surrounding the text */
#textbox
{
    background-color: white;
    border-style: solid;
    font-family: arial;
    margin-left: auto;
    margin-right: auto;
    width: 798px;
}

/* Fits all text into the textbox */
.text
{
    margin: auto;
    width: 770px;
}

/*Fits all text into the left column, when page is split on two columns */
#maincolumn
{
    width: 590px;
}


/*Fits all text into the right column, when page is split on two columns */
#sidecolumn
{
    float: right;
    width: 165px;
}

/*Displays blue boxes in side column */
.sidetext
{
    background-color: #256AA3;
    border-color: black;
    border-style:solid;
    border-width:2px;  
}



/*Define paragraph appearance within single/main column*/
p
{
    font-size: 12pt;
    line-height: 110%; 
}
/* establishes <br /> size within single/main column*/
br
{
    line-height: 0px;
}
/* establishes <hr /> size within single/main column*/
hr
{
   background-color: black;
   color: black;
   height: 3px;
}

/* Defines paragraph appearance within side column */
.sidetext p
{
    font-family: calibri;
    font-size: 18px;    
    margin: 3px;
    text-align: center;
}

/* Defines appearance of links in the side column */
.sidetext a
{
    color: white;
    text-decoration: none;
}

.sidetext a:hover
{ 
    text-decoration: underline;
}

/* establishes <br /> size within side column*/
.sidetext br
{
    line-height: 25px;
}
    

/*Centred Header*/
h1
{
    font-family: calibri;
    font-size: 22pt;
    text-align: center;
}

/*Left Header*/
h2
{
    font-family: calibri;
    font-size: 19pt;
} 

/* Header for sidecolumn */
h3
{
    color: white;
    font-family: calibri;
    font-size: 16pt;
    line-height: 50%;
    text-align: center;
} 

/*Sub-header*/
h4
{
    color: black;
    font-family: calibri;
    font-size: 16pt;
    line-height: 0%;
}        

  
/*Centres the image in the middle of the screen*/
img.imgcentre
{
    border-style: solid;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

/*Places image on left side of screen*/
img.floatimgleft
{
    border-style: solid;
    float: left;
    margin: 2px 5px 2px 2px;
}  

/*Places image on left side of screen*/
img.floatimgright
{
    border-style: solid;
    float: right;
    margin: 2px;
} 



/* Home & News*/
.date
{
    font-size: 9pt;
    font-weight: bold;  
}

.title
{
     font-weight: bold;
}

.italic
{
    font-style: italic;
}

.newscontainer
{
    min-height: 170px;
}

.newsleft
{
    width: 605px;
}

.newsright
{
    margin-left: 165px;
}



/*Activities*/     
.eventcontainer
{
    min-height: 135px;
}

.eventleft
{
    width: 445px;
}

.eventright
{
    margin-left: 130px;
}

.presentlink
{
    color: black;
    font-weight: bold;
    text-decoration: underline;
}



/*About Us*/
.profilecontainer
{
    min-height: 140px;
}
     
.profiletext
{
    margin-left: 120px;
}

img.profileimg
{
    border-style: solid;
    float: left;
    margin: 2px;
}  



/*Links & Media*/ 
.linkmedia a
{
    color: blue;
    text-decoration: none;
}

.linkmedia a:hover
{
    text-decoration: underline;
}



/* Gallery */
.video
{
    border-color:black;
    border-style:solid;
    border-width:3px;
    height: 240px;
    width: 240px;
}
    

/*Sitemap*/
li a
{
    color: blue;
    text-decoration: none;
}

li a:hover
{
    text-decoration: underline;
}


     

     

 


















    