@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
.menuli_bg {
	background-image: url(../images/menuli_bg.jpg);
}
.button {
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
}

#box {
	height: auto;
	width: 950px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#top {
	height: 90px;
	width: 950px;
}
#logo {
	height: 90px;
	width: 200px;
	float: left;
}

#verisign {
	height: 90px;
	width: 200px;
	float: left;
}

#top_right {
	text-align: right;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #0099FF;
}

#search {
	float: right;
	height: 90px;
	width: 450px;
}

#menu {
	height: 58px;
	width: 950px;
	border: 1px solid #8b91a0;
	
}
#menu1 {
	height: 29px;
	width: 950px;
	background-image: url(../images/menu1_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
#menu2 {
	height: 29px;
	width: 950px;
	background-image: url(../images/menu2_bg.jpg);
	background-repeat: repeat-x;
	line-height: 24px;
}
#menu1 li {
	float: left;
	height: 29px;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
}

#menu2 li {
	float: left;
	height: 29px;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
}

#menu1 a{
	text-decoration: none;
	color: #FFFFFF;
}

#menu1 a:hover {
	text-decoration: underline;
}

#main {
	width: 950px;
	height: auto;
}

#main_framediv{
	width:950px;
	height: auto;
	border-bottom: 6px solid #CB0106;
	border-top: 1px solid #BEBEBE;
	float:left;
	background-image: url(../images/bg_center.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 10px;
}

#bottom {
	text-align: center;
	width: 950px;
	padding-top: 30px;
	clear: both;
}

.text1{
color: #666666;
}

.text2 {
	font-size: 16px;
	font-weight: bold;
}

.text3_blue {
	color: #1975D1;
}

.text4_italic {
	font-style: italic;
	line-height: 18px;
}

.text5_right {
	float: right;
}
