#wrapper1 {
	position: relative;
	text-align: left;
	width: 100%;
/*  	background:#FFF url("graphics/back.jpg") repeat-y top right;  */
	background-image: url("graphics/back.jpg");
	background-color: #E8E5ED;
}
#wrapper2 {
	position: relative;
	text-align: left;
	width: 100%;
/*  	background:url("graphics/back.jpg") repeat-y top left;  */
	background-image: url("graphics/back.jpg");
	background-color: #E8E5ED;
}
#header {
	background-image: url("graphics/top.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: 0px 8px;
	width: 100%;
	height: 86px;
	margin:0;
}

#maincol {
	position: relative;
	margin: 0;
	padding: 0px;
}
#leftcol {
	float: left;
	padding: 0px;
	background-image: url("graphics/menu_back.jpg");
	background-color: #EAE2EE;
	width: 160px;
	vertical-align: top;
	text-align: center;
	border-bottom: 2px solid black;
	position:relative;
	margin:0 0 0px 0;
	z-index:100;
}
#rightcol {
	position:relative;
	float:right;
	right: 0px;
	top: 0px;
	width: 0px;
	margin:0 0 0px 0;
	padding:0px;
	background:#D7C4FA;
	z-index:99;
}
#centercol {
	margin-left: 160px;
/*    padding: 0px 0px 0px 160px; */
	background-image: url("graphics/back.jpg");
	background-color: #E8E5ED;
	position:relative;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 60px;
	padding-left: 40px;
}
#footer {
    clear: both;
    background-color: #E0E0F0;
	border-bottom: 2px solid black;
	border-top: 1px solid black;
	width:100%;
	clear:both;
	margin:0;
	text-align:center;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

table.menu {
	text-align: center;
	width: 100px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #639;
	text-decoration:none;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

a:hover {
    color: #E0E0F0;
	background-color: #663399;
}

a.menu {
	color: #663399;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	display: block;
    background-color: #E0E0F0;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 2px 8px 2px 8px;
}

a.menu:hover {
    color: #E0E0F0;
	background-color: #663399;
	border: 1px solid #663399;
}

a.img {
	padding: 0px;
	color: #639;
}

td.menu {
	border: 1px solid black;
	padding: 0px;
}

td.sep {
	padding-top: 16px;
	padding-left: 16px;
	text-align: left;
	font-style: italic;
	color: #868;
}

hr {
	background-color: #000000;
}

.tableHeader {
	width: 100%;
	height: 25px;
	border: 0;
	border-color: #333333;
	padding: 0;
	margin: 0;
	background-color: #660099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
	vertical-align: top;
	text-align: center;
}

.tableBody {
	width: 100%;
	height: 100px;
	border: 1px solid black;
	padding: 0;
	margin-bottom: 16px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	vertical-align: middle;
	text-align: center;
}

.oddRow {
	background-color: #FFF;
}

.evenRow {
	background-color: #FAF0FF;
}

p.title {
	font-weight: bold;
	font-size: 32px;
    border-bottom: 2px solid black;
    padding: 0px;
    text-align: center;
}

p.title2 {
	font-weight: bold;
	font-size: 20px;
    background-color: #E0E0F0;
    border: 1px solid black;
    padding: 2px;
    padding-left: 8px;
}

p.date {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px dashed black;
	margin-bottom: 4px;
}

li {
	margin-left: 30px;
}

td.screenshot {
	text-align: center;
}

td.caption {
	text-align: center;
	font-size: 12px;
}

table.screenshot {
	padding-bottom: 16px;
}

p.footer {
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
}

p.footer2 {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #448;
}

p.code {
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #448;
	background-color: #eee;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 2px 10px 2px 10px;
	font-family: "Courier",fixed;
}

img {
	border: 1px solid black;
}

ul {
	padding-left: 20px;
	margin-top: 16px;
	margin-bottom: 32px;
}
