*{
    margin:0;
    padding:0;
}
body{
	background: #fffff1;
    font-family:Courier New;
    font-size: 11px;
	text-align:left;
    width:11000px;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	//overflow-y:hidden;
}

table td {
	vertical-align:top;
	text-align:left;
}

.webtitle {
	font-size:12px;
	margin-right:15px;
	border-bottom:1px dotted #333;
}

a:link {
	text-transform:uppercase;
	color: #3399cc;
	font-weight:bold;
}
a:visited {
	text-transform:uppercase;
	color: #3399cc;
}
a:hover {
	text-transform:uppercase;
}
a:active {
	text-transform:uppercase;
}

a img {
	border:none;
}
 
.content2 {
	float:left;
	margin:0 0 0 12px;
	height:305px;
	text-align:left;
}

.content3 {
	float:left;
	margin:0 0 8px 12px;
	width:740px;
	text-align:left;
}

.content4 {
	float:left;
	margin:0 0 8px 12px;
	height:355px;
	text-align:left;
	width:135px;
}

.content5 {
	float:left;
	margin:0 0 8px 12px;
	height:165px;
	text-align:left;
} 
.header {
	float:left;
	height:640px;
	border-right:dotted thin #333;
	padding:160px 5px 0 0;
}

.section{
    margin:0px;
    bottom:0px;
    width:2000px;
    float:left;
    height:100%;
	z-index:0;
}
.section h2{
    margin:50px 0px 30px 50px;
}
.section p{
    margin:20px 0px 0px 50px;
    width:600px;
}

.section ul{
    list-style:none;
    margin:20px 0px 0px 550px;
	color:#000;
}
.webtitle ul li{
    float:left;
    padding:5px;
    margin:5px;
}
.webtitle ul li a{
    display:block;
}
.webtitle ul li a:hover{
    text-decoration:none;
}
.white ul li{
    float:left;
    padding:5px;
    margin:5px;
}
.white ul li a{
    display:block;
}
.white ul li a:hover{
    text-decoration:none;
}

.toc {
	position:fixed;
	left:0px;
	top:0px;
	width:225px;
	height:900px;
	font-size:11x;
	padding:0 40px 0 10px;
	background-image:url(images/toc_bg.png);
}
span.reference {
	position:fixed;
	left:10px;
	bottom:10px;
	font-size:13px;
	font-weight:bold;
}
span.reference a {
	color:#fff;
	text-shadow:1px 1px 1px #000;
	padding-right:20px;
}
span.reference a:hover {
	color:#ddd;
	text-decoration:none;
}

h3 {
	font-weight:bold;
	font-size:15px;
	letter-spacing:-0.1em;
	color:#F00;
}

.caption {
	width:135px;
}
