@charset "utf-8";
/* CSS Document */

.sidenav {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	padding-left:23px;
	padding-right:23px;
	padding-top:5px;
	padding-bottom:5px;
	
}
a.sidenav:visited {

}
.centercontentflush {


}
.sidenavdiv {
	background-image:url(images/sidenav_horizdiv.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.contentborder_d {
	background-image:url(images/center_border_bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.contentborder_u {
	background-image:url(images/center_border_top.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.contentborder_l {
	background-image:url(images/center_border_left.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.contentborder_r {
	background-image:url(images/center_border_right.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.subcontentborder_d {
	background-image:url(images/subcenter_border_bottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.subcontentborder_u {
	background-image:url(images/subcenter_border_top.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.subcontentborder_l {
	background-image:url(images/subcenter_border_left.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.subcontentborder_r {
	background-image:url(images/subcenter_border_right.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.subcontentborder_tl {
	background-image:url(images/subcenter_border_tl.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.subcontentborder_tr {
	background-image:url(images/subcenter_border_tr.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.subcontentborder_bl {
	background-image:url(images/subcenter_border_bl.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.subcontentborder_br {
	background-image:url(images/subcenter_border_br.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color:#CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.innercontent {
	padding:35px;
	background-color:#FFFFFF;
	text-align:left;
