/* css reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
/* global */
body {
	background: #fff;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	}
	a { font-weight: bold; }
		a:hover { color: #333 !important; }
#container {
	background: url(bg.gif) no-repeat left top;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	height: 737px;
	}
	#content { padding: 130px 18px 0 18px; }
		#left {
			float: left;
			width: 352px;
			margin-right: 10px;
			}
		#right {
			float: right;
			width: 562px;
			}
		.clear {
			clear: both;
			visibility: hidden;
			}
		.clearBar {
			clear: both;
			background: #ccc;
			height: 5px;
			margin-bottom: 10px;
			}
		h1 {
			color: #fff;
			font-weight: bold;
			padding: 0 6px;
			line-height: 30px;
			font-size: 18px;
			margin-top: 10px;
			}
			h1.green { background: #006666; }
			h1.red { background: #660000; }
			h1.blue { background: #0099cc; }
			h1.orange {
				background: #ff6633;
				float: left;
				width: 200px;
				}
		h2 {
			font-size: 12px;
			margin-bottom: 8px;
			}
		.para { padding: 6px; }
			.blockgreen strong, .blockgreen a { color: #006666; }
			.blockred strong, .blockred a { color: #660000; }
			.blockblue strong, .blockblue a { color: #0099cc; }
		#connect a {
			float: left;
			margin: 10px 0 0 10px;
			}