@charset "ISO-8859-1";
/* CSS Document */

<style type="text/css" media="screen">
	body 
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		background-color: #CCCC99;
	}
	a 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	font-weight: bold;
}
	a:link 
	{
	text-decoration: none;
	}
	a:visited 
	{
	text-decoration: none;
	}
	a:hover 
	{
	text-decoration: none;
	color: #660000;
	}
	a:active 
	{
	text-decoration: none;
	}
	h2
	{
	color: #333300;
	
	font-weight: bold;
	margin: 10px;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	h2 a 
	{ 
	text-decoration: none; 
	}
	
	h3
	{
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	h4
	{
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	#container
	{
	margin: 1em auto;
	width: 675px;
	text-align: left;
	background-color: #CCCC99;
	}
	
	#header
	{
	background-image: url(images/banner.jpg);
	height: 103px;
	background-repeat: no-repeat;
	}
	
	#menu1
	{
	float: left;
	width: 145px;
	background-color: #CCCC99;
	height: 316px;
	}
	
#contents	
	{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 154px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid black;
	padding: 10px;
	}
#contents p 
	{
	line-height: 130%;
	margin: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
#contents li
	{
	display: block;
	padding: 0 0 0 7px;
	text-decoration: none;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-indent: 4px;
	line-height: 1.5;
	text-transform: none;
	}
.imagefloat
	{
	float: right;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 10px 10px 10px 10px;
	border-color: #000000;
	}
.imagefloat2
	{
	float: left;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 5px 10px 10px 0px;
	border-color: #000000;
	}
.imagefloat3
	{
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
	}
	.imagefloat4
	{
	float: right;
	padding: 2px;
	margin: 0px 10px 10px 10px;
	}
	.imagefloat5
	{
	float: left;
	padding: 2px;
	margin: 10px 10px 10px 0px;
	}
	.imagefloat6
	{
	float: left;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 5px 10px 20px 0px;
	border-color: #000000;
	}
#footer	
	{
	clear: both;
	height: 15px;
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	text-align: center;
	margin-left: 145px;
	padding-top: 5px;
	}
#bottom
	{
	clear: both;
	background-image: url(images/bottom.jpg);
	height: 15px;
	margin-left: 145px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	text-align: center;
	
	}
#bottom a
	{
	color: #CCCCCC;
	text-decoration: none;
	}
	#bottom a:hover
	{
	color: #660000;
	text-decoration: none;
	}
#navigation h1
	{
	font-size: 120%;
	}

#content h1
	{
	font-size: 140%;
	}

body
	{
	font-size: 85%;
	}

p
	{
	font-size: 85%;
	
	}

h1
	{
	font-size: 150%;
	}

ul
	{
	font-size: 120%;
	}

ul ul
	{
	font-size: 100%;
	}

/************ #menu styles *******************/

#menu 
	{

	font-size: 14px;
	margin-right: 1px;
	} 

#menu ul 
	{ /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* style, color and size links and headings to suit */
#menu a, #menu h2 
	{
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #003300 #003300 #ccc #003300;
	margin: 0;
	padding: 2px 3px;
	}

#menu h2 
	{
	color: #fff;
	background: #000;
	text-transform: uppercase;
	}

#menu a 
	{
	color: #CCCCCC;
	text-decoration: none;
	background-color: #003300;
	}

#menu a:hover 
	{
	color: #a00;
	background: #fff;
	}

/**************** #menu li styles ******************/

#menu li 
	{
/* make the list elements a containing block for the nested lists */
position: relative;
	} 

#menu ul ul ul 
	{
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
	{
	display: none;
	}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
	{
	display: block;
	}



body 
	{
	behavior: url(csshover.htc); /* call hover behaviour file */
	font-size: 100%; /* enable IE to resize em fonts */
	} 
#menu ul li 
	{
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
	}
#menu ul li a
	{
height: 1%; /* make links honour display: block; properly */
	} 

#menu a, #menu h2 
	{
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
	} 
</style>

