/** BASIC */

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #018E00;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #018E00;
}

table, th, td
{
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:hover {
	text-decoration: none;
}

img {
	max-width:650px;
width: expression(this.width > 650 ? 650: true); 
	color: #FFF;
} 

/** HEADER */

#header {
	width: 1000px;
	height: 80px;
	margin: 0px;
	background:url(images/img01.png) repeat-x left top;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 35px 0px 0px 10px;
}

#header h2 {
	float: right;
	margin: 0px;
	/*padding: 43px 10px 0px 0px;*/
}



/** MENU */
		

#menu {
	position: relative;
	width: 1000px;
	height: 21px;
	margin: 0px;
	background: url(images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
}

#menu h4 {

	display: block;
	float: right;
	margin-right: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
}


#menu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	background: #29558e;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#menu li a:hover
{	background: #5970B2}

#menu div
{
	position: absolute;
	visibility: hidden;
	margin-top:21px;
	margin-left: 121px;
	
	[if lte IE 8]>
	#menu div margin-left: -404px;
	<![endif]
	
	background: #5970B2;
	border: 1px solid #5970B2;
}

	

	#menu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #5970B2;
		color: #ffffff;
		font: 11px arial}

	#menu div a:hover
	{	background: #6196e9;
		color: #FFF}

/** CONTENT */

#content {
	width: 1000px;
	margin-left: 0px auto;
	background: url(images/img04.png) repeat-y left top;
}

#columnA {
	float: right;
	width: 960px;
	padding: 20px;
	font-size: 12px;
}

.post {
	margin-bottom: 25px;
	padding: 0px;
	background: #8ab8ef;
	
}

.post .title {
	height: 25px;
	margin-bottom: 5px;
	padding: 12px 0 0 20px;
	background: #244e87;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

.post .title a {
	color: #018E00;
	border: none;
	font-size: 12px;
	float: right;
	margin-right: 5px
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}

.post .entry {
	padding: 0px 20px 20px 20px;
	padding-bottom: 40px;
	text-align: justify;
}

.post .entry-image {
	float: left;
	width: 140px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 50px;
}

/** FOOTER */

#footer {
	float: left;
	width: 1000px;
	margin: 0px auto;
	background: #244E86; /*url(images/img05.gif) no-repeat left bottom;*/
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	/*background: url(images/img06.gif) no-repeat right bottom;*/
	font-size: smaller;
}
#pad #columnA table tr td p strong {
	text-align: justify;
}
#pad #columnA table tr td p strong {
	text-align: left;
}

