

body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	text-align: left; 
	background: #e0e0e0;
	color: #333;
}


/* Global styles */
* {margin: 0; padding: 0; border: 0;}
span {color: #00A2FF}
p, ul, p a, h2, td {font-family: Arial, Helvetica, sans-serif}


/* Heading styles */
h1 
{
	font-family: Georgia, serif; 
	color: #333;  font-weight: normal; 
	margin-left: 10px;
	margin-top: 10px;
	font-style: italic;
	font-size: 42px;
	line-height: 80px;
}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #00A2FF; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

/* headings on black backgrounds */
h2 {margin: 0;
    padding-left: 10px;
    font-size: 0.80em;
    background-color: #333;
    color: #fff;
    line-height: 2.0em
    } 


h3 {font-size: 1.25em;
    line-height: 1.30em;
    font-weight: normal;
    }
    

h4 {font-size: 0.72em;
    line-height: 1.30em;
    font-weight: normal;
    margin-bottom: 20px;
    }

    
    


h3, h4, h5 {font-family: Arial, Helvetica, sans-serif; margin: 20px 0 0 10px}


span.mainTitle
{
	color: #000080;
	font-family: Tahoma;
	
}


/* Text styles */
p, td {margin: 10px; font-size: 0.80em; line-height: 1.75em}

p.updated {margin-left: 10px; margin-top: 20px; margin-bottom: 0px; font-size: 0.70em; line-height: 0.50em; letter-spacing: 0.05em; color: #888}

#siteimg div 
{
    margin-left: 10px;
    margin-top: 20px;
    padding-left: 10px;
    font-family: Georgia, serif;
    font-size: 1em;   
}


#siteimg p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 70px;
	font-family: Georgia, serif;
	font-size: 1.45em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
}


/* acronym {border-bottom: 1px dashed #333; cursor: help} */

/* bullet points text style */
ul {margin-left: 7px; 
    font-size: 0.70em;
    line-height: 1.75em;
    list-style: inside disc 
    }



/* Paragraph Links */
a {color: #00A2FF; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #00A2FF; font-weight: bold; text-decoration: none}
a:hover {color: #333; font-weight: bold; text-decoration: none}


/* Divs */

#container 
{
    margin-left: auto;
    margin-right: auto;
	width: 924px; /* (was: 770px) Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
	overflow: hidden
}

#topbar {   /* Top bar, can be used for extra links etc */
	width: 924px;
	/* height: 25px; */
	height: 2.5em;
	background: #f0f0f0; /* Light Grey */
}
	
	
#hdr {    /* Header/Banner area */
	width: 924px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 100px; /* Same as h1 line-height */
	/* line-height: 4.5em; */
	background: #fff
}

#navbar {   /* Main Navigation area */
	width: 924px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #f0f0f0; /* Light Grey */
}

#siteimg {   /* Large Site Image */
	width: 924px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 377px;
	/*background-image: url('images/logo.jpg');*/
	background-color:  #fff; /* light grey */
	background-repeat: no-repeat;
}

#lftcol {
	float: left;
	width: 240px;
	background: transparent;
	overflow: hidden;
    height: 2000px;
    background-color:  #eee; /* light grey */
}




#rgtcol {
	float: left;
	width: 684px;
	background: transparent;
	overflow: hidden
}



#bttmbar { /* bottom bar, containing top button and copyright info etc */
	float: right;
	width: 924px;
	/*height: 3em;*/
	line-height: 3em;
	background: #fff;
	overflow: hidden
}


/* Main Navigation */
#nav ul {display: inline}

#nav li {display: inline}

#nav a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px; 
	display: inline;
	font-weight: bold
}

#nav a span {color: #333}


/* Forms, Input boxes and buttons */
form.login {float: right; height: 3.4em; 
line-height: 3em; margin: 0 0 0 0; width: 8.0em;
}
input.login {border: 1px solid #333; width: 6em; font-size: 0.95em;}
input.inputForm 
{
    border-width: 0.5px;
    border-color: #AAA;
    border-style: solid;
    font-size: 0.95em;
    width: 100%;
}
textarea.inputForm
{
    border-width: 0.5px;
    border-color: #AAA;
    border-style: solid;
    font-size: 0.95em;
    width: 100%;
}

input.loginbttn 
{
	width: 100px; 
	height: 45px;
	cursor: pointer;
	background-color: transparent;
	background-image:url('images/LoginButton.png');
	background-repeat: no-repeat;
}
input.submit 
{
    border: 0px solid #fff;
    background: #00A2FF;
    color: #fff;
    font-size: 1.7em;
    cursor: pointer;
   
}



td.leftcell
{
    width: 545px;
    font-family: Georgia, serif;
    margin: 20px 0 0 10px;
    font-size: 1.00em;
    line-height: 1.25em;
    font-weight: normal;
}

td.rightcell
{
    width: 370px;
    font-family: Georgia, serif;
    margin: 20px 0 0 10px;
    font-size: 1.00em;
    line-height: 1.25em;
    font-weight: normal;
    text-align: center;
}



td.onethirdcell
{
    width: 300px;
    font-family: Georgia, serif;
    margin: 20px 0 0 10px;
    font-size: 1.00em;
    line-height: 1.25em;
    font-weight: normal;
    text-align: center;
}




/* Images */
img.rightimg {float: right; margin-left: 10px; margin-right: 10px;
	height: 230px;
	width: 332px;
}

img.rightimg2 {float: right; margin-left: 10px;  margin-right: 10px;
	height: 328px;
	width: 279px;
}


img.rightimgMF {float: right; margin-left: 10px;  margin-right: 10px;
	height: 60px;
	width: 400px;
}

img.leftimg {float: left; margin-right: 10px;  margin-right: 10px;
	height: 262px;
	width: 361px;
}

img.midimg {float: none; margin-left: 55px; margin-right: 55px;
	height: 649px;
	width: 784px;
}


img.midimg2 {float: none; margin-left: 80px; margin-right: 80px;
	height: 412px;
	width: 480px;
}

img.midimg3 {float: none; margin-left: 80px; margin-right: 80px;
	height: 196px;
	width: 740px;
}

img.midimg4 {float: none; margin-left: 80px; margin-right: 80px;
	height: 80px;
	width: 740px;
}

img.midimg5 {float: none; margin-left: 80px; margin-right: 80px;
	height: 500px;
	width: 740px;
}


img.logoimg {float: left; margin-right: 10px;
	width: 105px;
	height: 80px;
}

img.maintitleleftimg {float: left; margin-left: 10px; margin-top: 10px; margin-bottom: 10px;
	width: 530px;
	height: 275px;
}

img.maintitlerightimg {float: right; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;
	width: 365px;
	height: 275px;
}


img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */
