body {
    font-family: "Lucida Grande";
    font-size: 15px;
    line-height: 1.5em;
    background-color:white; 
    text-align: left;
    color: #404040;
}

a:link { text-decoration: none; color: rgb(102, 153, 204); }
a:active { color: rgb(102, 153, 204); }
a:visited { color: rgb(102, 153, 204); text-decoration:none; }
a:hover { color: rgb(102, 153, 204); text-decoration: underline; }

h1 {
    font-family: "Lucida Grande";
    font-size: 21px;
    /*color: black;*/
    font-weight: normal;
}

h2 {
    color: rgb(102, 153, 204);
    padding: 0px;
    margin: 3px;
    font-weight: normal;
}


.Emphasis{
    color: rgb(107, 163, 27);
    font-weight: bold;
}

.Bold {
	font-weight: bold;
        color: rgb(146, 75, 159);
}

.Verbatim {
	font-weight: bold;
	font-family: "Courier", monospace;
}

.UI {
    font-weight: bold;
}

div.top-left {
    text-align: center;
	float: left;
    padding: 18px;
	width: 200px;
	border-right: #bfbfbf 1px solid;
}

.top-left p {
    padding-top: 10px;
    font-size: 12px;
}


	
.top-right {
	float: right;
	padding: 18px;
	width: 220px;
	text-align: left;
        font-size: 14px;
        margin-top: 20px;
}
	
.top-all {
	width: 500px;
        margin: 0px auto;
	margin-top: 30px;

}
	
.toc-left {
	margin: 6px;
}
.toc-right {
	margin: 6px;
}

.Destination {
    margin: 4px;
    font-size: 12px;
    /*line-height: 1.0em;*/
}

.Box {
    /*margin-top: 8px;
    margin-bottom: 8px;
	padding-right: 24px;
	padding-top: 0px !important;
	padding-bottom: 14px;
	background-color: #EEEEEE;
	border: #444444 1px solid;
    #clear: both;*/
   
    padding: 10px;
    padding-top: 0px !important;
    background-color: #eef7fb;
    line-height: 1.5em;
    border-top: solid 1px #84b0df;
    border-bottom: solid 1px #84b0df;
    
}

div.item {
    margin-top: 4px;
    padding-top: 10px;
    margin-left: 9px;
    padding-left: 9px;
    padding-right: 9px;
    #border: 1px black solid;
}

ul.steps {
	list-style-type: square;
}

li.step {
	margin-top: 12px;
	margin-bottom: 12px;
}

img.inline-image {
    vertical-align: middle;
}

img.screenshot {
    border: gray 1px dotted;
}

div.bottom-nav {
    /*
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
    margin-top: 20px;
    */
    padding: 10px;
    /*background-color: #DDDDDD;*/
    /*background-color: #eef7fb;*/
    background-color: white;
    text-align: center;
    font-size: 12px;
    height: 20px;
    border-top: solid 1px #84b0df;
    border-bottom: solid 1px #84b0df;
    position: fixed;
    bottom: 0px;
    width: 650px;
}

div.top-nav {
    margin-bottom: 10px;
}

.bottom-nav a {
    text-decoration: none;
    color: #404040;
    text-shadow: 0px 1px 1px white;
}

span.left-nav {
    text-align: left;
    float: left;
    width: 45%;
    vertical-align: middle;
}

span.right-nav {
    text-align: right;
    float: right;
    width: 45%;
}

.left-nav a {
    text-decoration: none;
    color: #404040;
    text-shadow: 0px 1px 1px white;
}

.right-nav a {
    text-decoration: none;
    color: #404040;
    text-shadow: 0px 1px 1px white;
}

.mid-nav a {
    color: white;
    font-weight: bold;
}

