body {
	background-color: #000C1A;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/cibtauber_bg.gif);
	background-repeat: repeat-y;
}
#head {
	position: relative;
}
#head .top {
	background-image: url(../images/logo_bg.gif);
	background-repeat: no-repeat;
	height: 70px;
}
#head .top .home {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#head .top .home a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#head .top .home a:hover {
	color: #FF0000;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
}
#head .head-left {
	float: left;
	width: 260px;
	background-color: #09233E;
	height: 200px;
}
#head .head-left .main-nav {
	height: 145px;
	padding-top: 20px;
	_padding-top: 9px;
}

#head .head-left .search {
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 260px;
	background-position: 0px bottom;
}
#head .head-left .search input {
	margin-top: 5px;
	margin-left: 25px;
}



#head .head-right {
	float: left;
	width: 740px;
}
#head .head-right .swf {
	height: 165px;
}
#head .head-right .menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding-left: 35px;
}
#content {
	clear: both;
}
#content .nav {
	float: left;
	width: 260px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	display: block;
}
#content .nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 100%;
}

.li1 {
	display: block;
	width: 220px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 2px;
	padding-top: 2px;
}
.li2 {
	display: block;
	width: 220px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 2px;
	padding-top: 2px;
}
.li1 a {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #333333;
	background-image: url(../images/nav-icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}
.li1 a:visited {
	display: block;
	color: #990000;
}
.li1 a:hover {
	background-color: #999999;
	display: block;
	color: #FFFFFF;
	background-image: url(../images/nav-icon_over.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}
.li2 a {
	display: block;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #333333;
}
.li2 a:hover {
	background-color: #999999;
	display: block;
	color: #FFFFFF;
}
.li2 a:visited {
	display: block;
	color: #990000;
}
#main {
	float: left;
	width: 740px;
	height: 100%;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}
#main .list {
	background-image: url(../images/list_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	padding-top: 5px;
}
#main .list a {
	text-decoration: none;
	color: #666666;
}
#main .list span {
	font-weight: bold;
	color: #2B6398;
}
#main .title {
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	height: 50px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#main .main {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}





#footer {
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 68px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 40px;
	line-height: 1.5em;
	color: #666666;
}
#footer #Copyright {
	color: #CCCCCC;
}
#footer #Copyright a {
	color: #CCCCCC;
	text-decoration: none;
}
.red {
	color: #FF0000;
}
