/* Last updated 3/28/2007                 			*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #3269ac;    /*=====#9ACD32=====*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

img { border: 0; margin: 1px; }

/* General alignment definitions. */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/*=========================================*/
/*Main Container						   */
/*=========================================*/

#container {
	margin: 0 auto;
	width: 980px;    /*===============页宽=======原９５％==========*/
	height: 100%;
	background-color: #3269ac	;
}
#container1 {
	margin: 0 auto;
	width: 980px;    /*===============页宽=======原９５％==========*/
	height: 144;
	background-color: #3269ac;
}
#container2 {
	float:right;
	margin: 0 auto;
	width: 144px;
	height: 100%;
	background-color: #3269ac;	
}

#containerPad {
	margin-left: 1px;
	margin-right: 1px;
	background-color: #3269ac;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;

}

/*=========================================*/
/*Top Links								   */
/*=========================================*/

#topLinks
{
	text-align: right;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #b6b6b6;
}

#topLinks a { color: #b6b6b6; text-decoration: none; }
#topLinks a:hover { color: #d2d2d2; }

/*=========================================*/
/*Header								   */
/*=========================================*/

#header {
	height: 144px;
	display: block;
	background-image: url("../img/header_middle.gif");
	background-repeat: repeat-x;
	margin-bottom: 10px;   /*=============nav下空白高度=====================*/
}

#header .headLeft {
	width: 16px;
	height: 144px;
	float: left;
	background-image: url("../img/header_left.gif");
}

#header .headMiddle {
	float: left;
	margin-left: 8px;
	margin-top: 58px;
}
#header .headMiddlelogo {
	float: left;
	width: 359px;
	height: 144px;
	background-image: url("../img/header_logo.jpg");
}
#header .headMiddle_conference_logo {
	float: left;
	width: 359px;
	height: 144px;
	background-image: url("../img/conference_logo.jpg");
}
#header .headMiddle_general_logo {
	float: left;
	width: 359px;
	height: 144px;
	background-image: url("../img/general_logo.jpg");
}
#header .headMiddle_product_logo {
	float: left;
	width: 359px;
	height: 144px;
	background-image: url("../img/product_logo.jpg");
}
#header .headMiddle_award_logo {
	float: left;
	width: 359px;
	height: 144px;
	background-image: url("../img/award_logo.jpg");
}
#header .headRight {
	width: 16px;
	height: 144px;
	float: right;
	background-image: url("../img/header_right.gif");
}

#header h1 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ededed;
}

#header h2 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #000000;
}

/*=========================================*/
/*Navigation							   */
/*=========================================*/

#navigation {
	height: 44px;
	float: right;
	background-image: url("../img/navigation_middle.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 100px;
}


#navigation .naviLeft {
	height: 44px;
	width: 20px;
	float: left;
	background-image: url("../img/navigation_left.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*=========================================*/

#navigation .link
{
	height: 44px;
	float: left;
	background-image: url("../img/navigation_link.gif");
	background-position: right -44px;
	background-repeat: no-repeat;
}

#navigation .link a {
	height: 32px;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../img/navigation_link.gif");
	background-position: right 0;
	color: #446937;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
}

* html #navigation .link a { width: 75px; text-align: center; padding-left: 0; padding-right: 0; } /*lousy IE6 hack to fix a major display error*/

#navigation .link a:hover { background-image: none; color: #5e784f; }

/*=========================================*/
/*Sidebar								   */
/*=========================================*/

#sidebar {
	float: right;
	width: 144px;
}

#sidebar .top {
	width: 144px;
	height: 20px;
	background-image: url("../img/sidebar_top.gif");
	text-align: center;
	font-size: 12px;
	color: #444;
	font-weight: bold;
	padding-top: 4px;
	
}

#sidebar .middle {
	background-color: #ededed;
	width: 144px;
	font-size: 11px;
}

#sidebar .bottom {
	width: 144px;
	height: 8px;
	background-image: url("../img/sidebar_bottom.gif");
	margin-bottom: 16px;
	background-repeat: no-repeat;
}

#sidebar p { margin: 0; padding: 4px; }

#sidebar h1 { 
	color: #000; 
	margin: 0; 
	font-size: 11px; 
	font-weight: bold;
	text-align: center; 
}

#sidebar .divider {
	margin-top: 4px;
	margin-bottom: 0;
	height: 2px;
	background-image: url("../img/sidebar_divider.gif");
	background-repeat: repeat-x;
}

#sidebar img {
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #a5a5a5;
	margin-top: 8px;  
}

#sidebar .subtitle { font-size: 10px; }

/*=========================================*/

#sidebar .link
{
	width: 144px;
	height: 32px;
	background-image: url("../img/sidebar_link.gif");
}

#sidebar .link a {
	display: block;
	height: 24px;
	padding-left: 16px;
	padding-top: 8px;
	background-image: url("../img/sidebar_link.gif");
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #b6b6b6;
}

