 body {
     text-align: center;
     padding: 0px;
     margin: 0px;
     font-family: arial;
     font-size: 11pt;
     color: #F0F0F1;
     line-height: 1.5em;
     background-color:#000;
     background-image: url(../images/back.jpg);
     background-repeat: repeat-y;
     background-position: top center;
 }
 
 FORM { margin: 0px; width: 99%; }

 P { margin-top: 0px }
 
 IMG {
     margin: 0px;
     padding: 0px;
     border: 0px;
 }
 
 LI {
     font-size: 11pt;
 }
 
 #wrapper {
     text-align: left;
     width: 780px;
     margin: 0 auto;
     padding: 0px;
 }

 #content {
     width: 780px;
     background-image: url(../images/back.jpg);
     background-repeat: repeat-y;
 }

 #header {
     width: 780px;
     margin-bottom: 20px;
 }
 
 #contentbody {
     min-height: 420px;
     margin-left: 65px;
     margin-right: 85px;
     overflow: auto;
     padding: 20px;
     background-color:#CCCCCC;
     width:610px;
     color: #000;
     text-align: justify;
 }

 #contentbody h1 {
     /* page title */
     font-size: 19pt;
     font-family: Helvetica, arial;
     color: #000;  
     margin-top: 5px;
     margin-bottom: 20px;
 }
 
 #contentbody h2 {
 	/* subtitles */
	clear:both;
	font-size: 12pt;
	font-weight: bold;
	padding: 8px;
	padding-left: 0px;
	color: #055595;
	border-bottom: 2px solid #47697E;
	margin-bottom: 5px;
}

 
 #sidebar {
 	width: 190px;
 	margin-left: 10px;
 	margin-top: 40px;
 	float: left;
 }
 
 .sidebox {
 	color: #404040;
 	background-color: #F5F5F5;
 	padding: 10px;
 	margin-bottom: 15px;
 	border-left: 2px solid #d6d6d6;
 }
 
 .sidebox li {
 	color: #c8c8c8;
 }
 
 .sidebox h4 {
 	margin: 0px;
 	margin-bottom: 5px;
 }
 
 .sidebox p {
 	margin-bottom: 10px;
 }
 
 ul.latest {
 	margin: 0px;
 	list-style-type: square;
 	padding-left: 15px;
 }
 	
 
 #footer {
 	 height: 40px;
 	 padding-top: 20px;
     /*background-image: url(../images/footer.jpg);
     background-repeat: no-repeat;
     background-position: bottom center;*/
     text-align: center;
     font-size: 8pt;
     clear: both;
 }
 
 #logo {
 	position: relative;
 	left: 428px;
 	top: 20px;
 }
  
 /* site-wide links */
 
 a {
 	color: #055595;
 }
 
 a:hover {
 	color: #000000;
 }
 
 #footer a { color: #F0F0F1; }
 
 /* content lists */
 
 ul.contentlist {
 	list-style-type: none;
 	margin:0px;
 	padding:0px;
 }
 
 ul.contentlist li {
 	clear: both;
 	padding-bottom: 10px;
 }
 
 ul.contentlist h3 {
 	background-color: #e5f4d8;
 	background-image: url(../images/contentlisthead.gif);
 	font-weight: normal;
 	font-family: arial;
 	font-size: 15pt;
 	color: #7db051;
 	padding: 2px;
 	padding-left: 12px;
 	margin-bottom: 0px;
 }
 
 ul.contentlist a.title {
 	font-size: 15pt;
 	font-family: arial;
 	font-weight: bold;
 	color: #3b7807;
 	text-decoration: none;
 	line-height: 2em;
 }
 
 ul.contentlist a.title:hover {
 	text-decoration: underline;
 }
 
 ul.contentlist div.author {
 	font-size: 8pt;
 	color: #999999;
 	width: 400px;
 	text-align: right;
 	float: right;
 }
 
 ul.contentlist p {
 	clear:right;
 	padding: 5px;
 }
 
 /* content pages */
 
 .summary {
 	font-weight: bold;
 }
 
 div.bylinebox {
 	border-top: 1px solid #CCCCCC;
 	background-color: #F5F5F5;
 	font-size: 8pt;
 	color: #333333;
 	padding: 5px;
 	margin-bottom: 20px;
 	width: 540px;
 }
 
 div.downloadbox {
 	border: 1px solid #84b758;
 	background-color: #e5f4d8;
 	padding: 10px;
 	margin-left: 10px;
 	margin-bottom: 20px;
 	text-align: center;
 	line-height: 2em;
 	font-weight: bold;
 	float: right;
 }
 
 div.downloadbox a {
 	font-size: 13pt;
 	font-weight: bold;
 	color: #44830d;
 }
 
 #breadcrumb {
 	margin-bottom: 15px;
 	font-size: 8pt;
 	color: #333333;
 }
 
 ul.gallery {
 	list-style-type: none;
 	clear:both;
 }
 
 ul.gallery li {
 	display: inline;
 	float: left;
 }
 
 ul.gallery img {
 	margin: 10px;
 }
 
 div #image {
 	clear: both;
 	text-align: center;
 }
 
 div #image img {
 	margin-bottom: 10px;
 }
 
 /* pagination */
 
 ul.paginate {
     list-style-type:none;
     position: relative;
     width: 505px;
     height: 20px;
     text-align: right;
     clear:both;
   }

 ul.paginate li {
     display: inline;
     position: relative;
     float: right;
 }
 
 ul.paginate li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding: 2px;
    padding-left:6px;
    padding-right:6px;
    font-family: arial;
    font-weight: bold;
    font-size:8pt;
    background-color: #a3c586;
    margin-left: 8px;
    height: 1%;
 }
 
 ul.paginate li a.active {
    background-color: #5b7444;
    height: 1%;
 }
 
 ul.paginate li a:hover {
    color: #FFFFFF;
    background-color: #5b7444;
    height: 1%;
 }
 
 /* comments */
 
 ol.comments a.name {
 	color: #000000;
 	font-weight: bold;
 }
 
 ol.comments li {
 	padding: 5px;
 }
 
 ol.comments a.date {
 	font-size: 8pt;
 	padding-bottom: 10px;
 }
 
/* user account manager */

ul.account li {
	margin-bottom: 7px;
}

ul.account li a.add {
	font-weight: bold;
}


table.videos td {
	text-align: justify;
	margin-left: 50px;
	border: 0;
}

table input {
	border: 1px solid #999999;
	background-color: #F0F0F1;
	padding: 5px;
}

table {
	font-family: arial;
	font-size: 10pt;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	width:99%;
	margin-right: 20px;
	color:#000;
	}

thead th,
thead td,
tfoot th,
tfoot td {
	border: 0px;
	background:#333333;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 5px;
	color: #ffffff;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	text-align:left;
	padding: 5px;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border-bottom:1px solid #cccccc;
	padding: 5px;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-bottom:1px solid #cccccc;
	padding: 5px;
	border-width:1px 0;
	background:#F5F5F5;
	border-top: 0px;
	}
	
div.notice {
	background-color: #e3f0d8;
	padding: 15px;
	font-weight: bold;
	color: #588c2c;
	border: 1px solid #588c2c;
	margin-top: 10px;
	margin-bottom: 10px;
}

.catlist {
	list-style-type: none;
}

.productlist {
	list-style-type: none;
}