body {
	margin-top: 50px;
	background: #DFDFDF repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -.05em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h4 {font-size: 1em;}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FFCC00;
}

a:hover {
	background: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 992px;
	height: 164px;
	margin: 0 auto;
	background: url(images/img01_.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	padding-top: 80px;
	padding-left: 77px;
	text-transform: capitalize;
	font-size: 2.9em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo p {
	float: left;
	margin: 0;
	padding: 98px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: -.05em;
	font-size: 16px;
	color: #FFFFFF;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 992px;
	height: 30px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03_.jpg) repeat-y left top;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 58px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-top: -7px;
}

#menu a {
	padding: 10px 20px;
	margin-right: 2px;
	background: #66A1D2;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000000;
	display: inline-block;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
	background-color: #FF9400;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 992px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03_.jpg) repeat-y left top;
	padding-top: 30px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* Content */

#content {
	float: left;
	width: 530px;
	margin-left: 77px;
}

.post {
}

.post .title {
	padding: 5px 0;
	border-bottom: 1px solid #354658;
	background: url(images/img06.jpg) no-repeat left bottom;
	color: #000000;
	text-transform: capitalize;
}

.post .title a {
	color: #FFFFFF;
}

.post h2 {
	font-size: 1.8em;
}

.post .meta {
	padding: 2px 10px 5px;
	background: #043C6B;
	border-bottom: 1px solid #ffffff;
	text-transform: capitalize;
	text-align: right;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 5px;
	color: #FFFFFF;
}

.post .entry {
	padding: 20px;
	text-align: justify;
}

.tdl {
	padding-right: 8px;

}
.tdr {
	padding-left: 8px;
}


/* Sidebar */

.imgup {
	width: 280px;
	height: 8px;
	background-image: url(images/img_bgside1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: -20px;
}
.imgdw {
	width: 280px;
	height: 8px;
	background-image: url(images/img_bgside2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 0px;
	position: absolute;
	margin-left:0px;
	left: 0px;
}

#sidebar {
	float: right;
	width: 280px;
	background: #0B5FA5;
	margin-right: 77px;
	padding-top: 20px;
	color: #FFFFFF;
	position: relative;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 23px;
}

#sidebar li li {
	background: url(images/img05.jpg) no-repeat left 50%;
	padding-left: 10px;
}

#sidebar h2 {
	padding: 5px 22px;
	background: url(images/img04.jpg) no-repeat bottom;
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: capitalize;
}

#sidebar p {
	padding: 20px;
}

/* Footer */

#footer {
	width: 992px;
	margin: 0 auto;
	padding: 20px 0;
	height: 104px;
	background: url(images/img02_.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #FFFFFF;
}

label{
float: left;
width: 120px;
font-weight: bold;
}
input, textarea{
width: 180px;
margin-bottom: 5px;
}
textarea{
width: 220px;
height: 150px;
}
.boxes{
width: 1em;
}
#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 50px;
}
