﻿html {
 margin: 0;
 padding: 0;
 }
 
body{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
color: #000;
background-color:#fff;
}

p {
font-size: 0.75em;
line-height: 1.5em;
}

h1 {
font: 1.5em verdana,arial,helvetica,sans-serif;
padding: 5px 10px;
color: #000;
border-bottom: solid 1px #000;
}

h2 {
font: bold 0.75em verdana,arial,helvetica,sans-serif;
padding: 5px 10px;
color: #000;
}



h2.calselect{
display: none;
}

h3{/*used in pages*/
margin: 1em 0 0 1em;
padding: 1px 10px;
font: 0.70em verdana,arial,helvetica,sans-serif;
color: #000;
}

h4 {
font: bold 0.75em verdana,arial,helvetica,sans-serif;
padding: 5px 20px;
color: #000;
}

h4.calendar {
display: none;
}

/* ======================== Main divs ===============================*/
div#container{
margin: 1em auto;
background: #fff;
border: 1px solid #000;
max-width:900px; 
 width: auto !important;
 width:900px;
}

#header{
display: none;
}


#tophead{/*logo*/
background:transparent;
height: 95px;
padding: 1px 0 0 0;
z-index: 60;
}

img.right{/*map of victoria floating right*/
float: right;
margin: 0 15px 0 0;
}

#policies{
display: none;
}
/*===============================UFWUS STYLES ====================*/
#ufwus{
padding: 0;
margin: 0px 10px 0 3px; /* SWAP ORDER */
background-color: #fff;
}

#ufwus p{
margin: 1em 0 0 0;
font-size: 0.75em;
padding: 0 10px 0 20px;
color: #000;
text-align: left; 
}

#ufwus ul li {
 font: 0.75em verdana, arial, helvetica, sans-serif;
 list-style: square;
 color:  #000;
 line-height: 1.5em;
 text-align: left;   
 padding: 0 10px 0 10px;
 }

#ufwus ul ul li {
 list-style: circle;
 font: 1em verdana, arial, helvetica, sans-serif;
 color:  #000;
 line-height: 1.5em;
 text-align: left;   
 padding: 0 10px 0 10px;
 }

#ufwus ol{
 list-style-type: decimal;
 font: 0.75em verdana, arial, helvetica, sans-serif;
 color:  #000;
 line-height: 1.5em;
 text-align: left;   
 padding: 5px 10px 0 40px;
 }

#ufwus ol ol{
 list-style-type: lower-roman;
 font: 0.75em verdana, arial, helvetica, sans-serif;
 color:  #000;
 line-height: 1.5em;
 text-align: left;   
 padding: 0 10px 0 30px;
 }
 
#ufwus img{
 margin: 3px 10px 3px 0;
 border: solid 1px #000;
 }
 
  /* =========CALENDAR 'PAGE' LAYOUT============= */ 
 #ufwus img.calendar{
 float: left;
 border: solid 1px #000;
 margin: 4px;
 }
 
 #ufwus hr.high{
 margin-top: 10px;
 margin-left:2px;
 margin-right:20px;
 color: #ccc;
 clear: both;
 }
 /* ====================== */

#ufwus a, #ufwus a:link { 
 color:  #000;   
 text-decoration: underline;
} 

#ufwus a:visited { 
 color:  #000;   
 text-decoration: underline;
} 

#ufwus a, #ufwus a:hover { 
 color: #AAB970;
 text-decoration: none;
} 
/*================= Link from image ============*/
#ufwus a.nobdr:link{ 
color: #B7AE8D;
text-decoration: none;
} 

#ufwus a.nobdr:visited { 
color: #B7AE8D;
 text-decoration: none;
} 

#ufwus a.nobdr:hover { 
 color: #B7AE8D;
text-decoration: none;
} 

#ufwus img.nilbdr{
 border: none;
 }
 
 /*THESE 2 PRINT AND HIDE USED TO TOGGLE TO THE PRINT VIEW*/
#ufwus p.print{
 display: none;
}

#ufwus p.hide{
 margin: 1em 0 0 0;
font-size: 0.75em;
padding: 0 10px 0 10px;
color: #000;
text-align: left; 
}

#ufwus p.hider{
 font: bold 12px verdana,arial,helvetica,sans-serif;
 margin:0;
 padding: 0 10px 0 10px;
 color: #000;
 text-align: right;
}
/*==========USED TO TOGGLE TO THE PRINT VIEW=========*/

#printfriendly {
margin: 20px;
}

#printfriendly a, #printfriendly a:link { 
 color: #000;   
 text-decoration: none;
} 

#printfriendly a:hover { 
 color: red;
 text-decoration: none;
} 

#ufwus p.print{
display: none;
}

#toolbar p.hide{
 font: bold 12px verdana,arial,helvetica,sans-serif;
 margin:0;
 padding: 0 10px 0 10px;
 color: #fff;
 text-align: left;
}

#toolbar p.hider{
 font: bold 12px verdana,arial,helvetica,sans-serif;
 margin:0;
 padding: 0 10px 0 10px;
 color: #000;
 text-align: right;
}

