#contentCol1 { float: left; width: 694px; margin-left: 12px }
#contentCol1 div { margin: 6px 0px }

#contentBody {
	color: #2D2D2D;
	font-family: verdana, helvetica, sans-serif;
}

/* General styles */
ul {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
h3 {
	font-size: 14px;
	padding: 10px 0 10px 0;
	margin: 0;
}
p { 
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0 0 10px 0;
}
img { 
	border: none;
}

/* Style for disclaimer link and text */
/* "h3 span" refers the disclaimer links in the heading text */
h3 span {
	font-size: 11px;
}
h3 span a {
	text-decoration: underline;
}
h3 span a:hover {
	text-decoration: none;
}
.disclaimer {
	font-size: 9px;
	color: #989898;
	padding-top: 8px;
}
.disclaimerLink {
	color: #989898;
}
.disclaimerLink a {
	color: #989898;
}
.disclaimerLink a:visited {
	color: #989898;
}
.disclaimerLink a:hover {
	color: #2D2D2D;
}

/* Style for links at top of page */
ul#sectionLinks {
	width: 100%;
	margin-bottom: 65px;
	* margin-bottom: 10px;
}
ul#sectionLinks li {
	float: left;
	width: 23%;
	* width: 25%;
	padding-left: 10px;
	margin-bottom: 10px;
	list-style: none;
	background: #FFFFFF url("images/arrow.gif") no-repeat center left;
}
ul#sectionLinks a:hover {
	font-weight: bold;
}

/* Style for section to the right of the image */
div#rightColumn {
	float: right;
	margin: 0px;
	width: 210px;
}
div#defineSection {
	width: 208px;
	height: 204px;
	margin: 0px;
	overflow: auto;
	background-color: #EEEEEE;     
	scrollbar-arrow-color: #2D2D2D;
    scrollbar-base-color: #EEEEEE;
    scrollbar-darkshadow-color: #2D2D2D;
    scrollbar-track-color: #E5E5E5;
    scrollbar-face-color: #EEEEEE;
    scrollbar-shadow-color: #EEEEEE;
    scrollbar-highlight-color: #EEEEEE;
    scrollbar-3dlight-color: #2D2D2D;
}
div#defineSection h3 {
	padding: 4px 4px 4px 4px;
	margin: 0;
	background-color: #E5E5E5;
}
div#defineSection p {
	font-size: 10px;
	line-height: 13px;
	padding: 8px 4px 4px 4px;
	margin: 0;
}
div#defineSection .disclaimer {
	padding: 4px 4px 4px 4px;
}

div#tutorial {
	width: 208px;
}
div#multimediaRight {
	float: right;
	font-size: 10px;
}
div#multimediaRight img {
	margin-top: 31px;
}

/* Styles for page content below main image */
div.contentSection {
	width: 477px;
	padding-bottom: 20px;
	* margin-bottom: 10px;
	* padding-bottom: 0px;
	border-bottom: 1px #CBCBCB solid;
}
div.contentSection li {
	padding-left: 10px;
	margin-bottom: 10px;
	list-style: none;
	background: #FFFFFF url("images/arrow.gif") no-repeat center left;
	font-size: 11px;
}
div.contentSection p a {
	text-decoration: underline;
	color: #989898;
}
div.contentSection p a:hover {
	text-decoration: none;
	color: #2D2D2D;
}
div.contentSection p a:visited {
	color: #2D2D2D;
}


/* Styles for "Back to Top" anchor */
div.backToTop {
	float: right;
	color: #989898;
	padding-bottom: 10px;
}
div.backToTop a, div.backToTop:visited {
	color: #989898;
}
div.backToTop a:hover {
	color: #2D2D2D;
}
/* Styles for table in "Service Package and Terms" section */
table#serviceTable {
	text-align: center;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	margin-bottom: 10px;
}
table#serviceTable th {
	background-color: #EEEEEE;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	padding: 5px;
}
table#serviceTable td {
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	padding: 5px;
}