/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 97%;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #081027;/*themecolour1$ -21%,-68.6%;*/
	background-color: #9db6ff;/*themecolour1$ 46.7%,100%;*/
	font-size: 70%;
	color: #081027;/*themecolour1$ -21%,-68.6%;*/
	line-height: 1.5em;
}
/*this container holds the logo and heading graphic*/
    #header {
	background: #162756;/*themecolour1$ -8.3%,-29.7%;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #081027;/*themecolour1$ -21%,-68.6%;*/
	}
	
/*this container holds the logo graphic */
	#logo {
	background-repeat: no-repeat;
	height: 56px;
	top: 0px;
	right: 0px;
}
/*this container holds the horizontal navigation bar */	
	#navbar {
	background-color: #081027;/*themecolour1$ -21%,-68.6%;*/
	width: 100%;
	top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #081027;/*themecolour1$ -21%,-68.6%;*/
	background-repeat: repeat;
}
/*this container holds the left-hand text boxes */
#holderdiv {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 0;
	background-color: #22397b;/*themecolour1;*/
	border: 1px solid #081027;/*themecolour1$ -21%,-68.6%;*/
	width: 160px;
}
/**Redefined html tags**/
/*defines the font and page background image */
 body {
	font-family: "Trebuchet MS", Arial;
	text-align: center;
	font-size: 100%;
	background-image:  url(main_files/main_bg1.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	}
/*sets margins to 0 */	
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*styles the text in the right-hand column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5;
	color: #ffffff;/*themecolour1%0;*/
	font-size: 12px;
	line-height: 1.3em;
}
/*style the heading text */
.leftcoldiv h2 {
	margin: 0;
	background-color: #162756;/*themecolour1$ -8.3%,-29.7%;*/
	color: #ffffff;/*themecolour1%0;*/
	font-size: 14px;  /* 110%;   */
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #081027;/*themecolour1$ -21%,-68.6%;*/
	background-image: url(main_files/main_bg2.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #162756;/*themecolour1$ -8.3%,-29.7%;*/
}

.leftcoldiv h3 {
	margin: 0;
	background-color: #162756;/*themecolour1$ -8.3%,-29.7%;*/
	color: #ffffff;/*themecolour1%0;*/
	font-size: 14px;    /*110%;*/
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #081027;/*themecolour1$ -21%,-68.6%;*/
	background-image: url(main_files/main_bg1.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #162756;/*themecolour1$ -8.3%,-29.7%;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #162756;/*themecolour1$ -8.3%,-29.7%;*/
}
.leftcoldiv h4 {
	margin: 0;
	background-color: #162756;/*themecolour1$ -8.3%,-29.7%;*/
	color: #9db6ff;/*themecolour1$ 46.7%,100%;*/
	font-size: 13px; /* 110%;  */
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #081027;/*themecolour1$ -21%,-68.6%;*/
	background-image: url(main_files/main_bg3.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #22397b;/*themecolour1;*/
	
}


h1 {
	font-size: 130%;
	margin: 0px;
	color: #ffffff;/*themecolour2;*/
	padding-top: 6px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	color: #ffffff;/*themecolour2;*/
	margin-top: 4px;
	margin-bottom: 2px;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #081027;/*themecolour1$ -21%,-68.6%;*/
	padding-right: 20px;
	padding-left: 8px;	
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(main_files/main_bullet.gif);
	color: #081027;/*themecolour1$ -21%,-68.6%;*/
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
}
/*link styles*/
a:link {
	color: #5A5FFA;/*themecolour1$ -8.3%,-29.7%;*/
}
 a:visited {
	color: #FFFFFF;/*themecolour1$ -21%,-68.6%;*/
}
 a:link:hover {
	color: #FF7553;/*themecolour1$ -12.5%,-53%;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #081027;/*themecolour1$ -21%,-68.6%;*/
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*styles the footer*/
.footer {
    background-color: #22397B; 
	font-size: 90%;
	margin-left: 0px;
	color: #111e44;     /*themecolour1$ -10%,-44.5%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF /* #111e44;/*themecolour1$ -10%,-44.5%;*/
	padding-bottom: 0px;
	margin-right: 0px;
}

.style1 {
    color: #FFFFFF   /* bianco  */
}

.style2 {
    color: #FFFFFF;   /* bianco  e piccolo */
    font-size: 90%;	
}

.calendar {
	font-size:10px; 
	font-family: Arial, Helvetica, Sans Serif; 
	color:#FFFFFF;
}

.tiny {font-size:10px; font-family: Arial, Helvetica, Sans Serif;}
