html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #A9A398;
	background-image: url(images/bgSlice.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
form{
	width:300px;
}
label {
	width:300px;
	float:left;
	clear:both;
	display:block;
	margin-bottom:2px;
	margin-top:10px;
}
select {
	display:block;
	clear:both;
}
input {
	display:block;
	clear:both;
}
h1 {
	visibility:hidden;
}
h2 {
	color: #C00;
	font-size: 24px;
	/*line-height: 10px;*/
}
a {
	color: #456C92;
	text-decoration: none;
}
a:hover {
	color: #456C92;
	text-decoration: underline;
}
.content {
	width: 340px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	/**background-color: #99FF99;/**/
}

.contentWide {
	width: 500px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	/**background-color: #99FF99;/**/
}
.contentOnly {
	width: 500px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-left: 40px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	width: 800px;
	clear: both;
	height: 65px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	/**background-color: #FF9999;/**/
}
.navigation {
	position: relative;
	width: 189px;
	margin: 0px;	
	float: left;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	/**background-color: #99FFFF;/**/
}
.navigation a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:link {
	color: #666;
}
.navigation a:visited {
	color: #666;
}
.navigation a:hover {
	color: #C00;
}
.navigation a:active {
	color: #C00;
}
.navArrows {
	float: right;
	position: fixed;
	top: 370px;
	left: 50px;
}
/*
.navArrows a {
    padding: 19px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 0px;
    height: 19px;
	width: 39px;
}
*/
.imageCaption{
	color: #999;
	font-size: 10px;
}
/*
.navArrows a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.navArrows a:link {
	color: #FFF;
}
.navArrows a:visited {
	color: #FFF;
}
.navArrows a:hover {
	color: #FFF;
}
.navArrows a:active {
	color: #FFF;
}
*/
/*
#buttonNext{
	background-image: url(images/arrowNext_f2.jpg);
	height: 19px;
	width: 39px;
	padding-left:: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-indent: -9999px;
	background-repeat:no-repeat;
}
#buttonBack {
	background-image: url(images/arrowBack_f2.jpg);
	height: 19px;
	width: 39px;
	padding-left:: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-indent: -9999px;
	background-repeat:no-repeat;
}
*/
.buttonNext{
	display:block;
	height:37px; width:40px;
	background:transparent url(images/arrowNext.jpg) no-repeat 0 0;
	text-indent:-9009px;
	float:left;
	clear:none;
}
.buttonBack{
	display:block;
	height:37px; width:45px;
	background:transparent url(images/arrowBack.jpg) no-repeat 0 0;
	text-indent:-9009px;
	float:left;
	clear:none;
}
/*
.navArrows a:hover{
	 background-position: 0px -19px;
	background:transparent url(images/arrowBack_f2.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
*/
.buttonBack:hover{
	background:transparent url(images/arrowBack_f2.jpg) no-repeat 0 0;
}
.buttonNext:hover{
	background:transparent url(images/arrowNext_f2.jpg) no-repeat 0 0;
}
.currentSection {
}
.currentSection a:link {
	color: #C00;
}
.currentSection a:visited {
	color: #C00;
}
.currentSection a:hover {
	color: #C00;
}
.currentSection a:active {
	color: #C00;
}
.sectionMarker {
	font-weight: bold;
	color: #C00;
	font-size: 16px;
}
.sideImage {
    padding: 60px 0 0 10px;
	width: 250px;
	float: left;
	/**background-color: #9999FF;/**/
}



.page {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-color: #FFF;
	float: left;
	height: 100%;
	clear: none;
}
