body {
    margin:0px;
    padding:0px;
    height: 100%;
    width: 100%;
}

#header {
    color:#FFCC00;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    background-color: #0f5683;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 31px;
}

#menu {
    float: right;
    width: 227px;
    height: 23px;
    margin-right: 10px;
    overflow: hidden;
}
#menu a {
    width: 227px;
    height: 23px;
    line-height: 2px;
    display: block;
    text-decoration: none;
    background-image: url(images/help_topics.jpg);
}
#menu a:hover{
    background-image: url(images/help_topics_on.jpg);
}

#line1 {
    background-image: url(images/line2.gif);
    background-repeat: no-repeat;
    height: 2px;
    background-color: #b3daf5;
    overflow: hidden;
}

#line2 {
    background-image: url(images/line2.gif);
    background-position: -150px 0px;
    background-repeat: no-repeat;
    height: 2px;
    background-color: #b3daf5;
    overflow: hidden;
}

#topbar {
    height: 24px;
    
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-decoration: none;
    line-height: 24px;
    background-image: url(images/dot.gif);
    background-repeat: no-repeat;
    background-position: right 0px;
}

#topic {
    background-image: url(images/left_topic.jpg);
    background-repeat: no-repeat;
    float: left;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 10px;
}

#subject {
    float: left;
    background-image: url(images/divider.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
}
#content2 {
      background-color: #FFFFFF;
}
#content-inner {
   background-color: #FFFFFF;

}
#content {
    background-image: url(images/bg_tutorial2.jpg);
}
#content-inner {
    background-image: url(images/bg_tutorial.jpg);
    background-repeat: no-repeat;
}
#footer2 {
    background-image: url(images/line1.gif);
    background-repeat: repeat-x;
    height: 30px;
    background-color: #0f5683;
}

#footer2 a {
    margin-top: 6px;
    margin-right: 5px;
    font-size: 2px;
    line-height: 3px;
    height: 19px;
    width: 89px;
    display: block;
    float: right;
    text-decoration: none;
    background-image: url(images/close.jpg);
}

#footer2 a:hover {
    background-image: url(images/close_over.jpg);
}

#footer {
    background-image: url(images/line1.gif);
    background-repeat: repeat-x;
    height: 30px;
    background-color: #0f5683;
}

#footer a {
    margin-top: 6px;
    margin-right: 5px;
    font-size: 2px;
    line-height: 3px;
    height: 19px;
    width: 89px;
    display: block;
    float: right;
    text-decoration: none;
    background-image: url(images/close.jpg);
}

#footer a:hover {
    background-image: url(images/close_over.jpg);
}

#content {
    overflow: auto;
}

#content-inner {
    padding: 20px;
}

#content-inner img.right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

#content-inner p {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    padding-left: 18px;
    
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
}

#content-inner p.subtitle {
    font-weight: bold;
    background-image: url(images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
    
    color:#0F5683;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:bold;
    text-decoration:none;
}

.menu-container {
    position: absolute;
    width: 205px;
    overflow: hidden;
    
}

.menu-inner {
    background-color: #333333;
    padding-top: 1px;
    border-bottom: 1px solid #333333;
}

.menu-item {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0D296C;
	background-color: #D6E1E9;
	cursor: pointer;
	overflow: hidden;
	height: 20px;
	font-weight: normal;
}
.menu-item span {
    padding: 3px;
    display: block;
}
.menu-item-over {
    background-color: #C6DD99;
}
.menu-item-first {
    margin-top: 0px;
}
.menu-item-expanded {
    background-color: #A0C758;
}

.menu-subitems {
    overflow: hidden;
}

.menu-subitem {
    margin-left: 1px;
    margin-right: 1px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #103388;
    background-color: #E0EDC9;
    cursor: pointer;
    overflow: hidden;
    height: 16px;
    line-height: 16px;

    padding-left: 18px;
}

.menu-subitem-over {
    background-color: #F9FBF4;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.subsubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0F5683;
	text-decoration: none;
}
.style4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.style7 {font-size: 14px; color: #0F5683; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}
