@charset "utf-8";
/* CSS Document */

body {
/*	background-image: url(../images/background.jpg); */
	background-repeat:repeat-x;
}

h1 {
/*	color:#000000; */
	color:#000000;
	font-size:24px;
	font-family: Arial, sans-serif;
	margin-left:25px;
}
h2 {
	color:#000000;
	font-size:18px;
	font-family: Arial, sans-serif;
	margin: 0;
	margin-left:25px;

}
h3 {
	color:#000000;
	font-size:16px;
	font-style:normal;
	line-height:16px;
	font-family: Arial, sans-serif;
	margin-left:0px;

}
h4 {
	color:#000000;
	font-size:16px;
	font-style:italic;
	line-height:20px;
	font-family: Arial, sans-serif;
	margin-left:25px;

}
h5 {
	color:#000000;
	font-size:13px;
	font-style:;
	line-height:16px;
	font-family: Arial, sans-serif;
	margin-left:25px;

}
h6 {
	color:#000000c;
	font-size:15px;
	font-style:;
	line-height:22px;
	font-family: Arial, sans-serif;
	margin-left:25px;

}

.style39 {
	color:#000000;
	font-size:16px;
	font-family: Arial, sans-serif;
	line-height:18px;
	font-weight:bold;

	margin-left:50px;

}

.style40 {
	color:#000000;
	font-size:16px;
	font-family: Arial, sans-serif;
	line-height:18px;

	margin-left:25px;

}


.style41 {
	color:#000000;
	font-size:14px;
	font-family: Arial, sans-serif;
	margin: 0;
	margin-left:25px;
	margin-right:25px;
}


p {
	color:#036;
	font-size:.9em;
	line-height:150%;
	margin-top:0;
	margin-left: 25px;
}
.style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	margin-top:0;
	margin-left:;
	margin-right:33px;
}
.style2 {
	color: #0BE6E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:;
	font-weight:bold;
	line-height:130%;
	margin-top:0;
	margin-left:;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #ac9b5c;
}
a:active {
	color: #000000;
}
ul.nav li {
	color:#000000;
	font-size:14px;
	font-family: Arial, sans-serif;
	margin: 0;
	margin-left:0px;
	display: inline;
	background-color: #e6e3de;
	text-decoration: ;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	color:#000000;
	font-size:14px;
	font-family: Arial, sans-serif;
	line-height:18px;
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	font-size: 100%; */
/*	width: 100%; */
	cursor: default; 
}

ul.MenuBarHorizontal li
{
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14;
	font-weight: bold;
/*	font-style: italic; */
	color:#000000;
	position: relative;
	text-align: left;
	cursor: pointer;
/*	width: 100px; */  
	float: left;
}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	color:#000000;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 118px;
	position: absolute;
	left: -1000em;
	background-color: e6e3de;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
/*ul.MenuBarHorizontal ul li
{
	width: 187px;
}*/
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	/*	display: block; */
	cursor: pointer;
	background-color: #e6e3de;
	padding: 2px 2px;
	color: #000000;
	text-decoration: none;
/*	list-style-type: disc; */
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #e6e3de;
	color: #ac9b5c;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #e6e3de;
	color: #ac9b5c;
	width: 400px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
/*	background-image: url(SpryMenuBarDown.gif); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
	width: 400px;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
/*	background-image: url(SpryMenuBarRight.gif); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
	width: 400px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*	background-image: url(SpryMenuBarDownHover.gif); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
	width: 400px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
/*	background-image: url(SpryMenuBarRightHover.gif); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
	width: 400px;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

.style6 {color: #FFF296}
.style7 {font-family: Arial, Helvetica, sans-serif}
.style9 {color: #FFF296; font-family: Arial, Helvetica, sans-serif; font-size: small; }
.style10 {color: #fff296}
.style13 {font-family: "Arkona Regular"}
.style19 {
	font-family: "Arkona Regular";
	font-size: 20px;
}
.style14 {	font-size: 24
}
.style16 {font-size: 24px}

