body {
background: #ffffff url(images/menu.png) repeat-x;
	margin: 0 auto;
	font-family: arial, verdana, sans-serif;
}


* {
	margin: 0 auto;
	padding: 0px;
	border: none;
}

/* ============ content ============
====================================*/

#content {
	margin: 0 auto;
	text-align: center;
}

/* ============ header ============
====================================*/

#header {
	background: url(images/header.jpg) no-repeat;
	height: 137px;
	margin: 0 auto;
	clear: both;
}

#header h1 {
	display:none;
}

/* ============ menu ============
====================================*/

#menu {
	text-align: center;
	font-family: Arial,  Helvetica, sans-serif;
	font-weight: bold;
        background: url(images/headline_bg.png) repeat-x;

}

#menu ul {
	margin: 0px;
	margin-bottom: 2px;
	font-size: 21px;
	line-height: 30px;
}

#menu ul li {
	font-size: 20px;
	display: inline;
}

#menu ul li a {
	text-decoration: none;
	color: #041526;
	padding-right: 15px;
	padding-left: 15px;
}

#menu ul li a:hover { 
	color: #00376d;
}

/* ============ left side ============
====================================*/


/* #leftside { */
/* 	margin: 10px 0px 0px 0px; */
/* 	float: left; */
/* 	clear: left; */
/* 	width: 240px;; */
/* 	text-align: left; */
/* } */

#leftside ul {
	border: 2px solid #a4ba13;
	margin-bottom: 10px;
}

#leftside h2 {
	background: url(images/leftheadeline_bg.png);
	height: 29px;
	border-top: 2px solid #a4ba13;
	border-left: 2px solid #a4ba13;
	border-right: 2px solid #a4ba13;
	font-size: 21px;
	font-family: arial, verdana, sans-serif;
	line-height: 28px;
	padding-left: 3px;
}

#leftside h2 a {
	color: #3e4141;
	text-decoration: none;
}


#leftside li {
	color: #002b71;
	font-size: 19px;
	background: url(images/leftbox_bg.png);
	padding: 4px 0px 4px 3px;
	border-bottom: 1px solid #dfd9d9;
	list-style: none;
	line-height: 22px;
}

#leftside li a {
	text-decoration: none;
	color: #002b71;
}

#leftside li:hover
{
	background: #ffc97d;
}

/* ============ middle page ============
====================================*/

#middlepage {
	float: left;
	margin-left: 7px;
	text-align: left;
	width: 580px;
	margin-top: 10px;
}

#middlepage h2.headeline {
	text-align: center;
	background: url(images/headline_bg.png) repeat-x;
	border-left: 2px solid #a4ba13;
	border-right: 2px solid #a4ba13;
	height: 34px;
	padding: 0px 0px 0px 0px;
	line-height: 32px;
	font-size: 20px;
	color: #1c2727;
}

#paragraph li {
	margin: 0px 0px 0px 20px;
	font-size: 15px;
	border-bottom: 1px solid #b3be4e;
	list-style-image: url(images/main_liststyle.png);
	padding: 5px 0px 5px 0px;
}

#paragraph li p {
	font-size: 17px;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	padding-left: 3px;
	padding: 2px 0px 5px 0px;
}

#paragraph li p span a {
	font-size: 21px;
	color: #0000ff;
	font-weight: normal;
}

#middlepage a {
	color: #064f8e;
	font-size: 15px;
	color: #0000ff;
}

#worldnews li {
	margin: 0px 0px 0px 20px;
	font-size: 15px;
	border-bottom: 1px solid #b3be4e;
	list-style-image: url(images/main_liststyle.png);
	padding: 5px 0px 5px 0px;
}

#worldnews li h4 a {
	font-size: 20px;
	font-weight: normal;
	padding-left: 3px;
}

#worldnews li p {
	font-size: 17px;
	font-weight: normal;
	padding-top: 3px;
}

#middlepage li.no_border {
	border: none;
}

/* ============ right side ============
====================================*/

#rightside { 
	margin-top: 11px;
	clear: right;
	float: right;
	width: 180px;
	margin-left: 5px;
}

#rightside p { 
	font-size: 14px;
	font-weight: bold;
	padding: 4px 2px 0px 2px;
}

/* ============ footer ============
====================================*/

#footer {
	clear: both;
	text-align: center;
	line-height: 25px;
	font-family: Arial,  Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

#footer ul {
	padding: 2px 0px 0px 0px;
	border-top: 1px solid #a4ba13;
	margin: 0px;
	margin-bottom: 2px;
	line-height: 21px;
}

#footer ul li {
	font-size: 15px;
	display: inline;
}

#footer ul li a {
	text-decoration: none;
	color: #041526;
	padding-right: 6px;
	padding-left: 6px;
}

#footer ul li a:hover { 
	color: #00376d;
}

#footer p {
	margin-top: 2px;
	font-family: arial, verdana, sans-serif;
	padding-bottom: 3px;
	font-weight: normal;
}

