/* CSS Document */

/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html{
	border:0px;
	padding:0px;
	margin:0px;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	background-color: #9967CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #0033FF;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formstyle1 {
	color: #000099;
	font-weight: bold;
	font-style: italic;
}
a.buttons:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.buttons:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.buttons:hover {
	color: #9967CC;
	text-decoration: none;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.buttons:active {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.whiteLinks:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.whiteLinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.whiteLinks:hover {
	color: #000066;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.whiteLinks:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #CCCCCC;
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-size: 14px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {color: #339443}
.style5 {
	font-size: 14px;
	font-style: italic;
}
.style6 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}



/* DIVS */

#Container{
	position:relative;
}
#Header{
	position:relative;
	background-color:#D7C2EB;
	border:2px solid #9966CB;
	height:144px;
}
#Buttons{
	position:relative;
	width:175px;
	float:left;
}
#Content{
	position:relative;
	margin-left:178px;
	background-image:url(../images/backgd_daisy.jpg);
	background-position:center;
	background-repeat:no-repeat;	
}

#Footer{
	position:relative;
	background-color:#D7C2EB;
	border-top:2px solid #9966CB;
	border-bottom:2px solid #9966CB;
	height:35px;
	bottom:0px;
	z-index:5;
	width:100%;
}


/* BUTTONS */

	#nav, #nav ul { /* all lists */
		padding:0px;
		margin:0px;
		list-style:none;
		float:left;
		width:173px;
		z-index:10;
	}
	
	#nav li { /* all list items */
		position:relative;
		float:left;
		/*line-height:2em;*/
		margin-bottom:0px;
		width:173px;
		/*line-height:20px;*/
	}
	
	#nav li ul { /* second-level lists */
		position:absolute;
		left: -999em;
		margin-left:154px;
		margin-top:-2.35em;
		z-index:500;
	}
	/*third-and-above-level lists*/
	#nav li ul ul {
		left: -999em;
	}
	
	#nav li a {
		width:173px;
		w\idth:173px;
		display:block;
		color:#000000; 
		height:33px;
		font-size:12pt; 
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-weight:normal;
		line-height:100%; 
		text-decoration:none;
		text-align:left;
		text-indent:40px;
		vertical-align:bottom;
		background-image:url(../images/button_daisy.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-bottom:4px;
		padding-top:18px;
		padding-left:4px;
		margin-top:5px;
		z-index:501;
	}
	
	#nav li a:hover {
		color:black;
		height:33px;
		background-image:url(../images/button_daisy2.gif);
		background-repeat:no-repeat;
		background-position:left;
		text-indent:5px;
		color:#9967CC;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


