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

/* headings */

h1 {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

h2, h3 {
	color: #70A100; /* 255 108 2 => FF6C02*/
	font-family: arial;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 24pt;
	letter-spacing: -1px;
	padding-bottom: 50px;
}
h3 {
	font-size: 14pt;
	padding-bottom: 25px;
}

/* Main Section */

div.SectContent {
	background-image: url('../images/dots.png');
	background-repeat: repeat;
	padding: 50px;
	vertical-align: top;
}

div.SectContent table#MainContent td {
	vertical-align: top;
}

div.SectContent table#MainContent {
	padding: 0px;
}

/* Left Box */

.left_box, .main_box {
	background-image: none;
	background-color: white; 
}

.left_box {
	padding: 10px;
	padding-top: 35px;
	padding-bottom: 25px; /* the left_box li has a padding of 10 on it */
    font-size: 10pt;
    font-weight: bold; 
	white-space: nowrap;
}

.left_box ul {
	font-family: arial;
	font-size: 8.5pt;	
	padding: 0px;
	margin: 0px;
	color: #EB7125;	
	min-width: 150px;
}


.left_box ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
	color: #252525;
}

.left_box ul li a {
	color: #EB7125;
}

/* Main Box */

.box_gap {
    min-width: 10px;
	width:     10px;
	max-width: 10px; 
	font-size: 2pt;
}

.main_box {
	width: 700px; 
	min-width: 700px;
	max-width: 700px;
	padding: 35px;
	font-size:10pt;
}

.main_box p {
	line-height: 25px;
	padding-bottom: 10px;
	font-weight: normal;
}

td.main_box ul {
	padding-top: 0px;
	margin-top: 0px;
}

td.main_box ul li {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}


div.tabs  {
    width: 660px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background-image: url('../images/TabOverview.png');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 30px;
}

div.tabs table {
	padding: 0px;
	margin: 0px;
	margin-left: 18px;
	height: 46px;
	font-size: 0pt;
}

div.tabs table tr td {
	padding: 0px;
	margin: 0px;
    width: 157px;
	height: 46px;
	border-width: 0px;
}

div.tabs table tr td img {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	height: 100%; 
	width: 100%;
}



div.tabs table tr td:hover {
    /*cursor: pointer;
	height: 46px;*/
}

div.tabs table tr td.active {
    background-color: green;
}


div.tabs table tr td.inactive {
    background-color: blue;
}

/*
<!--[if IE]>
div.table table tr td a img {
	visibility: hidden;
}
<![endif]-->
*/