/* Layout */

.content {
	margin: 5px 0px 0px 180px;
	padding-left: 0px;
}

.footer {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 2px #bbb;	
	background-color: #eeeeee;
}

/* Style */

body {
	background-color: #ffffff;
	margin: 10px;
	color: #333333;
}

.head {
	margin: 0px 0px 10px 0px;
}

h1, h4 {
	margin: 0px;
	padding: 0px;
}

.header {
	background-color: #eee;
	border: solid 2px #bbb;
}

.header-left {
	margin: 0px;
	width: 290px;
	float: left;
/*	vertical-align: top;	*/
	padding-left: 10px;
}

.header-right {
	text-align: right;
	padding: 10px;
}


.headleft {
	padding: 5px 0px 3px 10px;
	background-color: #eeeeee;
	color: #333333;
	position:
}

.headright {
	padding: 5px 10px 3px 0px;
	text-align: right;
	background-color: #eeeeee;
	color: #333333;
}

p.titlename {
	font-size: 30px;
	font-weight: bold;
}

p.subtitlename {
	font-size: 15px;
	font-weight: bold;
}

p.strong {
	font-weight: bold;
}

p.emph {
	font-style: italic;
}

p.content {
	font-size: 12px;
	margin-bottom: 20px;
}

.menu {
	float: left;
	width: 155px;
	margin-top: 10px;
	border: solid 2px #bbb;
}

.menutitle {
	width: 155px;
	background-color: #dddddd;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 4px 0px;
}

.menuitem {
	padding: 5px 0px 5px 20px;
} 

.tocItem
{ 
	padding: 5px 0px 4px 20px;
} 

td, div, p {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 14px;
	padding: 0px
}

ul {
	margin-top: -5px;
}

ul.normal {
	margin-top: 2px;
}

p {
	text-align: justify;
	margin: 0px;
}

hr {
	color: #000000;
	height: 1px;
	margin: 20px 0px 20px 0px;
}

h3 {
	border-bottom: 1px solid #999999;
	padding: 0px 0px 0px 0px;
	color: #660000;
	width: 400px;
	margin: 0px 0px 10px 0px;
}

.small {
	font-size: 10px;
}

a		{ color: #666666; text-decoration: none; }
a:hover	{ color: #000000; text-decoration: none; }