/* LAYER DEFINITIONS */

#authorTable {
	width: 620px;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	height: 190px;
	border-bottom: 2px solid #000099;
}

#headerLeftContainer {
	width: 650px;
	float: left;
}

#headerLeft {
	width: 620px;
	margin-right: 15px;
	margin-left: 38px;
}

#headerRight {
	width: 235px;
	height: 163px;
	float: left;
	margin-left: 40px;
}

#footer {
	width: 100%;
	border-top: 2px solid #000099;
	margin-top: 22px;
	padding: 22px 38px;
}

#left {
	width: 625px;
	margin: 0px 25px 20px 38px;
	float: left;
}

#right {
	width: 235px;
	margin-bottom: 20px;
	float: left;
}

#search {
	border-top: 2px solid #000099;
	padding-top: 2px;
}

#toc {
	width: 380px;
}


/* TAG REDEFINITIONS AND CUSTOM CLASSES */

a, a:link, a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #000099;
	text-decoration: underline;
}

.black {
	color: #000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 17px auto 0px 0px;
	border-bottom: 128px solid #000099;
}

.borderBlueBottom {
	border-bottom: 2px solid #000099;
}

.borderBlueTop {
	border-top: 2px solid #000099;
	padding-top: 2px;
}

.clearboth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#header h1 {
	font-size: 32px;
	line-height: 36px;
	margin: 14px 0px 40px 0px;
}

#header h1.home {
	font-size: 34px;
	line-height: 38px;
	color: #000099;
	margin: 0px 0px 4px 0px;
}

#header h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

#header h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000099;
	margin: 0px 0px 4px 0px;
}

h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000099;
	margin: 4px 0px 12px 0px;
	padding: 0px;
}

h3, h4 {
	color: #000000;
}

h4 {
	margin: 6px 0px 0px 0px;
}

#right ul {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
}

#right ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 4px;
}

#right ul ul {
	list-style-type: none;
	margin-left: 14px;
	padding-left: 0px;
}

#right ul ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#right ul ul li.indent {
	padding-left: 0.85em;
}

#search h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	margin: 2px 0px;
	padding: 0px;
}

#search input {
	height: 1.8em;
	width: 180px;
	border: 1px solid #000000;
}

#search input.button {
	height: 1.8em;
	width: auto;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	padding: 2px 4px;
	background-color: #000099;
	border: none;
}

#toc tr, #authorTable tr {
	vertical-align: top;
}

#toc td {
	padding: 4px 0px;
}

#toc td.left {
	padding: 4px 16px;
}

.valignMiddle {
	vertical-align: middle;
}