
/* Normalize margins, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; padding: 0;
}
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Remove list-style from lists */
ol, ul {
	list-style: none;
}
/* Normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-wieght: normal;
}
/* remove border from images */
img {
	border: 0;
}
html {
	text-align: center;
	background-color: #f1efe2;
}
body {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: small;
	width: 950px; margin: 0 auto; padding: 0; text-align: left; position:relative;
	line-height: 1.3em;
}
h1 {
	font-size: 160%;
	word-spacing: normal;
}
h2 {
	font-size: 140%;
	word-spacing: normal;
}
h3 {
	font-size: 120%;
	word-spacing: normal;
}
h4 {
	font-size: 110%;
	word-spacing: normal;
}
h5 {
	font-size: 100%;
	word-spacing: normal;
}
#tutorial_title {
	font-size: 100%;
	color: white;
	font-weight: 600;
	vertical-align: bottom;
	margin: 0px 0px 0px 5px;
	padding-top: 10px;
	padding-left: 5px;
}
#header_background {
	position: relative;
	background: #B3C4E9 url(../../Graphics/header.png) top left no-repeat;
	margin-top: 20px;
	width: 950px;
	height: 33px;
}
.navlist_position {
    position: relative; 
	background: #B3C4E9 url(../../Graphics/menu_background_full_width.gif) top left no-repeat;
	width: 950px;
	height: 27px;
} 
#navlist ul {
	list-width: 950px;
	display: inline;
}
#navlist ul li {
	display: inline;
    text-decoration: none;
}
#content {
	float: left;
	width: 948px;
	background-color: #fff;
	border-right: 1px solid #9999CC; 
	border-left: 1px solid #9999CC;
}
#topic_title {
	width: 933px;
	padding: 15px 0px 10px 15px;
	border-right: 1px solid #9999CC; 
	border-left: 1px solid #9999CC;
	background-color: #fff;
}
#content p {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
   	margin-bottom: 8px; 
   	vertical-align: top;
	line-height: 1.3em;
}
#content h3 {
	margin-left: 0px;
	margin-bottom: 8px;
}
#content ol ul {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
    margin-bottom: 8px; 
   	vertical-align: top;
	line-height: 1.3em;
}
div#content ol {
	list-style-type: none;
	margin-left: 10px;
}
#content ul {
	list-style-type: disc;
	margin-left: 25px;
}
#content li {
	margin-bottom: 5px;
}
.note {
	color: red;
	font-weight: bold;
}
dd {
margin-bottom: 8px;
}
dt {
font-weight: bold;
}
.graphic_middle_column1 {
	float: left;
	width: 200px;
	padding-left: 15px;
}
.graphic_middle_column2 {
	float: left;
	width: 400px;
	padding-left: 10px;
}
.graphic_middle_column3 {
	float: left;
	width: 270px;
	padding-left: 17px;
	padding-right: 15px;
}
.graphic_right_column1 {
	float: left;
	width: 240px;
	padding-left: 15px;
}
.graphic_right_column2 {
	float: left;
	width: 240px;
	padding-left: 20px;
	padding-right: 5px;
}
.graphic_right_column3 {
	float: left;
	width: 400px;
	padding-left: 15px;
}
.text_with_table_column1 {
	float: left;
	width: 195px;
	padding-left: 15px;
}
#screenshot {
	padding-bottom: 15px;
}
#footer {
	float: left;
	background: #B3C4E9 url(../../Graphics/bottom.jpg) no-repeat;
	width: 950px;
	height: 135px;
}
#ad {
	float:left;
    background: url(../../Graphics/ad-7.jpg) no-repeat;
	width: 305px;
	height: 98px;
	margin-top: 19px;
	margin-left: 10px;
	margin-right: 5px;
}	
#support {
   	float: left;
   	background: url(../../Graphics/tech_support.jpg) no-repeat;
	width: 305px;
	height: 98px;
	margin-top: 19px;
	margin-left: 5px;
	margin-right: 5px;
}
#footer h3 {
	margin: 15px 0px 0px 140px;
}
#ad h3 {
	font-family: Arial, Verdana, sans-serif;
	margin: 55px 0px 0px 10px;
}
#support_text {
	font-family: Arial, Verdana, sans-serif;
	vertical-align: top;
	font-size: 100%; 
	margin: 0px 5px 5px 140px;
}
a.support {
	display: block;
	text-decoration: none;
	color:black;
	height: 80px;
}
a.ad {
	display: block;
	text-decoration: none;
	color:white;
	height: 80px;
}
#tip {
	float: left;
	background-color: #fff;
	height: 96px;
	width: 298px;
	margin-top: 19px;
	margin-left: 5px;
	margin-right: 5px;
	border-left: 2px solid #808080;
	border-bottom: 3px solid #a1a1a1;
	
}
#tip_text {
	font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 90%; 
	vertical-align: top;
	margin: 1px 6px 8px 8px;
}
#tip h5 {
	margin: 8px 0px 0px 9px;
}
#copyrightText {
	float: right;
	font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 80%;
	letter-spacing: 0em;
	color: #000000;
	display: block;
	margin-top: 3px;
}
td {
padding: 2px 3px;
}
.dvdTableHeaderLeft {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 2px;
	margin-top: 2px;
	border-left: 10px solid;
	border-right: 10px solid;
	border-top: 2px solid;
	border-bottom: 0px solid;
	border-color: white;
	vertical-align: center;
	background: #9999CC;
}
.dvdTableHeaderRight {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 2px;
	margin-top: 2px;
	border-left: 0px solid;
	border-right: 12px solid;
	border-top: 2px solid;
	border-bottom: 0px solid;
	border-color: white;
	vertical-align: center;
	background: #9999CC;
}
.dvdTableDarkLeft {
	background: #D1D6F5;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: black;
	border-left: 10px solid;
	border-right: 10px solid;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: white;
	padding: 3px, 10px, 3px, 4px;
}
.dvdTableDarkRight {
	background: #D1D6F5;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: black;
	border-left: 0px solid;
	border-right: 12px solid;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: white;
	padding: 3px, 10px, 3px, 4px;
}
.dvdTableLightLeft {
	background: #E8E8E7;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: black;
	border-left: 10px solid;
	border-right: 10px solid;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: white;
	padding: 3px, 10px, 3px, 4px;
}
.dvdTableLightRight {
	background: #E8E8E7;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: black;
	border-left: 0px solid;
	border-right: 12px solid;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: white;
	padding: 3px, 10px, 3px, 4px;
}
table#help_topic {
	margin-bottom: 10px;
}
.tableheader {
	background: #9999CC;
}
.footnote {
	float: left;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 80%;
	letter-spacing: -.05em;
	color: #000000;
	display: block;
	margin-left: 10px;
	margin-top: 3px;
}