#printfooter {
display: none;
}
/*======================================================================*/

#ufwus p.message{
font: bold 12px verdana,arial,helvetica,sans-serif;
color: #A52A2A
}

#ufwus a.back{
 color: #000;
 text-decoration: none;
}

#ufwus a:hover.back {
 color: #060;
 text-decoration: underline;
}

/*============= TABLE STYLES ==============================*/
#ufwus table{
 border: solid 1px #000;
 border-collapse: collapse;
 font: 0.9em arial,verdana,helvetica,sans-serif;
 }
 
 body#admin #ufwus table{
 border: solid 1px #000;
 border-collapse: collapse;
 font: 1.0em arial,verdana,helvetica,sans-serif;
 }
 
 #ufwus table.noborder{
 border: none;
 border-collapse: collapse;
 font: 1.0em arial,verdana,helvetica,sans-serif;
 }

#ufwus table tr.mainfill{
 background-color: #ccc;
 font: bold 0.9em verdana,arial,helvetica,sans-serif;
 color: #000;
 }
 
 #ufwus table tr.mainfilla{
 background-color: #81754F;
 font: bold 0.8em verdana,arial,helvetica,sans-serif;
 color: #fff;
 }

#ufwus table tr.lighter{
 background-color: #F3F3F3;
 font: bold 0.84em verdana,arial,helvetica,sans-serif;
 color: #000;
 }
 
 #ufwus table tr.lig{
 background-color: #fff;
 font: bold 0.80em verdana,arial,helvetica,sans-serif;
 color: #000;
 border-bottom: solid 1px #000;
 border-top: solid 1px #000;
 }
 
 #ufwus table tr.alt{
 background-color: #F3F3F3;
 /*font: bold 0.84em verdana,arial,helvetica,sans-serif;*/
 color: #000;
 }

#ufwus table tr.lightest{
 background-color: #DEDACC;
 }
 
 #ufwus table.noborder tr.lightest{
 background-color: #6C95BA;
 font: bold 1.0em arial,verdana,helvetica,sans-serif;
 }

#ufwus table td{
 border-right: solid 1px #000;
 }
 
 #ufwus table.noborder td{
 border-right: none;
 }

#ufwus table.noborder{
 border: none;
 border-collapse: collapse;
 }
 
 #ufwus table td.mainfill{
 background-color: #81754F;
 font: bold 0.9em verdana,arial,helvetica,sans-serif;
 color: #fff;
 }

#ufwus table td.lighter{
 background-color: #4E7CA6;
 font: bold 0.84em verdana,arial,helvetica,sans-serif;
 color: #fff;
 }

/*==========================FOOTER STYLES ===========================*/
#footer{
clear: both;
}
/* ==================  LATEST NEWS or EVENTS BOX  =========================*/
#box{
display: none;
}

/* ==================  NEWS  =========================*/
#news{
background-color: transparent;
float: right; /* WAS FLOAT LEFT */
width: 290px;
margin: 10px 10px; /* WAS MARGIN-LEFT */
padding-top: /*1em*/0;
border-left: solid 1px #000;
height: 450px; 
overflow: auto;
}

#news img{
margin-right: 5px;
border: solid 1px #000;
}

#ufwus p.newstitle{
background:transparent;
 font: bold 0.85em verdana,arial,helvetica,sans-serif; 
 margin: 0;
 padding: 2px 10px 1px 10px;
 color: #000;
 margin: 5px 10px 0 10px;
 text-align: left;
 }
 
#news h6{
background: #D3DCBB;
text-align: center;
font:  bold 0.65em  verdana, arial, helvetica, sans-serif;
color: #3E3886;
margin: 0 8px 20px 8px;
padding: 4px 0;
}
 
#news h2{
font:  bold 0.55em verdana, arial, helvetica, sans-serif;
color: #000;
margin: 3px 10px;
}

#news a, #news a:link { 
 color:  #000;   
 text-decoration: none;
} 

#news a:visited { 
 color:  #000;   
 text-decoration: none;
} 

#news a:hover { 
 color: #ccc;
 text-decoration: underline;
} 

#nexttop{
display: none;
}

/* ==================  EVENTS  =========================*/
#events{
display: none;
}

#toolbox{
display: none;
}

/* ==================  NEWS  =========================*/
#eventsb{
display: none;
}
#eventsb{
display: none;
}

#box{
display: none;
}

/*===================================================*/

div#copyright{/*at bottom of page*/
 text-align: center;
 font: 0.7em verdana, arial, helvetica, sans-serif;
 color: #000;
 }

#copyright a, #copyright a:link { 
 color:  #000;   
 text-decoration: none;
 } 

#copyright a:visited { 
 color:  #000;   
 text-decoration: none;
 } 

#copyright a:hover { 
 color: #000;
 text-decoration: underline;
 } 
div#navigation {
display: none;
} 

#updated{
margin: 1em auto;
font: 0.80em verdana,arial,helvetica,sans-serif;
color: #000;
max-width:900px; 
 width: auto !important;
 width:900px;
}
