			body{
				text-align: center;
				padding: 10px 0;
				margin: 0;
			}
			body, td, a {
				font-family: Verdana, sans-serif;
				font-size: 11px;
				font-weight: normal;
				text-decoration: none;
				color: #666666;
			}
			a:hover{
				text-decoration:underline;
			}
			img{
			    border: 0px;
			}
			#head{
				position:relative;
				width:780px;
				height:20px;
				text-align:left;
			}
			#content{
					position:relative;
					width:780px;
					height:280px;
					border: dashed 1px red;
					text-align:left;
					margin: 0 0 10px 0;
			}
			.textcontent{
				padding-left: 10px;
				padding-top: 10px;

			}
			#container {
				text-align: left;
				width: 800px;
				margin: 0 auto;
			}
			#navigation {
				width: 230px;
				float: left;
			}
			#navigation p {
					border: 1px dashed red;
					height: 85px;
					display: block;
					padding: 10px;
					margin: 0 10px 10px 0;
			}
			.navigationborder {
					border: 1px dashed red;
					height: 85px;
					display: block;
					padding: 10px;
					margin: 0 10px 10px 0;
			}
			#textbox {
				border: 1px dashed red;
				float: left;
				width: 530px;
				height: 202px;
				padding: 10px;
			}
			
			.redstyle{
				color: red;
			}
			.navright{
				left: 120px;
				padding-left: 10px;
			}
			.discrete{
				font-size: 10px;
			    color: #CCCCCC;
			}

