body {
	background-color: #cdcdcd;
	background-image: url(../gfx/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px;
}
img {
	border: 0;
}
#top_nav {
	position: absolute;
	left: 218px;
	width: 651px;
	top: 1px;
}
#content {
	position: absolute;
	left: 218px;
	width: 651px;
	top: 344px;
	background-image: url(../gfx/content_bg.png);
	background-repeat: repeat-y;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
	border-style: solid;
}
#content #text {
	padding: 4px 12px 6px 12px;
	line-height: 22px;
	color: #6e6e6e;
}
#content h2 {
	color:#aaa;
	letter-spacing:-1px;
	font: bold 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-top: 0;
}


a {
	text-decoration: underline;
	color: #6e6e6e;
}
a:hover {
	color: #990000;
}
#container {
	width: auto;
	height: auto;
	position: absolute;
	top: 344px;
	left: 12px;
}

.menu {
	z-index:1000;
	font-size:90%;
	position: absolute;		
	top: 90px;
	left: 12px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:180px;
}

.rot {
	font-weight: bold;
	color: #CC0000;
}

* html .menu ul {margin-left:-16px; margin-left:0;}

.menu li {
	position:relative;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	font-size: 10px;
	line-height: 18px;


}

/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; top:0; left:0; 	
	z-index:100; 
	font-size:1em;
}

.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	line-height:18px;
	width:180px;
	color:#000;
	text-indent:5px;
	
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:180px;
}
/* style the link hover */
* html .menu a:hover {	color:#fff; background:#F91719;	}

.menu :hover > a {
	color:#fff; 
	background:#F91719;
}

/* 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:180px; 
}
/* 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;
	background: white;
}

/* 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;
}
.form_markup {
	font-weight: bold;
	color: #fff;
	background: #a40703;
}


