/* CSS Document */
* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: Arial, Helvetica, sans-serif}
a{color:#6eb3d1;text-decoration:none;}
a:link{color:#6eb3d1;text-decoration:none;}
a:hover{color:#666;text-decoration:none;}
a:active{color:#6eb3d1;text-decoration:none;}
a:visited:{color:#6eb3d1;text-decoration:none;}
.lianxi{
	font-size: 0.7em;
	color: #333333;
}
p{
	color: #000;
	margin: 5px;
	padding: 10px;
}
body{
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	background-image: url(images/rays.png);
	background-repeat: repeat-x;
	background-position: top;
}
.width{
	width: 900px;
	margin:0px auto;}
#logo{
background-image:images/logo.png;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 75px;
	background-image: url(images/index_01.gif);
	background-position: left;
}
#top{
	background-image: url(images/index_17.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 111px;
}
#main{
	background-image: url(images/index_18.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#left{
	float: left;
	clear: left;
	width: 200px;
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#right{
	float: right;
	clear: right;
	width: 650px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#foot{
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/index_32.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 70px;
	background-color: #074c76;
	background-position: top;
	clear: both;
}
.pfoot{
	color: #FFFFFF;}
/*left menu*/
.glossymenu{
	padding: 0;
	width: 183px; /*width of menu*/
	border-bottom-width: 1px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #7caabe;
	background-image: url(images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
/*left menu*/