/* Global Styles */

body {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	/*margin:0px;*/
	max-width:1024px;
	min-width:770px;
	margin-left: auto;
	margin-right: auto;
	background-color:#F3B3A9;
	}
	
a {
	color: #993300;
	border:none;
	}
	
a:hover {
	color: #5C743D;
	}
	
h2 	{
	font:Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.1em;
	/*line-height:30px;*/
	}	
	
h3{
	font: 18px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:26px;
	letter-spacing:.18em;
	text-align:center;
	}

img {
	border:none;
	}

/* Class Styles */
	
.bodyText {
	line-height:20px;
	margin-top:0px;
	/*margin: 10px;*/
	margin-bottom:10px;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}
	
.smallText {/*news*/
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.formular {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	background-color:#FFEAEA;
	border-color:#F3B3A9;
	border-style:solid;
	border-width:thin;
	}

.menu {
z-index:1000;
/*font-size:90%;*/
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:155px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#F3B3A9;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:154px;
color:#000;
text-indent:5px;
border:1px solid #5C743D;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#F3B3A9/*#d4d8bd*/; width:155px; w\idth:154px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#CC0000/*#949e7c*/;}

.menu :hover > a {
color:#fff; 
background:#CC0000; /*#949e7c;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:155px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.menu li {float:left;}
