body {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;

	background: #cccc9a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #406080;
}

h1, h2, h3 {
	margin: 0;
	padding: 5;
	font-weight: normal;
	color: #3e3530;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

p
{
margin:1cm 0.5cm 0.5cm 0.5cm
}


p, ul, ol {
	line-height:1.5em;
	margin:1cm 0.5cm 0.5cm 0.5cm;
	line-height: 100%;
}

ul, ol {
}

a {
	color: #406080;
	text-decoration: none;
	
}

a:hover {

	color:#ff0000;
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}






/* Header */

#header-wrapper {
	height:75px;
	background: #103555;
	border-bottom: 5px solid #ff8000;
}

#header {
	width: 700px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Logo */

#logo {
	float:left;
	width: 720px;
	height:75px;
	margin: 0;
	padding: 0;
	color: #eoffff;
	background: url(images/abtechslight.jpg) no-repeat left 0px;
}

#logo h1, #logo p {
}

#logo h1 {
	margin-left: 50px;
	padding: 0p 0px 0px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
	background: redc;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 42px;
	font: normal 14px Georgia, "Times New Roman", Times, serif, BankGothic Md BT;
	font-style: italic;
	color: #FF0000;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #ffffff
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #eeeeee;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	width: 720px;
	height: 00px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 6px 15px 8px 15px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #406080;
	border: 0px;
}

#menu a:hover, #menu .current_page_item a {
	
	background: #406080;
	color:#ccc380;
	text-decoration: underline;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 0px 0px;
}
/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #333333;
}

.post .title {
	height: 15px;
	padding: 10px 0px 0px 20px;
	letter-spacing: -.5px;
}

.post .title a {
	color: #406080;
	border: none;
}

.post .meta {
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 10px 10px 10px;
	padding-bottom: 0px;
	text-align: left;
}

.links {
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #406080;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #ffffDC;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 15px;
	background: url(images/img01.jpg) no-repeat left 5px;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #406080;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #ff0000;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 5px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	background: #153555;
	border-top: 5px solid #ff8000;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	position:relative;
	z-index:10;
	height:3em;
	margin-top:-3em;
}

#footer p {	
	margin: 0;
	padding 0;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color: #FFF380;
	width:100%;
}

#footer a {
	color: #ccc380;
	text-decoration: none;
}
}

#footer a:hover  {
	color:#ff8800;
	text-decoration: underline;
}