html { height: 100%; }
body {margin: 0px; padding: 0; min-height: 101%; background: url(images/bg.jpg); font-family: Arial, Helvetica, sans-serif;}

h1{margin: 0; font-weight: normal; color: #990000; font-size:24px;}
p, ul, ol {margin-top: 0; line-height: 120%; text-align: justify; font-size: 14px;}
img.left {float: left; margin: 7px 30px 0 0;}
img.right {float: right; margin: 7px 0 0 30px;}
hr {display: none;}
.download  {text-decoration: none; font-size: 14px; font-weight: normal; color: #990000;
}

.boxstyle {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; COLOR:#000000; text-decoration: none; border: 1px solid #666666; cursor: default; color: #000000; background-color: #FFFFFF; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; margin-left: 1px}

/* Header */
#header {
	width: 1000px;
	height: 0px;
	margin: 0 auto;
	padding: 0px;
}

/** LOGO */

#logo {
	width: 1000px;
	height: 130px;
	margin: 50px auto 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/headerbg.png)
}

#pic {
	overflow: hidden;
	width: 1000px;
	height: 330px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;

}

#pic .col1 {
	float: left;
	width: 1000px;
	height: 330px;
	padding: 0px 0px 0px 0px;
}
/* Menu */

#menu {
	float: left;
	width: 1000px;
	height: 40px;
	margin: 0px auto;
	background: url(images/menuebg1.png) repeat-x right top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 28px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	height: 40px;

}

#menu a {
	display: block;
	float: left;
	height:40px;
    margin:0px 2px 0px 0px;
	padding: 12px 15px 0px 15px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/menuebg2.png) repeat-x left top;
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(images/menuebg2.png) repeat-x left top;
}
/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 1000px;
}

/* Post */

.post {
	margin-bottom: 0px;
	padding: 20px 40px;
	background: #ffffff;
}

.post .title {
	height: 44px;
	padding: 10px 0px 5px 0px;
	font-weight: normal;
}

.post .entry {margin-top: 0; line-height: 120%; text-align: justify; font-size: 14px;}


.post .links {
	background: #90BF35;
	border: 1px solid #5F817E;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px 0px 4px 0px;
	padding: 3px 0px 0px 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(images/footerbg.png);
}

#footer p {
	margin: 0;
	padding:18px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #cccccc;
}
