@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	width: 7.5in;
}

#container {
	width: 7.5in;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#container #header {
}

#multi_drop_menus {
	behavior:url(file:../javascript/csshover.htc);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	width: 100%;
	font-size: 0.8em;
}

#multi_drop_menus ul {
	float: left;
	background-color: #CCCCCC;
}

#multi_drop_menus li {
	list-style-type: none;
	float: left;
	position: relative;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#multi_drop_menus li:first-child {
	margin-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#multi_drop_menus a {
	padding-top: 0.3em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
	padding-left: 10px;
	display: block;
	color: #000000;
	text-decoration: none;
}

#multi_drop_menus a:hover {
	color: #000000;
	background-color: #ffcc66;
}

#multi_drop_menus li ul {
	position: absolute;
	width: 10em;
	display: none;
	left: -1px;
}

#multi_drop_menus li:hover ul {
	display: block;
}

#multi_drop_menus li ul li {
	width: 100%;
	background-color: #aaaaaa;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

#multi_drop_menus li ul li:first-child {
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

* html #multi_drop_menus li ul {
	border-top:1px solid #fff;
}

div.breadcrumb {
	float:left;
	margin:0 0 0 10px;
	padding:.3em;
	font: .9em arial, sans-serif;
	}
div.breadcrumb ul {
	float:left;
	}
div.breadcrumb li {
	float:left;
	list-style-type:none;
	color:#666;
	}	
div.breadcrumb a {
	color:#666;
	}
div.breadcrumb a:hover {
	text-decoration:none;
	color:#fc6;
	}
	
#container #mainContent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

h1 {
	font-size:1em; /* 16pt */
	margin-top: 1em;
	margin-bottom: .5em;
}
h2 {font-size:.875em; /* 14pt */
	}
h3 {font-size:.8em; /* 12pt */
	font-style: italic;
	}

p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
}

a:hover {
	text-decoration:none;
}

.float_left {
	float:left;
	margin-top: 0em;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0em;
}      /* apply this class to any image or element with width - text will wrap it to the right */

.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */
	
#container #footer {
	font-size: 0.7em;
	color: #666666;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	text-align:center;
}
.float_flower {
	float:left;
	margin-top: 0em;
	margin-right: 8px;
	margin-bottom: 0.3em;
	margin-left: -28px;
}
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
		

