BODY {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;  
	background-attachment: scroll;
	background-color: #ae811e;
} 

TD {
	vertical-align:top;
}



#jseForm {
	margin: 6px 6px 6px 15px;
}


#mainShape {
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	width:100%;
	height: 220px;
}

.chapterClass2 #logo {
      background-image: url(../images/logo.gif);
}

.chapterClass3 #logo {
      background-image: url(../images/logo1.gif);
}

.chapterClass4 #logo {
      background-image: url(../images/logo2.gif);
}
.chapterClass5 #logo {
      background-image: url(../images/logo3.gif);
}

#banner {
	display: none;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 0px;
	height: 0px;
}

#menu {
	text-align: left;
	height: 44px;
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-right: 16px;
	padding-top: 8px;
	padding-left: 325px;
}


#menu .menuseparator {
	width:18px;
	padding-left:6px;
	padding-right:30px;
	background-image: url(../images/indexseperator.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* , #menu a:visited  */
#menu a{
	color: white;
	font-family: Verdana;
	Font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#menu a:hover{
	color: Black;
	text-decoration: none;
}

#menu a:active{
	color: black;
	text-decoration: none;
}

/* , #menu a:visited.selected  */
#menu a.selected{
	color: #C00000;
	text-decoration: none;
}


#columnLeft{
	padding-top:100px;
	padding-left:110px;

}

.columnLeftContent {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	width: 180px;
	height: 100px;
	background-color: #018a00;
}

.columnLeftContent #title {
	color: #C00000;
	font-size: 11px;
	padding: 7px 5px 5px 5px;
	margin-bottom: 15px;
}

.columnLeftContent #title a {
	text-decoration: none;
	color: #C00000;
}

.columnLeftContent ul {
	margin-left: -15px;
	padding-right: 10px;
	text-align: right;
	list-style-type: none;
}

.columnLeftContent ul ul {
	margin-left: 0px;
}

.columnLeftContent li.chapter-1 {
	margin-bottom: 0px;
	font-size: 11px;
	list-style-type: none;
}

.columnLeftContent li.chapter-2 {
	margin-left: 0px;	
	margin-bottom: 3px;
	list-style-type: none;
	font-size: 11px;
}

.columnLeftContent li.chapter-3 {
	margin-left: 10px;
	margin-bottom: 3px;
	list-style-type: none;
	font-size: 11px;
}

.columnLeftContent li.chapter-4 {
	margin-left: 20px;
	margin-bottom: 3px;
	list-style-type: none;
	font-size: 11px;
}

.columnLeftContent li.topic-1 {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 11px;
}

.columnLeftContent li.topic-2 {
	margin-left: 5px;
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 11px;
}

.columnLeftContent li.topic-3 {
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 11px;
}

.columnLeftContent li.topic-4 {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 11px;
}

.columnLeftContent li {
	padding-top: 5px;
}

.columnLeftContent li a {
	color: yellow;
	padding-right: 0px;
	text-decoration: none;
}

.columnLeftContent li a.selected {
	color: #FEFFB1;
	padding-right: 0px;
	text-decoration: none;
}

.columnLeftContent li a.selected:hover {
	color: yellow;
	text-decoration: none;
}


.columnLeftContent li a:hover {
	text-decoration: underline;
}



#content {
	width: 700px;
	background-repeat: no-repeat; 
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: black;
}

#content #title, #content h1{
	color: white;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px 0px 15px;
	margin-bottom: 20px;
}

#content h2{
	color: #C00000;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 20px 10px 15px;
	padding: 0px;
}

#content p{
	margin: 0px 10px 15px 15px;
	font-size: 12px;
}

#content ul{
	margin: 0px 10px 15px 32px;
	font-size: 11px;
}

#content ol{
	margin: 0px 10px 15px 38px;
	font-size: 11px;
}

#content li{
	margin-bottom: 5px;
	font-size: 11px;
}

#content table{
	margin: 10px;
	font-size: 11px;
}

#content td{
	margin: -10px;
	font-size: 11px;
}

#content a{
	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover{
	color: #004DC0;
	font-weight: bold;
	text-decoration: underline;
}

#content a:active{
	text-decoration: none;
	color: Black;
}


#content table.tf_definition td.column1 {
	width: 120px;
	vertical-align: top;
}

#content table.tf_fixed {
	width: 500px;
	margin-left: -2px;
}

#content table.tf_fixed p {
	font-size: 11px;
	line-height: 18px;
	color: black;
}

#marginRight{
	width: 0px;
}

#searchDialog {
	background-image: url(../images/general/searchBG.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100px;
}

#searchDialog #title{
	color: #ffffff;
	height: 30px;
	padding: 7px 10px 0px 15px;
	font-size: 12px;
	font-weight: bold;
}

#searchDialog table{
	margin-left: 15px;
}

#searchDialog input#jseInput{
	width: 140px; 
	margin-right: 3px;
}

#columnRightContent {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-attachment: fixed ;
}

#columnRightContent h2.componentlabel {
	display: none;
	color: #FEFFB1;
	margin-top: -25px;
	font-family: Verdana;
	font-size: 1px;
	background-attachment: fixed ;
}
