
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

#maincontent{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 60px; /*Set bottom value to HeightOfFrameDiv*/
	overflow: auto; 
	background-image: url(../images/bg.main.top.png);
	background-repeat: repeat-x;
}

* html body{ /*IE6 hack*/
	padding: 0 0 60px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%;
}

img {
	border:0px;
}

img, div, input {
	behavior: url("iepngfix.htc")
}

a:active, a:visited, a:link {
	text-decoration: none;
	color: #00C;
}

a:hover {
	text-decoration: underline;
	color: #C33;
}

.headerBox {
	height: 250px;
	background-image: url(../images/top.02.png);
	background-repeat: no-repeat;
	background-position: right;
}
#headerFlash {
	position:relative;
	top:31px;
	left:230px;
	margin-right:20px;
	width:680px;
	height:100px;
}
.footerBox {
	height:130px;
	text-align:center;
	font-size:10pt;
	line-height:125%;
	background-image:url(../images/bottom.02.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.topMenu {
	float:right;
	margin-left:5px;
	background-image:url(../images/bg.top_menu.off.png);
	background-repeat:no-repeat;
	width:70px;
	height:28px;
}
.topMenu a {
	text-decoration: none;
	width:70px;
	height:28px;
	display:block;
	padding-top:8px;
	text-align:center;
	font-size:12px;
	color:#0099CC;
}
.topMenu a:hover {
	text-decoration: none;
	color:#FFF;
	background-image:url(../images/bg.top_menu.over.png);
	background-repeat:no-repeat;
	display:block;
}

#leftMenu {
	margin:15px 20px;
}
#leftMenu a {
	text-decoration:none;
}
#leftMenu .leftMenuBar {
	background-image:url(../images/bg.left_menu.png);
	background-repeat:no-repeat;
	width:160px;
	height:24px;
	position:relative;
	cursor:pointer;
}
#leftMenu .leftMenuBar .arrow {
	float:left;
	margin:2px 6px;
	width:20px;
	height:20px;
	background-image:url(../images/arraw.menu_bar.right.png);
	background-repeat:no-repeat;
}
#leftMenu div.selected .leftMenuBar .arrow {
	float:left;
	margin:2px 6px;
	width:20px;
	height:20px;
	background-image:url(../images/arraw.menu_bar.down.png);
	background-repeat:no-repeat;
}
#leftMenu .leftMenuBar .title_lv1 {
	position:relative;
	top:5px;
	left:0px;
	font-size:10pt;
	color:#FFF;
	letter-spacing:1px;
}
#leftMenu .lv2 {
	width:150px;
	position:relative;
	margin:0 5px;
	background-color:#9CF;
	font-family:Arial;
	font-size:10pt;
	-moz-border-radius:0 0 4px 4px;
}
#leftMenu .lv2 .item {
	border-bottom:1px dotted #FFF;
	margin:5px;
	padding:0 10px 3px 22px;
	cursor:pointer;
	color:#33E;
}
#leftMenu .lv2 .item_last {
	margin:5px;
	padding:0 10px 3px 22px;
	cursor:pointer;
	color:#33E;
}

.flashBlock {
	margin:10px 0;
	border:1px solid #33E;
	background-color:#9CF;
	width:158px;
	height:80px;
	cursor:pointer;
	text-align:center;
}

#contentBlock {
	padding:0 20px;
}

.pageTitle {
	margin-top:20px;
	font-size:18pt;
	font-weight:bold;
	padding:3px 0 5px 5px;
	border-bottom:3px dashed #FFF;
}


.arrowlistmenu {
	width: 160px; /*width of accordion menu*/
	margin:15px 20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 12pt Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 10pt;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}
