body {
	background: #fff url(images/official-bg.png);
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 62.5%;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

h1,h2,h3 {
	margin: 0;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: none;
}


a:link, a:visited, a:active {
	color: #476C8E;
	text-decoration: none;
}

a:hover {
	color: #476C8E;
	text-decoration: underline;
}

.logo {
	background: transparent;
	position: absolute;
	margin: 0 0 0 10px;
}

div#shadow {
	background: transparent url(images/official-shadow.png) left repeat-y;
	margin: 0 auto;
	width: 980px;
}

div#container {
	background: #f4f4f4 url(images/official-footer.png) bottom no-repeat;
	margin: 0 auto;
	width: 960px;
}

div#header {
	background: #fff url(images/official-header.jpg) 0pt 0pt no-repeat;
	height: 120px;
	width: 960px;
}

.headerlink {
	background: transparent;
	height: 120px;
	position: absolute;
	width: 960px;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.alignright {
	text-align: right;
}

.normal, .normal:hover {
	text-decoration: none;
}

div#body {
	padding: 12px;
}

div.hr {
	border-top: 1px solid #ddd;
}


/* Navigation bar CSS */

div.navigation {
	font-family: Verdana, Arial;
	font-size: 1.2em;
	height: 34px;
	text-align: right;
}

div.navigationbg {
	background: transparent url(images/official-navigation.png) 0pt 0pt no-repeat;
	height: 34px;
}

div.navigationfg {
	margin: -34px 0 0 0;
	position: relative;
	z-index: 1000;
}

div.navigationfg ul {
	list-style: none;
	margin-top: 7px;
	padding: 0;
}

ul.navmenu li {
	padding: 8px 0 11px;
	display: inline;
}

ul.navmenu li a {
	color: #fff;
	padding: 8px 0 10px;
}

ul.navmenu li:hover a {
	color: #000;
	text-decoration: none;
}

ul.navmenu li:hover {
	background: #f4f4f4;
}

.navigationeast, .navigationwest {
	padding: 8px 3px 10px;
}

ul.navmenu li:hover .navigationwest {
	background: #f4f4f4 url(images/navigation-rounded-left.png) no-repeat 0pt 0pt;
}

ul.navmenu li:hover .navigationeast {
	background: #f4f4f4 url(images/navigation-rounded-right.png) no-repeat right top;
}

/* End of navigation bar CSS  */

/* Sidebar CSS */
/* Any style that affect the sidebar please write it down here */

div#sidebar {
	float: left;
	font-family: Tahoma, Verdana;
	font-size: 1.1em;
	margin-right: 10px;
	width: 200px;
}

div#sidebar a{
	color: #000;
}

div#sidebar div.item {
	background: #F8F59E;
	border: 1px solid #fc6;
	margin: 10px 0;
}

div.menucontent {
	padding: 0 10px;
}

div.bordernw, div.borderne, div.bordersw, div.borderse {
	height: 10px;
}

div.bordernw {
	background: transparent url(images/rounded-border-y-west.png) no-repeat 0pt 0pt scroll;
	margin: -1px 0 0 -1px;
}

div.borderne {
	background: transparent url(images/rounded-border-y-east.png) no-repeat 100% 0pt scroll;
	margin: -1px -1px 0 0;
}

div.bordersw {
	background: transparent url(images/rounded-border-y-west.png) no-repeat 0pt 100% scroll;
	margin: 0 0 -1px -1px;
}

div.borderse {
	background: transparent url(images/rounded-border-y-east.png) no-repeat 100% 100% scroll;
	margin: 0 -1px -1px 0;
}

div#search {
	background: transparent url(images/search-bar.png) no-repeat 0pt 0pt;
	height: 30px;
	width: 200px;
}

input#searchinp {
	background: transparent;
	border: none;
	margin: 7px;
	width: 160px;
}

input#searchsubmit {
	background: transparent;
	border: none;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 7px 4px 0 0;
	padding: 0;
	width: 20px;
	z-index: 50;
}

.sidebarsub, .sidebarstat {
	list-style: none;
	margin: 4px 0 0 0;
	padding-left: 10px;
}

.sidebarsub li:hover {
	text-decoration: underline;
}

div.menucontent h3 {
	border-bottom: 1px solid #000;
	font-size: 1.4em;
}

/* End of sidebar CSS */

/* Start breadcrumb */
div#breadcrumb {
	color: #000;
	float: right;
	font-family: Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	width: 75%;
}

div#breadcrumb a {
	text-decoration: none;
	color: #000;
}

div#breadcrumb a:hover {
	color: #999;
}

/* End of breadcrumb CSS style */

/* Content CSS */
div#content {
	color: #000;
	float: right;
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 1.1em;
	width: 75%;
}

div#content li {
	list-style: none;
}

h2.indexheader {
	color: #960;
}

/* End of content CSS */

/* Index news style */
ul.newsbox li {
	margin: 0;
	padding: 0;
}

ul.newsbox {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

li.newstitle {
	color: #930;
	font-size: 1.3em;
	font-weight: bold;
}

li.newstitle a {
	color: #930;
}

li.newstime {
	font-size: 0.9em;
	font-style: italic;
}

.readentire {
	text-align: right;
}

.readentire a {
	color: #a00;
}
/* End of index news style */

/* News style */
p.newsmode {
	font-size: 0.8em
}

.newslist {
	font-family: Verdana, Arial, "Trebuchet MS";
	margin: 0;
	padding: 0;
}

.newslist li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

div.newslisttime {
	font-size: 0.9em;
}

div.newslisttitle a {
	color: #960;
	font-size: 1.2em;
	font-weight: bold;
}

/* End of news style */

div#footer {
	clear: both;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size: 1.1em;
	margin: 0;
	padding: 45px 0 0 0;
	text-align: center;
}

div#footer p {
	margin: 0;
}

div#shadowfooter {
	background: transparent url(images/official-shadowfooter.png) no-repeat;
	height: 22px;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

span.errormsg {
	text-align: center;
}

