/* ## Layout
#################### */

	body {
		margin: 0px;
	}


	#tableLayout {
		width: 100%;
	}


/* ## Header
#################### */

	#header {
		height: 100px;
		background: url(../images/layout/header.gif) repeat-x top left;
	}

	#header h1 {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 36px;
		font-style: italic;
		color: #1172BC;

		margin: 0px;

		padding-left: 50px;
		padding-bottom: 10px;

	}

	#header span {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 22px;
		font-weight: bold;
		color: #003399;
	}

	.headerright {
		background: #89A2C0 url(../images/layout/right-bg.gif) repeat-y top left;
	}

/* ## Links top bar
#################### */

	#tableNavBar {
		width: 100%;
	}

	#tableNavBar .start {
		width: 60px;
	}

	#tableNavBar .link {
		width: 120px;
	}

	#tableNavBar .link a {
		display: block;
		width: 100%;

		padding-top: 5px;
		padding-bottom: 3px;

		border-top: 1px solid #6C88A9;
		border-left: 1px solid #6C88A9;
		border-right: 1px solid #6C88A9;

		background: #B2C5E6 url(../images/layout/button-normal.gif);

		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;

		text-align: center;

	}

	#tableNavBar .link a:hover, #tableNavBar .link a.active {

		border-top: 1px solid #1172BC;
		border-left: 1px solid #1172BC;
		border-right: 1px solid #1172BC;

		background: #1172BC url(../images/layout/button-hover.gif);

		color: #FFFFFF;
	}

	#tableNavBar .spacer {
		width: 5px;
	}

	#linkbase {
		background: #1172BC;
		height: 5px;
	}


/* ## Links side
#################### */


	#tableContent #content .left {
		width: 140px;
		background: #D6E2F6;
		padding-right: 10px;
	}

	#tableContent #content .left div.title {
		margin-top: 10px;
		margin-left: 5px;
		margin-right: 5px;

		padding-left: 5px;

		border-bottom: 1px solid #003399;

		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #003399;
	}

	#tableContent #content .left div.link {
		padding-left: 15px;
	}

	#tableContent #content .left div.link a {

		display: block;
		width: 120px;

		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #003399;

		background-color: #D6E2F6;
	}


	#tableContent #content .left div.link a:hover {
		color: #3368CF;
	}


/* ## Content
#################### */

	#tableContent, #contentcell {
		width: 850px;
	}

	#tableContent #content .middle {
		width: 650px;
		background: #D6E2F6;
	}

	#tableContent #content .middle h2 {
		font-family: Arial;
		font-size: 24px;
		font-weight: bold;
		color: #000000;

		text-align: center;
	}

	#tableContent #content .middle h3 {
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		color: #1172BC;
	}

	#tableContent #content .middle, #tableContent #content .middle p {
		font-family: Arial;
		font-size: 14px;
		color: #000000;
	}


	#tableContent #content .middle .title {
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: #1172BC;
	}


	#tableContent #content .middle div.Box {
		font-family: Arial;
		font-size: 14px;
		color: #000000;

		margin-left: 20px;
		margin-right: 20px;

		padding: 3px;

		border: 1px solid #C2A78D;
		border-bottom: 3px solid #C2A78D;
		background: #F7EDE7;
	}


	#tableContent #content .middle .text {

		font-family: Arial;
		font-size: 14px;
		color: #000000;

	}




	.contentright {
		background: #89A2C0 url(../images/layout/right-bg.gif) repeat-y top left;

		font-family: Arial;
		font-size: 14px;
		color: #000000;

		text-align: center;
	}


	.contentright a {
		color: #000000;
	}


	.contentright strong {
		color: #6E4F31;
	}


	.contentright img {
		border: 1px solid #000000;
	}

	#tableContent #content .spacer {

		height: 2px;
		background: #003399;

	}
	

/* ## Footer
#################### */


	#tableContent #footer .left {

		padding-top: 10px;
		padding-bottom: 20px;

		border-top: 1px solid #89A2C0;

		width: 800px;
		background: #D6E2F6;

		font-family: Arial;
		font-size: 12px;
		text-align: center;
	}

	#tableContent #footer .right {
		background: #C0A489;
	}
