@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 1em = 16pts */
	background-color: #666666;
	text-align: center;
}

#container {
	background-color: #FFFFFF;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#container #header {
	background-color: #FFFFFF;
}

#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: 0.8em;
	display: block;
	color: #000000;
	text-decoration: none;
}

#multi_drop_menus a:hover {
	color: #000000;
	background-color: #FFCCCC;
}

#multi_drop_menus li ul {
	position: absolute;
	width: 12em;
	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 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

h1 {
	font-size:1em;
	margin-top: 1em;
	color: #666666;
	margin-bottom: 0.5em;
}

h2 {font-size:.875em; /* 14pt */
	margin-top: 1em;
	margin-bottom: 0.3em;
}
	
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 */
}
table {
	margin: .3em 6em 1em 6em;
	border-collapse:collapse;
	font-size:.8em;
	}
table td	{
	padding: .5em 1em .5em 1em;
	vertical-align: top;
	}
cite {
	color: #336666;
}	
#mainContent ul, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
}

#mainContent li {
		padding:.3em 0; /* lists without specific classes */
		margin-left:2em;
}

a:link {
		color:#006600;
}
a:visited {
		color:#006600;
}
a:hover {
	text-decoration:none;
}
.float_flower {
	float:left;
	margin-top: 0em;
	margin-right: 8px;
	margin-bottom: 0.3em;
	margin-left: -28px;
}

.float_left {
	float:left;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}      /* apply this class to any image or element with width - text will wrap it to the right */

.float_right {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
} /* apply this class to any image or element with width  - text will wrap it to the left */
	
#container #footer {
	background-color: #CCCCCC;
	font-size: 0.7em;
	color: #666666;
	text-align:center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCCCC;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}
