@import url(style_FILES/rte.css);

html,body {
	margin:0px;
	padding:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

body {
	background-image:url(style_FILES/bg.png);
	background-repeat:repeat-y;
}

img {
	border:0px;
}

#divTopRow {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:11px;
	background-color:#a91d2a;
}
#divColoredRow {
	margin-left:964px;
	margin-top:0px;
	height:214px;
}
#divLogo {
	position:absolute;
	left:0px;
	top:11px;
	background-color:#ffffff;
	width:249px;
	height:163px;
}
#divLogoText {
	margin-left:22px;
	margin-top:15px;
	font-size:23px;
	font-weight:bold;
	line-height:27px;
	color:#9f9d9d;
	cursor:pointer;
}
#divLogoImg {
	position:absolute;
	top:75px;
	left:22px;
}
#divHeaderImg {
	position:absolute;
	left:249px;
	top:11px;
	width:715px;
	height:203px;
	background-color:#8ce092;
}
#divContent {
	position:absolute;
	top:240px;
	left:300px;
	width:665px;
}

#divPrint {
	float:right;
}
#divPrint a {
	display:block;
	font-size:11px;
	color:#999;
	padding-right:22px;
	height:13px;
	padding-top:2px;
	background-image:url(style_FILES/print_n.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
}
#divPrint a:hover {
	background-image:url(style_FILES/print_o.gif);
	color:#c80013;
}
#divLeft {
	position:absolute;
	left:0px;
	top:245px;
	width:220px;
}
#divLeft a {
	text-decoration:none;
}
#divLeft a:hover {
	text-decoration:underline;
}
#divMenuMain {
	border-top:2px solid #eed2d4;
}
#divMenuMain ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#divMenuMain ul.level1 li {
	padding-left:17px;
	border-bottom:2px solid #eed2d4;
	line-height:18px;
	padding-top:4px;
	padding-bottom:4px;
}
#divMenuMain ul.level1 li a {
	display:block;
	font-weight:bold;
	color:#FFF;
	background-image:url(style_FILES/dotWhite.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:10px;
}
#divMenuMain ul.level1 li.left-level-1-act a {
	background-image:url(style_FILES/dotBlack.png);
}
#divMenuMain ul.level2 li {
	padding:0px;
	padding-left:12px;
	border-bottom:none;
}
#divMenuMain ul.level2 li a,#divMenuMain ul.level1 li.left-level-1-act ul.level2 li a {
	display:block;
	font-weight:normal;
	background-image:none;
	padding-left:12px;
}
#divMenuMain ul.level1 li.left-level-1-act ul.level2 li.left-level-2-act a {
	font-weight:normal;
	background-image:url(style_FILES/dotBlack.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:12px;
}
#divMenuService {
	margin-top:35px;
	margin-left:17px;
}
#divMenuService ul {
	padding:0px;
	margin:0px;
	list-style:none;
	color:#FFF;
	font-weight:bold;
}
#divMenuService li {
	line-height:17px;
}
#divMenuService a {
	color:#FFF;
	padding-left:4px;
}
#divMenuService li.left-level-1-act a {
	text-decoration:underline;
}
