@charset "utf-8";
body {
	background: #076BA7 url(images/bodybg.gif) repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 100%;
}
#top {
	width: 100%;
	height: 107px;
	background: url(images/fon_top.gif) no-repeat;
}
#top img {
	float: left;
	width: 10%;
	height: 107px;
}
#buttons {
	padding-top: 86px;
	font-size: 11px;
}
#buttons .first {
	background: url(images/buttonbg1.gif);
	padding-left: 17px;
}
#buttons .last {
	background: url(images/buttonbg2.gif) right;
	padding-right: 17px;
	padding-left: 7px;
}
#buttons .filler {
	background: url(images/buttonbg4.gif);
	padding-left: 10px;
	padding-right: 7px;
}
#buttons .filler span {
	display: none;
}
#buttons a {
	background: url(images/buttonbg3.gif);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 27px;
	padding-right: 7px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#buttons a:hover {
	color: #CCCCCC;
}
#middle {
	width: 100%;
}
#navigation {
	width: 22%;
	background-color: #076BA7;
	float: left;
	display: table-cell;
}
#navigation h3 {
	margin: 0px;
	padding: 7px;
	background: url(images/b_fon.gif);
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#navlinks {
	border-top: 4px solid #919CA5;
	background: #D0E0ED;
}
#navlinks ul {
	padding-top: 10px;
	padding-left: 5px;
	margin: 0px;
}
#navlinks li {
	padding-bottom: 10px;
}
#navlinks li a {
	margin-left: 10px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 10px;
}
#navlinks a:hover {
	color: #000000;
	text-decoration: underline;
}
#content {
	background: #FFFFFF url(images/corner.gif) no-repeat;
	float: right;
	width: 78%;
	padding-top: 10px;
	margin-top: 10px;
	display: table-cell;
}
#conBot {
	height: 10px;
	width: 100%;
	background: #FFFFFF url(images/corner2.gif) no-repeat;
	line-height: 1px;
	font-size: 1px;
}
#bottom {
	clear: both;
}
#copyright {
	float: left;
	padding: 15px;
	color: #FFFFFF;
	font-size: 11px;
}
#botnav {
	float: right;
	padding: 15px;
	color: #FFFFFF;
	font-size: 11px;
}
#botnav a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	color: #FFFFFF;
}
#botnav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.padding {
	padding: 7px;
}
.padding img {
	margin: 7px;
	border: 1px solid #000000;
}
.number {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
}
