/* This file contains the style attributes for the site - colours, fonts, etc.  It should be pretty self explanatory (but ask if you don't understand) */



body {
	/*color:#79b; */
        color:#566;
	/*background-color:#000510; */
	background-color:#444;
    background-image:url("../images/bg_page.gif");
 
        text-align:center;
        margin:0px auto;
        padding:0px;
        font:80% Trebuchet MS,Arial,Helvetica,sans-serif;
        /*font-size:12pt;*/
	}
h1 {
	margin:0px 0px 16px 0px;
        font-size: 24pt;
        font:Trebuchet MS,georgia,verdana,helvetica,arial, sans-serif;
        font-weight: bold;
	}

h2 {
	margin:0px 0px 12px 0px;
        font-size: 14pt;
        font-weight: bold;
        font:Trebuchet MS,georgia,verdana,helvetica,arial, sans-serif;
	}

h3 {
	margin:0px 0px 10px 0px;
        font-size: 12pt;
        font-weight: bold;
        font:Trebuchet MS,georgia,verdana,helvetica,arial, sans-serif;
	}
p {
        font:Trebuchet MS,georgia,verdana,helvetica,arial, sans-serif;
        font-size:10pt;
	margin:0px 0px 16px 0px;
        /*text-align: justify;*/
        text-align:left;
        font-family: sans-serif; 
	}
li {
        font:12px georgia,verdana,helvetica,arial, sans-serif;
	text-align:left;
        margin:0px 0px 5px 0px;
        font-family: sans-serif; 
             
}	
	
a:link {color:#25a;text-decoration:none;}         
a:visited {color:#26c;text-decoration:none;}         
a:hover {color:#4090ff;text-decoration:none;}
a:active {color:#4090ff;text-decoration:none;}
*/
/* Adbox is the actual boxes which appear in the right hand column. */

.adbox {
	padding: 5px 5px 5px 5px;
	width: 160px;
	margin: 10px;
        float:right;
	border-top: 1px solid #a08000;
	border-left: 1px solid #00a0e0;
        border-right:1px solid #0070a0;
        border-bottom:1px solid #0070a0;
        text-align:left;
	}

.banner {
        border:1px solid #0063AD;
 }

p.notice {
        color:#fa2020;
}
p.lang_select {
    text-align:right;
}
