@charset "utf-8";
/* CSS Document */

body {
	background-color: #d5d5d5;
	margin-top: 30px;
	margin-bottom: 72px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 1em;
}

td {
	vertical-align: top;
}

ul {
	font-size: 0px;
	padding: 0px;
}

#logo {
	height: 78px;
	width: 950px;
	margin: 0 auto;
	padding-left: 10px;
}

#logo img {
	float: left;
	}

#header {
	height: 160px;
	margin: 0 auto;
	width: 960px;
}

#main {
	width: 960px;
	margin: 0 auto;
}

#main-content {
	background-color: white;
	padding: 0 10px;
}

#tab-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 10px;
}

.tab-menu {
	height: 50px;
	text-indent: -1000px;
	float: right;
}

.tab-menu:hover {
	cursor: pointer;
}

#tab-content {
	background: #FFC900 none top left no-repeat scroll;
	clear: both;
	width: 920px;
	padding: 10px;
	overflow: hidden;
}

.clear {
	clear: both;
	height: 1px;
}

#footer {
	font-size: 11px;
	color: black;
	margin: 10px;
	}
	
#footer a {
color: white;
}
	
#footer span:first-child {
	float: left;
}

#footer span:last-child {
	float: right;
}

.pointer {
	cursor: pointer;
}

#left {
	float: left;
	width: 210px;
}

#left p {
	margin-top: 10px;
	}

#center {
	padding: 10px;
	background-color: white;
	float: right;
	width: 680px;
}

#center #text {
	float: left;
	width: 370px;
	}
	
#center #text .first {
	margin-top: 0px;
}

#center #text .last {
	margin-bottom: 0px;
}

#right {
	float: right;
	width: 290px;
	background-color: #ffc900;
}

#right img {
	margin-left: 10px;
}

#pictop {
	background: transparent url('../images/img-sidebar-top.jpg') left top no-repeat;
	height: 10px;
}

#picbot {
	background: transparent url('../images/img-sidebar-bottom.jpg') left top no-repeat;
	height: 10px;
}

.file {
	background: transparent url('../images/icon-pdf.gif') left top no-repeat;
	display: block;
	height: 16px;
	padding-left: 21px;
	margin-bottom: 2px;
	margin-left: 10px;
	}
	
.file a {
	color: black;
	}
	
#flags {
	float: right;
	margin-top: 51px;
	}
	
#flags img {
	margin-right: 10px;
	border: 0;
	;