 body {
     text-align: center;
     min-width: 769px;
     padding: 0px;
     margin: 0px;
     background-color:#fff;
     font-family: arial;
     font-size: 10pt;
     margin-top: 10px;
	 background:#2e2e2e url(../images/bg-body.jpg);
 }
 
 FORM { margin: 0px; }

 P { margin-top: 0px }
 
 IMG {
     margin: 0px;
     padding: 0px;
     border: 0px;
 }
 
 LI {
     font-size: 10pt;
 }

#container {
margin:auto;
     background-color: #FFFFFF;
     padding: 15px;
     width:744px;
	 border:1px solid #757f6d;
 }
  
 #wrapper {
     text-align: left;
     width: 100%;
     padding: 0px;
 }

 #content {
     width: 710px;
     margin-left: auto;
     margin-right: auto;
 }

/****************************************************************************************************
Top Menu Tags
****************************************************************************************************/

#header{	
width:710px; 
margin-left:auto; 
margin-right:auto;
margin-top:16px;
}

#header ul{ margin: 0; padding-left: 0; height: 26px; line-height: 26px; display: block; background-image: url(../images/bg_header.jpg);}
#header li{ display: inline; float: left;  }
#header li a{ height: 26px; line-height: 26px; display: block; padding-left: 10px; padding-right: 10px; border-left: 1px solid #000; float: left; color:#FFFFFF; text-decoration:none; font-weight:bold;}
#header li a:hover{ background-color: #749c4a; text-decoration: none;}

 
#contentbody {
     background-color: #FFFFFF;
     min-height: 500px;
     padding: 15px;
     width:490px;
	 float: left;
	 line-height:20px;
 }
 
 #contentbody h1 {
     /* page title */
     font-size: 19pt;
     font-family: Helvetica, arial;
     color: #000000;  
     margin-top: 5px;
     margin-bottom: 20px;
 }
 
 #contentbody h2 {
 	/* subtitles */
	clear:both;
	font-size: 12pt;
	font-weight: bold;
	padding: 8px;
	padding-left: 0px;
	color: #47697E;
	border-bottom: 2px solid #47697E;
	margin-bottom: 5px;
}
 
 
 #logo {
 	margin-bottom: 5px;

 }
 
 /* side menu */
 
 #sidemenu {
 	background:#FFFFFF;
 	height: 100%;
 	width: 188px;
 	float: left;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
 }
 
 #sidemenu ul {
 	list-style-type: none;
 	margin: 0px;
 	padding: 0px;
 }
 
 #sidemenu ul li {
 }

 #sidemenu ul li a {
 	display: block;
 	text-align: left;
 	border-bottom: 1px solid #ccc;
 	text-decoration: none;
 	font-size: 12px;
 	font-style: arial;
	line-height:2em;
 	color: #333;
	background:url(../images/icon_bullet_lftnav.gif) left center no-repeat;
	padding-left:30px;
 }
 
 #sidemenu ul li a.child {
 	display: block;
 	width: 138px;
 	background: 0;
 	margin-left: 0px;
 	text-align: left;
 	text-decoration: none;
 	font-size: 12px;
 	font-style: arial;
 	color: #1d2b57;
 }

 #sidemenu ul li a:hover {
 	background-color: #fff;
	color:#749c4a;
 }
 
 #sidemenu ul li a.child:hover {
 	color: #749c4a;
 	background: 0;
 }
 
 /* site-wide links */
 
 a {
 	color: #000079;
 }
 
 a:hover {
 	color: #000000;
 }
 
 /* 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 {
 	display: none;
 	font-weight: bold;
 }
 
 div.bylinebox {
 	display: none;
 	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;
 	display: none;
 	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 input {
	border: 1px solid #999999;
	background-color: #F0F0F1;
	cursor: pointer;
	padding: 5px;
}

table {
	font-family: tahoma;
	font-size: 9pt;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	width:100%;
	color:#000;
	}

thead th,
thead td,
tfoot th,
tfoot td {
	border: 0px;
	background:#47697e;
	font-weight: bold;
	border-bottom: 1px solid #103c58;
	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;
	}
tbody tr:hover td,
tbody tr:hover th {
	background:#e2e8f4;
	padding: 5px;
	border-bottom:1px solid #CCCCCC;
	}
	
div.notice {
	background-color: #e3f0d8;
	padding: 15px;
	font-weight: bold;
	color: #588c2c;
	border: 1px solid #588c2c;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer{
	width:710px;
	margin:auto;
	color:#fff;
	background-image: url(../images/bg_header.jpg);  
	font-size:12px;
	text-align:center;
	margin-top:10px;
	}	
	
#footer a{ color:#FFF; text-decoration:none;}	

#footer a:hover{ color:#6c1011; text-decoration:none;}