
/* COLOURS: BLUE: TEXT:#6C93C3 FOOTER:#F0F8FF MENUBOX:#325C74 TEXTBOX:#5D7B93 FLASHBOX2:#26466D BACKGROUND:#D1D8E1 */

/*  BODY */

body.light {  
	   	background-color:#FFFFFF;
		background-image:url(images/bg_slicelt.gif);
              	background-repeat:repeat-y;
              	background-position:center;
              	background-attachment:scroll;
		text-align: center;
        	min-width: 800px;
		padding:0px;
		margin:0em;
           }

body.dark {  
	   	background-color:#D1D8E1;
		background-image:url(images/bg_slicedk.gif);
              	background-repeat:repeat-y;
              	background-position:center;
              	background-attachment:scroll;
		text-align: center;
        	min-width: 800px;
		padding:0px;
		margin:0em;
           }


/*  DIVS */

div.menubox {
	position:relative;
	margin:0 auto;
        width:760px;
	height:85px;
        text-align:left;
	background-color:#325C74;
        background-image:url(images/menubox.gif);
	visibility:visible;
	padding:0px;
	vertical-align:bottom;
	z-index:0;
	font-family: Times New Roman, Georgia, serif;
	font-variant: small-caps;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
        text-align:left;
    }

div.flashbox1 {
	position:relative;
	margin:0 auto;
        width:760px;
	height:130px;
        text-align:left;
	background-color:#F0F8FF;
	background-image:url(images/flashbox1.jpg);
	visibility:visible;
	padding:0px;
	z-index:0;
    }

div.titlebox {
	position:relative;
	margin:0 auto;
        width:760px;
	height:70px;
        text-align:left;
	background-color:#5D7B93;
	background-image:url(images/sbtitle.gif);
        background-repeat:no-repeat;
        background-position:top;
        background-attachment:scroll;
	visibility:visible;
	padding:0px;
	z-index:0;
    }

div.textboxdk {
	position:relative;
	margin:0 auto;
        width:760px;
        text-align:left;
	background-color:#5D7B93;
	background-image:url(images/textboxdk.gif);
        background-repeat:repeat-y;
        background-position:top;
        background-attachment:scroll;
	visibility:visible;
	overflow:visible;
	padding:0px;
	z-index:0;
    }

div.textboxlt {
	position:relative;
	margin:0 auto;
        width:760px;
        text-align:left;
	background-color:#FFFFFF;
	background-image:url(images/textboxlt.gif);
        background-repeat:no-repeat;
        background-position:top;
        background-attachment:scroll;
	visibility:visible;
	overflow:visible;
	padding:0px;
	z-index:0;
    }


div.flashbox2 {
	position:relative;
	margin:0 auto;
        width:760px;
	height:20px;
        text-align:left;
	background-color:#26466D;
	visibility:visible;
	padding:0px;
	z-index:0;
    }

div.footerbox {
	position:relative;
	margin:0 auto;
        width:760px;
	height:50px;
        text-align:left;
	background-color:#F0F8FF;
	visibility:visible;
	padding:0px;
	z-index:0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 3em;
	color: #6C93C3;
        text-align:center;
    }

div.bodytextright {
	position:relative;
	top:0px;
	left:300px;
	margin:0px;
        width:400px;
	visibility:visible;
	overflow:visible;
	padding:0px;
	z-index:1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	color: #FFFFFF;
        text-align:left;
    }

div.bodytext {
	position:relative;
	top:0px;
	left:20px;
        width:720px;
	visibility:visible;
	overflow:visible;
	padding:0px;
	margin:0px;
	z-index:1;
    }

div.letterbox {
	position:relative;
	margin:0px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
        width:840px;
	border:1px;
	border-style:solid;
	border-color:#F0F8FF;
	height:30px;
	background-color:#6C93C3;
	visibility:visible;
	overflow:visible;
	z-index:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 0.8em;
	color: #FFFFFF;
        text-align:center;
    }

div.float {
	float:left;
	visibility:visible;
	overflow:visible;
	padding:0px;
	z-index:1;
    }

div.spacer {
  clear: both;
  }


/*  TEXT */


.head1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.6em;
	font-variant: normal;
	text-decoration : none;
	color: #FFFFFF;
        text-align:left;
	}

.head2 {  
	font-family: Times, Georgia, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration : none;
	line-height: 1.6em;
	color: #26466D;
        text-align:left;
	}

.head3 {  
	font-family: Times, Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : none;
	line-height: 1.6em;
	color: #26466D;
        text-align:left;
	}

.head4 {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration : none;
	line-height: 1.6em;
	color: #6C93C3;
        text-align:left;
	}

.head5 {
	font-family: Times New Roman, Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-decoration : none;
	line-height: 1.6em;
	color: #325C74;
        text-align:left;
	}


.para1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-decoration : none;
	color: #FFFFFF;
	text-align: left;
	}

.para2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-decoration : none;
	color: #26466D;
	text-align: left;
	}

.para3 {
	font-family: Times New Roman, Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration : none;
	line-height: 1.6em;
	color: #325C74;
        text-align:left;
	}

.para4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : none;
	line-height: 1.6em;
	color: #325C74;
        text-align:left;
	}




/*  HYPERLINKS */


a:link, a:visited {
	color: #FFFFFF;
	text-decoration : none;
	background: transparent;
	}

a:hover, a:active {
	color: #6C93C3;
	text-decoration : none;
	background: transparent;
	}



a.footer:link, a.footer:visited {
	color: #6C93C3;
	text-decoration : none;
	background: transparent;
	}

a.footer:hover, a.footer:active {
	color: #26466D;
	text-decoration : none;
	background: transparent;
	}


a.header:link, a.header:visited {
	color: #325C74;
	text-decoration : none;
	background: transparent;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	}

a.header:hover, a.header:active {
	color: #6C93C3;
	text-decoration : none;
	background: transparent;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	}

a.hilite:link, a.hilite:visited {
	color: #FFFFFF;
	text-decoration : none;
	background: transparent;
	}

a.hilite:hover, a.hilite:active {
	color: #26466D;
	text-decoration : none;
	background: transparent;
	}

a.hilitervs:link, a.hilitervs:visited {
	color: #26466D;
	text-decoration : none;
	background: transparent;
	}

a.hilitervs:hover, a.hilitervs:active {
	color: #FFFFFF;
	text-decoration : none;
	background: transparent;
	}

a.textlink:link, a.textlink:visited {
	color: #26466D;
	text-decoration : none;
	background: transparent;
	}

a.textlink:hover, a.textlink:active {
	color: #6C93C3;
	text-decoration : none;
	background: transparent;
	}



/*  LISTS */

ul {
	list-style: none;
        margin: 0;
        padding-left: 25px;
        border: none;
        list-style-type: disc;
        list-style-image: url(images/button.gif);
        list-style-position: outside;
	text-indent: 0em;
        }

ol {
	list-style: none;
        margin: 0;
        padding-left: 25px;
        border: none;
        list-style-type: lower-alpha;
        list-style-position: outside;
	text-indent: 0em;
        }

