p { 
font-family: Georgia, Times, Times New Roman, sans-serif; font-size: 14px;
} 

ul,li { 
margin-bottom: 0%; font-family: Georgia, Times, Times New Roman, sans-serif; list-style-type: square; font-size: 14px;
}
 
input.text { 
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	border : 1px;
	border-color : 000;
	border-style : solid;
} 

textarea.comment { 
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	border : 1px;
	border-color : 000;
	border-style : solid;
	width:340px;
} 

acronym { 
color: #666666 
} 
.ucase { 
text-transform: uppercase 
} 
.nobr { 
white-space: nowrap 
} 
.smalltext { 
font-size: 11px; 
} 
.tinytext { 
font-size: 9px; 
}


/* Navigation Bar Attributes
----------------------------------------------- */

#navcontainer ul
{
/* adjust this number to center the navbar */
margin-left:0px;

padding:3px;
background-color: #000;
color: White;
float: left;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
font-weight: bold;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 3px 10px;
background-color: #48211e; /* adjust this hex code to change the non-selected non-hovered menu colour */
color: White;
text-decoration: none;
float: left;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
border-top: 1px solid #F3E9C9;
border-left: 1px solid #F3E9C9;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

#navcontainer ul li a:hover
{
background-color: #774032; /* adjust this hex code to change the non-selected hovered menu colour */
border-top: 1px solid #F3E9C9;
border-left: 1px solid #F3E9C9;
border-bottom: 1px solid #000;
border-right: 1px solid #000;

}

#navlist li a#current
{
background-color: #ef8a48; /* adjust this hex code to change the selected non-hovered menu colour */
}

#navlist li a#current:hover
{
background-color: #f3aa4b; /* adjust this hex code to change the selected hovered menu colour */
border-top: 1px solid #F3E9C9;
border-left: 1px solid #F3E9C9;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}


/* Print Attributes
----------------------------------------------- */

@media print 
{ 
h1 {page-break-inside: avoid} 
h2 {page-break-inside: avoid} 
h3 {page-break-inside: avoid} 
h4 {page-break-inside: avoid} 
h5 {page-break-inside: avoid} 
h6 {page-break-inside: avoid} 

td.noprint {display: none}
td.body1 {display: none}
td.body4 {display: none}
td.nav1 {display: none}
td.nav2 {display: none}
td.nav4 {display: none}
td.bottom {display: none}
td.body2 {display: none}

blockquote {} 
ul {} 
ol {} 
dl {} 
}
