@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	background: #6e767c url(../images/background.jpg) no-repeat; 
	font-family: Arial;
	font-size:12px;
}

img {
	border:none;
}

h1 {
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 1px;
	font-size: 16px;
	color:#2b6780;
}
h2 { 
	font-size: 14px;
	text-align: left;
	margin:0px;
	padding-top:2px;
	color:#2b6780;
}

.h2news {
	font-size: 18px;
	text-align: center;
	margin:0px;
	padding-top:20px;
	padding-bottom: 20px;
}
h3 {
	background:#2b6780;
	text-align:left;
	padding-left: 5px;
	font-weight: bold;
	color:#ffffff;
	margin: 0px 0px 8px 0px;
	padding: 2px;
}

#main {
	border:none;
	margin: 35px auto 0px auto;
	width:900px;
	}

#header {	

	height:143px;
}

#toptext {
	width: 300px;
	position: relative;
	margin: 10px auto; 
	top: 20px;
	color: #005293;
	font-weight: bolder;
}

#headertext {
	position relative;
	top: 20px;
	text-align: center;
}

#logo {
	z-index: 1000;
	position: relative;
	left:-45px;
	top: -60px;
}


#menu {
	text-align: left;
	padding-left: 45px;
	height: 24px;
	color: white;
	background-color: #55abc8;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#menu a {
	color: white;
	line-height:24px;
	text-decoration: none;
}

#mainbody {
	background-color: white;
	min-height:523px;
	height:auto !important;
  	height:523px;
  	padding: 0px 0px 0px 0px;
}

#left {
	padding-left:20px;
	padding-right:220px;
	margin-bottom:0px;
}

#left p {
	margin-bottom: 10px;
	margin-top: 5px;
	left-padding: 20px;
	color:#333333;
}

#left p img {
	display:box;
	clear: left;
	overflow: auto;
}

#right {
	width:200px;
	position: relative;
	float:right;
	border: none;
	min-height:523px;
	height:auto !important;

  	background-color: #c0dee5;
  	color:#333;
}

#right h2 {
	margin: 0;
	padding: 5px 15px 2px 15px;
	text-align:left;
	font-size: 14px;

}
#right ul{
	padding-left:0px;
	color: #2b6780;
	list-style-type: disc;
	list-style-position: inside;
	margin:10px;
	display:block;
}

#right ul li {
	padding-left:0px;
}
#right a {
	color: #2b6780;
	text-decoration: underline;
}

#right a:hover {
	color: #2b6780;
	text-decoration: underline;
}

.padleft {
	padding-left:20px;
}

#right p {
	padding: 0px 15px;
	text-align:left;
	margin: 0px;
	color:#333333;

}

p.newsdate {
	font-size: 80%;	
}

#right p.newsdate {
	padding: 0px 15px 7px 15px;
	font-size:10px;
}

#footer {
	clear:both;
	color:#fff;
	background-color: transparent;
	position:relative;
	font-size: 12px;
	line-height: 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


p#createdby {
color:#ffffff;
right:0px;
margin:0;
position:absolute;
top:3px;
}

#footer p#copyright {
left:0px;
margin:0;
position:absolute;
top:3px;
}
