* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

ul {
	list-style-type: none;
}

body {
	text-align: center;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font: 12px tahoma;
	background: #fff;
	color: #000;
}

#wrap {
	text-align: left;
	width: 823px;
	position: relative;
	height: auto ! important;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #102a9a;
	text-decoration: underline;
}

a:hover {
	color: #102a9a;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	padding-bottom: 5px;
}

#right  #top {
	margin-top: 30px;
      text-align: right;
      float: right;
}

#right  #top p{
	color: #999;
}

#right  #top p span{
	color: #000;
}

#right {
	width: 585px;
	float: right;
}	

#right #image-header {
	border: 1px solid #112b9a;
	margin-top: 115px;
	width: 581px;
	height: 278px;
	background: url(../images/main.jpg) no-repeat top left;
}

#right .content {
	margin-top: 20px;
	border: 1px solid #999;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding: 20px;
}

#right .content h3 {
	color: #ba0d00;
	font: 18px arial;
	margin-bottom: 10px;
}

#right .content p {
	margin-bottom: 15px;
}

#left {
	width: 235px;
	float: left;
}

#left #logo {
	margin-top: 30px;
	width: 235px;
	height: 136px;
	background: url(../images/logo.gif) no-repeat top left;
}

#left #logo a {
	text-indent: -9999px;
	display: block;
	width: 235px;
	height: 136px;
}


#left .menu {
	margin-top: 30px;
}

#left .menu ul {
	width: 221px;
	border-top: 1px solid #c9c9c9;
}

#left .menu ul li {
	border-bottom: 1px solid #c9c9c9;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 12px;
}

#left .menu ul li.selected a{
	color: #000;
	text-decoration: none;
}

#left .menu ul li ul {
	padding-top: 5px;
	border: none;
}

#left .menu ul li ul li {
	padding-bottom: 5px;
	padding-top: 5px;
	border: none;
}

#left .menu ul li.selected ul li a{
	color: #666;
}

#left .menu ul li ul li a{
	color: #666;
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/subli.gif) no-repeat top left;
}

#left .site-bar {
	margin-top: 20px;
}

#left .site-bar img{
	border: 1px solid #112b9a;
	margin-bottom: 10px;
}

#wrap .menu-bottom {
	height: 132px;
	padding-top: 15px;
	clear: both;
}

#wrap .menu-bottom ul li {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #000;
	float: left;
}

#wrap .menu-bottom ul li.first {
	padding-left: 0;
}

#wrap .menu-bottom ul li.last {
	padding-right: 0;
	border-right: none;
}

#wrap .menu-bottom form{
	width: 210px;
	position: absolute;
	right: 0;
}

#wrap .menu-bottom form fieldset {
	border: 0;
}

#wrap .menu-bottom form fieldset .inputbox {
	font-size: 11px;
	color: #999;
	padding-left: 5px;
	padding-right: 5px;
}

#wrap .menu-bottom form fieldset .submit {
	background: none;
	border: none;
	font-weight: bold;
	color: #999;
	cursor: pointer;
}

#footer {
	width: 100%;
	height: 62px;
	position: absolute;
	bottom: 25px;
	background: #e3e3e3;
}

#footer  div {
	margin-top: 25px;
}

#footer .left {
	font-size: 12px;
	padding-left: 15px;
	float: left;
}	
	
#footer .right {
	padding-right: 25px;
	float: right;
}	

.tdcom { border: 1px solid #000000; padding: 5px;}

.sub { line-height: 20px;}