/* Style 1 - Default CSS Document */

/* global settings */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	behavior: url(csshover.htc);
	background-image: url(image_library/bg.gif);
	line-height: normal;
	background-color: #FFFFCC;
}
	
a {text-decoration: none;}
ul {
	margin: 0px; 
	padding: 0px;}
	
li {
margin: 0px; 
padding: 0px;}

form {
margin: 0px; 
padding: 0px;}

input {
margin: 0px; 
padding: 0px; 
margin: 0px 0px 4px 0px;}

p {
	padding: 0px;
	margin: 10px;
	
	font-size: small;
	line-height: normal;
	color: #000000;
}


h1 {
	margin: 0px; 
	padding: 3px 15px 0px 0px; 
	font-size: medium;
	font-weight: bold;
	color: #5F958F;
	text-align:left;
	font-style:normal;}
	}
	
h2 {
		font-size: small;
		font-weight: bold;
		color: #CC66CC;
		}
			
h3 {
		font-size: small;
		font-style: italic;
		color: #5F958F;
		}
	
td {
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 3px; 
	}

	


/* CONTAINER - Page container settings */
#container { 
	/*border: 1px solid black;*/
	height: auto;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 760px;
	background-color:#FFFFFF;}

		/* DIV HEAD settings */
		#divhead {*/
			/*border:green solid medium;*/
			height: 105px;
			margin: 0px; 
			padding: 0px; 
			width: 100%; }
		
			
		#divhead h1 {
		margin: 0px; 
		padding: 3px 15px 0px 0px; 
		font-size: medium;
		font-weight: bold;
		color: #5F958F;
		text-align:left;
		font-style:normal;}
		}
			
		#divhead h1 a {
			color: #000000; 
			text-decoration: none;}
			

/* CONTENT - Main content area of page - contains page heading */
#divcontent {
	/*border: blue solid medium;*/
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left; 
	width: 100%; 
	height: auto;}
	
#divcontent ul {
	margin-left: 30px; 
	margin-bottom: 5px;
	font-size: small;
	
	}
	
#divcontent a {
	Xcolor: #000000;}

		/* MAIN - Page content (from spaw editor) */
		#divmain {
			/*border: red solid medium; */
			/*the "position: absolute;" definition screws up the page when spelt right*/
			/*the "position: relative;" definition appears to be correct*/
			Position:relative;
			margin: 20px 0px 0px 30px;
			right:10px;
			padding: 40px 0px 0px 15px;
			width:690px
			text-align: center;
			}
			
		#divmain a {
			text-decoration:underline;}
			
		#divmain h1 {
			font-size: medium;
			font-weight: bold;
			color: #5F958F;
			text-align:left;
			font-style:normal;
			}
			
		#divmain h2 {
			font-size: small;
			font-weight: bold;
			color: #CC66CC;
			}

			
		#divmain h3 {
			font-size: small;
			font-style: italic;
			color: #5F958F;
			}
			
		#divmain hr {
			border: 1px solid #000000;}
			
		img {
			margin: 10px;}
			
		X#divmain p {
			margin: 0px;
			padding: 0px;
			font: Arial, Helvetica, sans-serif;
			font-size:small;
			color:#000000}
			
		#divmain table {
			border-collapse: collapse;}
			
		#divmain ul {
			margin-top: 5px;
			list-style-type: circle;
			font-size:small;
			}
		
		X#divmain td {
		font: Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
		color:#000000;}

/* DIV FOOTER settings */
#divfooter {
	/*border: brown solid medium;*/
	background-image:url(image_library/footer.gif);
	background-repeat:no-repeat;
	margin: 0px auto 0px auto;
	text-align: center; 
	width: 100%;
	height: 155px;}
	
#divfooter a {
	color: #000000;}



/* DIV MENU - left side menu for navigation menu and news flash (if included) */
#divmenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	top: 150px;
	width: 765px;
	margin-left:auto;
	margin-right:auto;
}

