body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background:  #FFFFCC;
	background-image: url(../images/back.gif);
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	line-height: normal;
}

/*This controls the vertical and horizontal padding on the link cell*/
#navlist a {
	padding: 4px 12px;
	line-height: normal;
}

/* Controls the colour of the navigation list*/
#navlist a:link
{
	color: #fff;
	background-color: #68775E;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

/* Controls the colour of the navigation list*/
#navlist a:visited
{
	color: #fff;
	background-color: #888888;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

/* Controls the colour of the navigation list when hovered*/
#navlist a:hover
{
	color: #000;
	background-color: #95CD6B;
	text-decoration: none;
	line-height: normal;
}


ul#navlist1
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist1 li
{
display: inline;
list-style-type: none;
}

/*This controls the vertical and horizontal padding on the link cell*/
#navlist1 a { padding: 4px 12px; }

/* Controls the colour of the navigation list*/
#navlist1 a:link
{
color: #fff;
background-color: #68775E;
font-weight: bold;
text-decoration: none;
}

/* Controls the colour of the navigation list*/
#navlist1 a:visited
{
	color: #fff;
	background-color: #888888;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

/* Controls the colour of the navigation list when hovered*/
#navlist1 a:hover
{
	color: #000;
	background-color: #95CD6B;
	text-decoration: none;
	line-height: normal;
}


/* Controls the colour of the navigation list when hovered*/
#navlist1 a:hover
{
color: #000;
background-color: #95CD6B;
text-decoration: none;
}


.style1 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}

.style9 {
	font-size: 48px;
	font-style: italic;
	font-weight: bold;
	color:#0099FF
}

.style2 {color: #0000FF}

.style3 {
	color: #CC0000;
	font-weight: bold;
}
.style4 {color: #CC0000}
.style6 {
	font-size: 24px;
	font-weight: bold;
	color: #00FFFF}
.style5 {color: #0000FF}
.style7 {font-weight: bold}
.style8 {color: #FF0000}


#content{
	padding: 0px 10px 0px 0px;
	margin:0px 20px 0px 20px;
	border-left: 1px solid #ccd2d2;
	color: #993333;
	font-size: 125%;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
#content h1{
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}

#content h2{
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}

#content a{
	color: #ff0000;
}

#content a:hover{
	text-decoration: none;
}
#content a:visited{
	color: #005FA9;
	text-decoration: underline;
}