#sidebar .link a:hover {  color: #b4c3d2; background-position: 0 -32px; }

/*=========================================*/
/*Content								   */
/*=========================================*/

#content { 	margin-right: 160px; }
#contentEnd { clear: both; } /* needed so the container doesn't cut off unexpectedly*/

#content .divider {
	margin: 8px 0;
	height: 2px;
	background-image: url("../img/content_divider.gif");
	background-repeat: repeat-x;
}

#content h1 {
	margin: 0;
	font-size: 16px;
	color: #597ca6;
}

#content h2 {
	margin: 0;
	font-size: 16px;
	font-variant: small-caps;
	color: #597ca6;
}

#content h3 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

#content .quote {
	margin: 16px;
	padding: 12px;
	background-color: #e3e3e3;
	background-image: url("../img/content_quote.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #b8b8b8;
	color: #646464;
}
#content ul {
	line-height: 2.7em; 
	}   /*UL行距*/
#content p{
	line-height: 2em;
	text-indent: 2em;
}   /*p行距,开头缩进*/
#content li { margin-bottom: 10px;}
#content a { color: #516e91; text-decoration: none; }
#content a:hover { color: #6e98c9; }

/*Misc. font-related definitions for use wherever*/
#content .red { color: #a94848; }
#content .green { color: #6f9151; }
#content .blue { color: #597ca6; }
#content .strike { text-decoration: line-through; }

/*=========================================*/

#content .top
{
	height: 24px;
	background-image: url("../img/content_topMiddle.gif");
	background-repeat: repeat-x;
}

#content .topLeft {
	float: left;
	height: 20px;
	width: 8px;
	background-image: url("../img/content_topLeft.gif");
	background-repeat: no-repeat;
}

#content .topMiddle {
	float: left;
	padding-top: 4px;
}

#content .topMiddle h1 {
	margin: 0;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
}

#content .topRight {
	float: right;
	height: 20px;
	width: 8px;
	background-image: url("../img/content_topRight.gif");
	background-repeat: no-repeat;
}

/*=========================================*/

#content .middle {
	background-color: #ededed;
	padding: 16px 16px;
}

* html #content .middle { margin-right: 3px; } /*Fixes a minor display glitch in IE6*/

/*=========================================*/

#content .bottom {
	height: 8px;
	background-color: #ededed;	
	margin-bottom: 16px;
}

* html #content .bottom { margin-right: 3px; } /*fixes a minor display glitch in IE6*/

#content .bottomLeft {
	height: 8px;
	width: 8px;
	float: left;
	background-image: url("../img/content_bottomLeft.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .bottomRight {
	height: 8px;
	width: 8px;
	float: right;
	background-image: url("../img/content_bottomRight.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*=========================================*/

#content .commentBox {
	background:  url("../img/content_comment.gif") bottom right no-repeat;
	margin: 16px 0;
	padding: 8px;
	background-color: #e3e3e3;
	border: 1px solid #b8b8b8;
	text-align: left;
	font-size: 12px;
	line-height: normal;
	color: #646464;
}
#content .commentBox1 {
	background:  url("../img/content_flower1.gif") bottom right no-repeat;
	margin: 16px 0;
	padding: 8px;
	background-color: #e3e3e3;
	border: 1px solid #b8b8b8;
	text-align: left;
	font-size: 12px;
	line-height: normal;
	color: #646464;
}
#content .commentBox2 {
	background:  url("../img/content_flower2.gif") bottom right no-repeat;
	margin: 16px 0;
	padding: 8px;
	background-color: #e3e3e3;
	border: 1px solid #b8b8b8;
	text-align: left;
	font-size: 12px;
	line-height: normal;
	color: #646464;
}
#content .commentBox3 {
	background:  url("../img/content_flower3.gif") bottom right no-repeat;
	margin: 16px 0;
	padding: 8px;
	background-color: #e3e3e3;
	border: 1px solid #b8b8b8;
	text-align: left;
	font-size: 12px;
	line-height: normal;
	color: #646464;
}
/*=========================================*/
/*Footer								   */
/*=========================================*/

#footerTop
{
	font-size: 12px;
	text-align: center;
	line-height: normal;
}

#footerTop a { color: #b6b6b6; text-decoration: none; }
#footerTop a:hover { color: #b4c3d2; }

#footerBottom
{
	margin: 0 auto;	
	width: 980px;　　　/*===============页宽======原９５％===========*/
	height: 16px;
	margin-bottom: 16px;   	/*=====background-image: url("../img/footer_middle.gif");===*/
}

#footerBottom .left {
	float: left;
	width: 16px;
	height: 16px;    /*===============background-image: url("../img/footer_left.gif");==========*/
	
}

#footerBottom .right {
	float: right;
	width: 16px;
	height: 16px;     /*===============background-image: url("../img/footer_left.gif");==========*/
}