/*
 * Page Layout
 */
div.page {
	width: 760px;
	margin: 0px auto;
}

div.pageHeader {
	margin: 0px auto;
}

div.pageBody {
	margin: 0px auto;
}

div.pageNavigation {
	width: 110px;
	float: left;
}

/*
 * Page Body
 */
div.pageBodyContainer {
    width: 650px;
    float: left;   
}

div.pageBodyContent {
	padding: 0px 30px 5px 20px;
	color: #696969;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: top right;
	min-height: 350px;
}

div.pageBodyUpperRightCorner {
	height: 20px;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div.pageBodyHeader {
	font-size: 14pt;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	border-bottom: 1px solid #4682b4;
	color: #000080;
	background-color: #ffffff;
	text-align: right;
}

div.pageBodyHeaderUnderline {
	color: #000080;
	background-color: #ffffff;
	text-align: center;
	font-size: 7pt;
	margin-right: 100px;
}

img.pageBodyHeader {
	float: left;
	margin-bottom: 10px;
}

div.pageBodyFooter {
	background-color: #ffffff;
	background-repeat: repeat-x;
	color: #696969;
	height: 25px;
}

div.pageBodyLowerLeftCorner {
	float: left;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.pageBodyLowerRightCorner {
	float: right;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*
 * Navigation
 */
div.navButton {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 8px;
	padding-top: 8px;
	height: 22px;
	background-repeat: no-repeat;
}

div.navButtonOver {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 8px;
	padding-top: 8px;
	height: 22px;
	background-repeat: no-repeat;
}

div.navButtonSelected {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 8px;
	padding-top: 8px;
	height: 22px;
	background-repeat: no-repeat;
}

div.navButtonOver a:hover {
	color: #000080;
}

div.navButtonSelected a:hover {
	color: #000080;
}

/*
 * Page Header
 */
div.pageParagraphHeader {
	color: #000080;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 10px;
	clear: left;
}

div.pageParagraph {
	margin-bottom: 10px;
}

/*
 * Page Footer
 */
div.pageFooter {
	margin: 0px auto;
	font-size: 7pt;
	color: #ffffff;
	background-color: #4682b4;
	clear: both;
}

div.pageFooterImages {
	text-align: center;
}

div.pageFooterImages form {
	display: inline;
}

div.pageFooterImages div {
	display: inline;
}

div.pageFooterImages img {
	cursor: pointer;
}

div.pageFooterParagraph {
	text-align: center;
	margin: 5px;
}

a.openWindow {
    cursor: pointer;
}

/*
 * Tables
 */
table.pageTable {
    border: 1px solid #4682b4;
    border-collapse: collapse;
}

thead.pageTable td {
    background-color: #dbf5ff;
	border: 1px solid #4682b4;
    padding: 4px;
    color: #000080;
    font-weight: bold;
}

tr.pageTableRowLight td {
	border: 1px solid #4682b4;
	padding: 4px;
}

tr.pageTableRowDark td {
    background-color: #dbf5ff;
	border: 1px solid #4682b4;
    padding: 4px;
}