/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #F4E1AE;
}

p {
	font-size: 12px;
	width: 90%;
}

li {
	list-style-type: none;
	line-height: 150%;
	list-style-image: url(../images/arrowSmall.gif);
}

bannerTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 44px;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #C6EC8C;
}

footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #C6EC8C;
}

table td {
	vertical-align: top;
}

table.toc td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #F4E1AE;
}

table.tocFocus td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: red;
	background-color: #F4E1AE;
}


table.jrnl {
	width: 100%;
	background-color: #F4E1AE;
}

table.jrnl td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #F4E1AE;
}
table.jrnl td.total {
	width: 100%;
}
table.jrnl td.center {
	width: 80%;
}
table.jrnl td.margin {
	width: 20%;
	text-align: center;
}

imgCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
	color: #333333;
	border-bottom: 2px;
}


/**************** Pseudo classes ****************/

a:link {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}

li :link {
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}

li a:visited {
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

li a:hover {
	display: block;
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;
}

a:active {
	color: rgb(255, 0, 102);
	font-weight: bold;
}

/************************* ID's *************************/

#navigation {
	position: absolute;
	width: 210px;
	height: 600px;
	margin: 0;
	margin-top: 5px;
	border-right: 1px solid #C6EC8C;
	font-weight: normal;
	background-color: #F4E1AE;
}

#centerDoc {
	position: absolute;
	padding: 0 0 20px 0; /*top right bottom left*/
	margin-top: 5px;
	margin-left: 235px;
	background-color: #F4E1AE;

}

