/* CSS Document */
#standardPage
{
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 5;
	height: 850px;
	width: 900px;
	top: 10px;
	left: 10px;
	right: 10px;;
}

#topBar {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 75px;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url(../images/sunsetFadeoutSlice.jpg);
}

#topBarForegroundTextBox {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 15;
	height: 75px;
	top:  0px;
	left: 0px;
	right: 0px;
}

.topBarForegroundTextStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: dark-brown;
	letter-spacing: 0.5em;
	z-index: 20;
	left: 50px;
	top: 10px;
	position: absolute;
	visibility: visible;
	line-height: 60px;
	text-indent: 60px;
}

#topBarBackgroundTextBox {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 12;
	height: 75px;
	top: 0px;
	left: 0px;
	right: 0px;
}

.topBarBackgroundTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: 900;
	color: #CC9933;
	letter-spacing: 0.5em;
	visibility: visible;
	z-index: 15;
	left: 30px;
	top: 10px;
	position: absolute;
	line-height: 75px;
	text-indent: 70px;
}

#leftBar {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	right: 895px;
	top: 75px;
	bottom: 5px;
	border: none;
	background-color: #000000;
}

#rightBar {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 895px;
	right: 0px;
	top: 75px;
	bottom: 5px;
	border: none;
	background-color: #000000;
}

#mainBar {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	bottom: 5px;
	right: 5px;
	left: 5px;
	top: 75px;
	padding: 10px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
}

/*#mainBarTextBox {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 15;
	height: 740px;
	width: 860px;
	left: 20px;
	top: 15px;
	bottom: 15px;
	right: 20px;
	border: none
}*/

.mainBarTextStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	z-index: 20;
	top: 0px;
}

#bottomBar {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	width: 900px;
	top: 845px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000000;
}

#pageNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index:15;
	height: inherit;
	width: 300px;
	left: 310px;
	top: 0px;
}

#upLinkNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 20;
	height: inherit;
	width: 100px;
	left: 100px;
	top: 5px;
}

.upLinkNavBarTextStyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	text-align: center;
	position:absolute;
	top: 0px;
	text-decoration: none;	
}

#previousPageNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index:20;
	height: inherit;
	width: 100px;
	left: 0px;
	top: 5px;
}

.previousPageNavBarTextStyle {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	visibility: visible;
	z-index: 35;
	left: 0px;
	top: 0px;
	position: absolute;
	text-decoration: none	
}

#currentPageNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index:20;
	height: inherit;
	width: 100px;
	left: 100px;
	top: 5px;
}
    
.currentPageNavBarTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	top: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none	
}

#nextPageNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index:20;
	height: inherit;
	width: 100px;
	left: 200px;
	top: 5px;
}
 
.nextPageNavBarTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	position: absolute;
	right: 0px;
	top: 0px;
	text-decoration: none
}   
   
	
.professionalPoint {
    margin-left: 20px;
	margin-right: 20px;
	border-style: solid;
	border-color: #663300;
	background-color:#FFFFCC;
	padding: 10px;
	h1.style.font-size:12px;
}
	