body {
	color: #666;
	background: #EBE3D6 url(interface07/grad-bg.jpg) repeat-x;
	margin-top: 10px;
	font: 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

#slide {
	padding: 1px;
	margin-right: 15%;
	margin-left: 15%;
}

p {
	background-color: #FFFFFF;
	padding: 15px 20px;
	margin: 0px 0px 1px;
}

h1,h2,h3,h4 {
	background-color: #FFFFFF;
	margin: 0px 0px 1px;
	padding-top: 0.7em;
	padding-bottom: 0.8em;
	padding-left: 25px;
}

ol {
	background-color: #FFFFFF;
	padding: 5px 15px;
	margin: 0px 0px 1px;
	list-style: inside;
}

h1 {
	color: #FFFFFF;
	font: italic normal 2.4em Georgia, "Times New Roman", Times, serif;
	background: #74A6BD;
}
h2 {
	color: #FFFFFF;
	text-decoration: none;
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	background: #557C8F url(interface07/subtitle.png) no-repeat left center;
}
h3 {
	color: #333333;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	background: #FFF5D8 url(interface07/hlight.png) no-repeat left center;
}
h4 {
	highlight-color:  #D5D9B7;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.2em;
	background: #F2F2F2 url(interface07/code_bar.gif) repeat-y left;
}

p.mainTitle {
	color: #FFFFFF;
	font: italic normal 2em Georgia, "Times New Roman", Times, serif;
	background: url(interface07/grad-bg2.jpg) repeat-x;
	padding-left: 15px;
	margin-bottom: 10px;
}
p.subTitle { color: #FFFFFF; text-decoration: none; font: normal 1.7em Georgia, "Times New Roman", Times, serif; background: #557C8F url(interface07/subtitle.png) no-repeat left center; padding-left: 25px; }
p.itemCode { highlight-color:  #D5D9B7; font-family: "Courier New", Courier, monospace; font-weight: bold; padding-left: 35px; font-size: 1.2em; background: #F2F2F2 url(interface07/code_bar.gif) repeat-y left; }
p.commentGrey {color: #666666;}
p.itemTextHighlight { color: #333333; font: normal 1.4em Georgia, "Times New Roman", Times, serif; background: #FFF5D8 url(interface07/hlight.png) no-repeat left center; padding-left: 25px; }
p.note { font-style: italic; color: #FFFFFF; background: #747474 url(interface07/note.png) no-repeat left center; padding-left: 25px; }

#menu {
	float: right;
	padding-top: 5px;
}
#maintest {
	background-color: #FF0000;
	position: relative;
	height: 55px;
	width: 233px;
	text-align: right;
	float: right;
}
.subTitle .topAnchor{ color:#CCC; font-size: 0.6em; margin-left: 15px; }
a:link {
	text-decoration:underline;
	color: #68879F;
}
a:visited {
	text-decoration:none;
	color: #68879F;
}
a:active {
	color: #68879F;
	font-style: normal;
}
a:hover {
	text-decoration:underline;
	color: #7AA3C3;
}
.blue {
	color: #437092;
	font-weight: bold;
	font-size: 15px;
}
ul {
	highlight-color:  #D5D9B7;
	list-style-type: none;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
li {
	highlight-color:  #D5D9B7;
	list-style: url(interface07/arrow.gif) outside;
	margin: 0px 15px 0px 30px;
	padding: 2px 0px;
}

#floatleft {
	float: left;
	width: 50%;
	background-color: #FFF;
}
strong {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}
#floatright {
	float: right;
	width: 50%;
	background-color: #FFF;
}
.clearfloat {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 1px;
	height: 1px;
}
.floatLeft {
	float: left;
	width: 110px;
	padding: 4px;
	height: 50px;
}
#timeline {
	background-color: #FFF;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

ol li{
	list-style: decimal inside;
	margin: 0px;
	padding: 8px 10px 10px 0px;
	border-top: 1px solid #CCC;
}
ol ol li {
	list-style: lower-alpha;
	border-width: 0px;
	border-style: none;
	margin-left: 45px;
	padding: 0px 0px 5px;
}
ol ol ol li {
	list-style: disc;
}

#slide blockquote {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-style: italic;
	color: #557C8F;
	background: #FFF;
}

