* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
	font-weight:bold;
}
a:hover {
	color: #4EBF37;
	background: inherit;
	font-weight:bold;
}

a.normal{
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
	font-weight:normal;
}
a.normal:hover{
	color: #4F82CB;
	font-weight:normal;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #e6e6e6; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color:#777;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:466px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #c7d1e0; 
	padding: 2px 3px; 
	background: #fff;
	color: #4f82cb;
}

/* search */
form.search {
	position: relative;
	top: 50px;
	left: 550px;
	background: transparent;
	border: none;
	width:248px;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 140px; height: 18px;
	background: #8fb665;
	color: #333; font-size: 11px;
	margin-bottom: 1px;
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333; padding: 0 10px;
	border: none; height: 22px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 0 0 40px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: left;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 150% Arial, Helvetica, sans-serif;
	color: #7dbb3c;
	padding: 5px 0 2px 30px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 8px 50%;
}

#main h1 A{
	color: #7dbb3c;
	text-decoration: none;
	background: none;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footernav {
	color: #508519;
	background: #7dbb3c url(images/contentftr.jpg) repeat-y;
	clear: both;
	width: 820px;
	height: 22px;
	line-height: 21px;
	text-align: center;
}
#footernav A{color:#FFF; text-decoration:none; background: none;}
#footernav A:hover{color:#FFF; text-decoration:underline; background: none;}
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
/*-------------------------*/
#boxcontainer{padding:8px 12px 8px 12px;}
#boxcontainer STRONG{color:#fff;padding:3px 0 3px 25px;background:#7dbb3c url(images/square-green.png) no-repeat 3px 50%;width:230px;display:block;}
#boxcontainer STRONG A{color:#fff;text-decoration:none;background:none;}
.headingbox{background-color:#4f82cb;padding:4px;color:#FFFFFF;font-weight:bold;border-bottom:4px solid #fff;}
.headingbox A{color:#FFFFFF;text-decoration:none;}
.clrdbox1{border:1px solid #b5d3fe;background-color:#f8fcff;padding:1px;width:255px;float:left;margin-right:5px;}
.clrdbox1 P{line-height:16px;text-align:justify;}
.clrdbox1 P IMG{float:right;margin:6px 0;}
.clrdbox2{border:1px solid #b5d3fe;background-color:#f8fcff;padding:1px;width:255px;float:right;}
.clrdbox2 P{line-height:16px;text-align:justify;}
.clrdbox2 P IMG{float:right;margin:6px 0;}
#clear{clear:both;}
#txtstart{padding-top:10px;}
#txtstart STRONG{padding:0 0 3px 10px;}
#txtstart STRONG.substrong{padding:0 0 3px 9px;color:#7dbb3c;}
#txtstart P{padding-top:2px;}
#txtstart ul{margin-top:-6px;}
#txtstart li{list-style-type:none; background: url(images/arrow11.gif) no-repeat;padding-left:16px;}
#txtstart li A{background:none;}
.prt{margin-bottom:10px;}
.prt .prt_L{width:168px;float:left;border-left:1px solid #4F82CB;border-bottom:4px solid #4F82CB;padding:4px;}
.prt .prt_C{width:168px;float:left;margin-left:8px;border-left:1px solid #4F82CB;border-bottom:4px solid #4F82CB;padding:4px;}
.prt .prt_R{width:168px;float:right;border-left:1px solid #4F82CB;border-bottom:4px solid #4F82CB;padding:4px;}
.prt H3{padding:0px;color:#666;font:bold 16px "trebuchet MS";}
.prt ul{margin:0px 0px 0px 6px;padding:10px 0px 0px 0px;}
.prt li{list-style-type:none; background: url(images/arrow11.gif) no-repeat;padding-left:14px;color:#4F82CB;}
.prt P{margin:4px 0px 0px 0px;padding:0px 14px;text-align:right;}
.prt P A{color:#7dbb3c;text-decoration:underline;font-weight:bold;}
.prt P A:hover{color:#666;text-decoration:underline;font-weight:bold;}
.prt .gototop{background:#7dbb3c;text-align:center;clear:both;border-top:2px solid #fff;}
.prt .gototop A{color:#fff;text-decoration:none;display:block;}
.prt .gototop A:hover{color:#fff;text-decoration:none;display:block;}

#txtstart ul.main_sm{margin-top:-6px;}
#txtstart ul.main_sm li{list-style-type:none; background: url(images/go.gif) no-repeat 0px 5px;padding:3px 0px 3px 18px;}
#txtstart ul.main_sm li A{background:none;font-weight:bold;}
#txtstart ul.main_sm li ul{margin:6px 0px 10px -20px;}
#txtstart ul.main_sm li ul li{list-style-type:none; background: url(images/arrow11.gif) no-repeat 0px 3px;padding:0px 0px 0px 16px;}
#txtstart ul.main_sm li ul li A{background:none;font-weight:normal;}