body
{
background-color: white;
background-image: url(images/bg-image.gif);
margin: 0px
}

div.center
{
text-align: center;
}

p.leftmenu_title
{
margin-left: 5px;
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
color: black;
font-family: verdana, sans-serif;
font-size: 11px;
font-weight: bold;
}

img
{ 
vertical-align: middle
}  

/***************************************/
/* Handle links on the left side menu  */
/***************************************/

p.leftmenu_sub
{
margin-top: 0px;
margin-left: 5px;
margin-bottom: 20px;
color: black;
font-family: verdana, sans-serif;
font-size: 10px;
}

.leftmenu_sub a:link, a:visited  
{
color: blue;
text-decoration: none;
}

.leftmenu_sub a:hover, a:active 
{
color: red;
text-decoration:  underline;
}


/***************************************/
/* Handle links on the top menu        */
/***************************************/

p.topmenu
{
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 10px;
text-align: right;
color: black;
font-family: verdana, sans-serif;
font-size: 10px;
}

p.topmenu2
{
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
text-align: right;
color: white;
font-family: verdana, sans-serif;
font-size: 10px;
}

.topmenu a:link, a:visited  
{
color: blue;
text-decoration: none;
}

.topmenu a:hover, a:active 
{
color: red;
text-decoration:  underline;
}


/***************************************/
/* Handle links on the botom menu      */
/***************************************/

p.bottom
{
margin-bottom: 0px;
text-align: center;
color: black;
font-family: verdana, sans-serif;
font-size: 10px;
}

.bottom a:link, a:visited  
{
color: blue;
text-decoration: none;
}

.bottom a:hover, a:active 
{
color: red;
text-decoration:  underline;
}

/***************************************/
/* Text title on main page boxes       */
/***************************************/
p.maintitle
{
margin: 2px 2px 2px 2px;
text-align: left;
color: white;
font-family: verdana, sans-serif;
font-size: 12px;
font-weight: bold;
}

p.maintitle2
{
margin: 2px 2px 2px 2px;
text-align: center;
color: white;
font-family: verdana, sans-serif;
font-size: 12px;
font-weight: bold;
}

/***************************************/
/* Text title on main page boxes       */
/***************************************/
p.main_content
{
margin: 10px 10px 5px 10px;
text-align: justify;
color: black;
font-family: verdana, sans-serif;
font-size: 12px;
}

p.main_content_smaller
{
margin: 10px 10px 5px 10px;
text-align: center;
color: black;
font-family: verdana, sans-serif;
font-size: 10px;
}

p.main_content_smaller2
{
margin: 2px 2px 2px 10px;
text-align: left;
color: black;
font-family: verdana, sans-serif;
font-size: 10px;
}

ul.main_content
{
margin: 10px 10px 5px 10px;
text-align: justify;
color: black;
font-family: verdana, sans-serif;
font-size: 12px;
}

/***************************************/
/* Text title on main page boxes       */
/***************************************/
p.side_content
{
margin: 2px 2px 2px 2px;
text-align: center;
color: black;
font-family: verdana, sans-serif;
font-size: 10px;
}

p.side_content2
{
margin: 2px 2px 2px 2px;
text-align: left;
color: black;
font-family: verdana, sans-serif;
font-size: 10px;
}

/***************************************/
/* Main site colours   		       */
/***************************************/
.main_colour
{
background-color: #f0f0f0;
}

.second_colour
{
background-color: #000066;
}

.third_colour
{
background-color: #e0e0e0;
}

/***************************************/
/* Other tags      		       */
/***************************************/

hr
{
height: 1px;
margin-top: 0px;
margin-bottom: 2px;
}

font.red
{
color: #BB0000;
}