* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: url(../img/bg.jpg) repeat-x top;
	font-family: arial;
	font-size: 12px;
	color: #777;
}

.print {
   background: transparent url('../img/icon_printer_16x16.gif') no-repeat left 50%;
   padding-left: 20px;
   text-decoration: none;
   position: absolute;
   right: 225px; 
   bottom: 7px;
}

.print:hover {
   text-decoration: underline;
}

.pageWrap {
	position: relative;
	width: 980px;
	height: 750px;
	margin: 0 auto;
	border: 1px solid black;
}

.header {
	position: relative;
	height: 100px;
	background-color: #E75226;
	z-index: 1;
}

.header .specialNav  {
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
	color: white;
}

.header .specialNav  a {
	margin-left: 0px;
	color: white;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
}
.header .specialNav a:hover, .header .specialNav a.specialActive{
	color: #F39900;
}

.header .logo  {
	width: 200px;
	height: 100px;
	border-right: 1px solid white;
}

.header img { display: block; }

.header .mainNav  {
	width: 770px;
	position: absolute;
	left: 210px;
	top: 50px;
	height: 50px;
}

.header .mainNav ul{
	list-style-type: none;
	list-style-position: outside;
}

.header .mainNav li:hover>ul {
	display: block;
}

.header .mainNav li{
	position: relative;
	display: inline;
	float: left;
	height: 30px;
	padding: 10px 25px 10px 10px;
	border-right: 1px solid white;
}

.header .mainNav ul.menu-level2{
	display: none;
	position: absolute;
	top: 50px;
	background-color: #E75226;
	left: 0px;
	z-index: 999;
	width: 100%;
	overflow: hidden;
}

.header .mainNav ul.menu-level2 li{
	display: block;
	padding: 2px 5px 2px 20px;
	border: 0px;
	float: none;
	height: auto;
	border-bottom: 1px solid white;
	color: white;
	background: url(../img/li.gif) no-repeat 5px 5px;
	text-indent: 0px;
}

.header .mainNav ul.menu-level2 li a{
	font-size: 0.9em;
}

.header .mainNav a{
	color: white;
	text-decoration: none;
	font-size: 0.9em;
	text-indent: 0px;
}

.header .mainNav a:hover, .header .mainNav a.mainActive{
	color: #F39900;
}

.main {
	position: relative;
	float: left;
	height: 650px;
}

.main .sideNav {
	width: 200px;
	float: left;
	background-color: black;
	height: 650px;
	position: relative;
	overflow: hidden;
}

.main .sideNav .subNav {
	padding: 10px;
}

.main .sideNav .subNav h1{
	color: white;
	font-size: 1.2em;
	margin-bottom: 20px;
}


.main .sideNav .subNav a{
	text-decoration: none;
	font-size: 1.0em;
	font-weight: normal;
	color: white;
}

.main .sideNav .subNav a:hover, .main .sideNav .subNav a.subActive{
	color: #F39900;
}

.main .sideNav .subNav ul{
	list-style-type: none;
	list-style-position: outside;
	background-color: black;
	z-index: 999;
	width: 100%;
	overflow: hidden;	
}

.main .sideNav .subNav li{
	margin-bottom: 10px;
	color: white;
	padding: 2px 5px 2px 20px;
	background: url(../img/li.gif) transparent no-repeat 5px 5px;	
}

.main .sideNav .subNav ul.menu-level2{
	margin-top: 10px;
}

.main .sideNav .subNav li li{
	margin-left: 0px;
	margin-bottom: 0px;
	background: url(../img/li.gif) transparent no-repeat 5px 5px;	
}

.main .sideNav .subNav ul.menu-level2 a{
	font-size: 0.9em;
	font-weight: normal;
}

.main .sideNav p{
	line-height: 150%;
	color: white;
}


/*.main .sideNav  .lastChange {
	position: absolute;
	width: 180px;
	bottom: 10px;
	left: 10px;
}
*/

.lastChange {
  font-size: 11px;
  margin-top: 220px;
}

.main .sideNav  .side-element h1 {
	font-size: 1.4em;
}

.main .sideNav  .lastChange  p{
	color: white;
	font-size: 0.8em;
	text-align: center;
}

.main .contentWrap {
	float: right;
	width: 780px;
	height: 650px;
	background-color: white;
   position: relative;
}

.main  .contentWrap .content {
	float: left;
	width: 510px;
	/*height: 610px;*/
   height: 590px;
	margin-top: 10px;
	padding: 20px 30px 0px 40px;
	overflow-y: auto;
   overflow-x: hidden;
}

.main .contentWrap .sidebar {
	float: right;
	width: 180px;
	background-color: #D9DADB;
	height: 630px;
	margin: 10px 10px 10px 10px;
	position: relative;
	z-index: 0;
}

* html .main .contentWrap .sidebar  {
  margin: 10px 5px 10px 10px;
}

.main .contentWrap .sidebar h1{
	color: #E75226;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

.main .contentWrap .sidebar .side-element {
	position: relative;
	border-bottom: 5px solid white;
	padding: 10px;
	z-index: 3;
}
/* IE 6 fix */
* html .main .contentWrap .sidebar .side-element {
	float: left;
	width: 158px;
   overflow-x: hidden;
}

.main .contentWrap .sidebar ul{
	list-style-type: none;
	list-style-position: outside;
}

.main .contentWrap .sidebar  li{
	margin-bottom: 0px;
	padding: 2px 5px 2px 20px;
	background: url(../img/li_orange.gif) transparent no-repeat 5px 10px;		
	position: relative;
}

.main .contentWrap .sidebar .textpic-title{
	display: none;
}

.main .contentWrap .sidebar .normal-img  {
	border-bottom: 5px solid white;
}

.main .contentWrap .sidebar .normal-img  h1{
	margin: 10px;
}

.main .contentWrap .sidebar .normal-img .csc-textpic-text{
	margin: 10px;
}

.main .contentWrap .sidebar .normal-img.border-bottom img  {
	border-bottom: 5px solid white;
}


.main .sidebar .side-img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	clear: both;
}

.main .sidebar .side-img {
	padding: 0px;
}

.shadowBottom {
	display: block;
	position: absolute;
	bottom: -13px;
	left: 3px;
	background: url(../img/shadow_bottom.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 995px;
}

* html .shadowBottom {
    bottom: -16px;
}

.shadowRight {
	display: block;
	position: absolute;
	top: 1px;
	right: -15px;
	background: url(../img/shadow_right.jpg);
	background-repeat: no-repeat;
	height: 750px;
	width: 14px;
}

* html .shadowRight {
    top: 3px;
}

