/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #28313A url(../img/img01.jpg) repeat-x left top;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #5C5C5C;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
	color: #28313A; 
	margin-bottom: 20px;
	padding-bottom: 5px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #1B75A9;
}

a:hover, a:active {
	text-decoration: none;
	color: #1B75A9;
}

a:visited {
	color: #1B75A9;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Header */

#header {
	width: 880px;
	margin: 0 auto;
	height: 60px;
	border: 10px #FFFFFF solid;
}

/* Menu */

#menu {
	width: 880px;
	height: 58px;
	background: url(../img/menubg.jpg) repeat-x left top;
	text-align:center;
}

#menu ul {
	text-align:center;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display:inline-block;
	text-align: center;
}

#menu a {
	display: block;
	padding: 0 50px;
	background: url(../img/menusep.jpg) no-repeat right 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	line-height:58px;
}
#menu li.last a {
	background:none;
}
#menu a:hover,#menu li.last:hover { 
	color: #FFFFFF;
	background: url(../img/menuhover.gif) top left repeat-x;
}

#logo {
	width: 880px;
	height: 130px;
	margin: 0 auto;
	position:relative;
}
#logo img {
	position:absolute;
	bottom:5px;
	margin:0;
	padding:0;
}
/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px #FFFFFF solid;
}

/* Content */

#content {
	float: left;
	width: 600px;
	border-right: 1px dashed #DFE1E0;
	padding: 0px 20px;
}


/* Sidebar */

#sidebar {
	width: 230px;
	padding-left: 10px;
	border-left: 1px dashed #DFE1E0;
	position:relative;
	margin-left:640px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 3px;
	background:url(../img/dot.gif) bottom left repeat-x;
}
#sidebar li a{
	text-decoration:none;
}
#sidebar li a:hover{
	color:#1376a1;
}

#sidebar h2 {
	width: 250px;
	padding: 8px 0 0 0px;
	margin-bottom: 10px;
	background: url(../img/img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #28313A; 
	text-transform:none;
}
/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	background: #E5E5E5;
	padding:15px 0;
	border: 10px #FFFFFF solid;
}

#footer {
	font-size: 12px;
	text-align: center;
}
img {
	background:#f6f6f6;
	padding:2px 15px 2px 0;
}
table.lastitems {
	width:31%;
	float:left;
	margin:0px 5px;
}
th {
	height:30px;
	text-align:center;
	padding:7px;
	background:url(../img/hrbg.gif) left top repeat-x;
	color:#fff;
	font:1.1em smal-caps;
	overflow:hidden;
}
td {
	background:#f6f6f6;
	text-align:center;
	padding:5px 0;
}
td p {
	margin:0;
	text-align:center;
}
.newsname {
	font-size: 1.1em;
	font-weight:bold;
	border-bottom:1px solid gray;
	margin-bottom:10px;
}