/*  DIV NAV settings - navigation menu */
div#divnav {
	font-size: small; 
	text-align: center; 
	font: Arial, Helvetica, sans-serif;
	height:23px;
	z-index: 9999;
			width:690px;
			margin-left:auto;
			margin-right:auto;
	background-color:#c5d5c9;
	padding: 3px 0px 3px 0px;
}
div#divnav ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	
}
div#divnav li {
	display: inline;
	float: left;
	line-height: 1em;
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	position: relative; 
	width: auto;
	font-weight:bold;
}
div#divnav li:hover {
	background: #C5D5C9; 
	color: #63948C;
}
div#divnav li.submenu {
	margin: 0px;
	padding: 0px; 
	text-align:left
}
div#divnav li.submenu:hover {
	background: #C5D5C9;
	color: #63948C;
}
div#divnav li a {
	background: #c5d5c9;
	color: #63948c;
	display: block; 
	padding: 0.25em 0.5em 0.25em 0.5em; 
	text-decoration: none; 
	width: auto;
}
div#divnav li a:hover {
	background: #63948C;
	color: #C5D5C9;
}
div#divnav>ul a {
	width: auto;
}
div#divnav ul ul {
	background: #C5D5C9;
	position: absolute; 
	padding: 5px 0px 5px 0px;
	font-size:12px;
	display: none;
	width:9em;
}
div#divnav ul ul li {
	color: #63948C;
	font-size:12px;
	width: 9em;
}

div#divnav ul ul li a:hover{
	color: #63948C;
	background-color:#FEEEAB;
	font-size:12px;
	
}

div#divnav ul ul ul li a:hover{
	color: #63948C;
	background:#FEEEAB ;
	font-size:12px;
}

div#divnav ul ul ul li {
	color: #63948C;
	background-color:#C5D5C9;
	font-size:12px;
	}

div#divnav ul ul ul{
	background-color:#C5D5C9;
	
}
div#divnav ul.level1 li.submenu:hover ul.level2{	
	
	
	color: #63984C;
	display: block; 
	margin: 0px 0px 0px 1px; 
	padding: 0px;
	}
	
div#divnav ul.level2 li.submenu:hover ul.level3 {
	width: 100px;
	color: #63984C;
	display: block; 
	margin: 0px 0px 0px 1px; 
	padding: 0px;	
	background-color:#FEEEAB;
}


div#divnav ul.level2 {
	
	top: 1.5em; 
	left: -1px; 
	width: 120px; 
}
div#divnav ul.level3 {
	top: -1px;  
	left: 110px; 
	width: 120px; 
}

	
		div#divpicture {
		/*border: #CC00FF solid medium;*/
		background-image:url(image_library/Image.jpg);
		background-repeat:no-repeat;
		margin: 40px 20px 20px 20px;
		padding-top: 20px;
		height: 300px;
		width: 403px;
		}

div#divanimation{
/*border: black solid medium;*/
margin-left:38px;
margin-top:-23px;
height: 115px;
width:690px;
background-image: url(image_library/animation3.gif);
background-repeat:no-repeat;
background-position:right;
margin-right:20px;
z-index:999}

*html div#divanimation{
/*border: black solid medium;*/
Left:8%;
top:43px;
height: 115px;
width:690px;
background-image: url(image_library/animation3.gif);
background-repeat:no-repeat;
background-position:right;
margin-right:20px;
z-index:999}

		div#divheader1{
		/*border: black solid medium;*/
		height: 34px;
		width:692px;
		margin-left:37px;
		background-image: url(image_library/headerbar.gif);
		background-repeat:no-repeat;
		}

		div#divheader2{
		/*border: black solid medium;*/
		height: 4px;
		width:690px;
		background-image:url(image_library/headerbar2.gif);
		background-repeat:no-repeat;
		margin-left:37px;
		margin-top:8px;}
		

div#divunderline1{
background-image: url(image_library/headerline1.gif);
background-repeat:no-repeat;
height:8px;
width:690px;
margin:2px 0px 0px 5%;}

div#divunderline2{
background-image: url(image_library/headerline2.gif);
background-repeat:no-repeat;
height:8px;
width:690px;
margin:2px 0px 0px 5%;}

div#divsitemap {
text-align:center;
width:90%;
margim-left: 5%;
padding-top: 5px;
text-decoration:none;
color:#63948c;
}


