/*------------Global Styles */

html {
	overflow: -moz-scrollbars-vertical;
	}
body {
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #A9B4B8;
	color: #333333;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
/*------------Layout Styles-*/
#tableLayout {
	width: 680px;
	background-color: #FFFFFF;
	background-image: url(images/BG_tableLayout.jpg);
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-bottom: 5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#divBanner {
	text-align: center;
	height: 150px;
	margin-top: 20px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ac9e41;
	border-bottom-color: #ac9e41;
	background-color: #CCCCCC;
	background-image: url(images/BG_divBanner.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#tdNavigation {
	padding: 1.5em;
	vertical-align: top;
}

#divNavigation {
	padding-top: 1.5em;
	padding-bottom: 3em;
	background-color: #7781be;
	vertical-align: top;
	float: left;
	width: 120px;
}


#divNavigation  a {
	color: #D5EDB3;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D5EDB3;
	border-bottom-color: #D5EDB3;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-size: .8em;
	}

#divNavigation  a:hover {
	color: #5C743D;
	background-color: #D5EDB3;
	}
#tdContent {
	padding-left: 0em;
	vertical-align: top;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 4em;
}
#tdFooter {
	font-size: .8em;
	text-align: center;
	word-spacing: .2em;
	padding-left: 150px;
	padding-top: 2em;
	padding-bottom: 2em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#tdContent img {
	border: 3px solid #AC9E41;
}
