body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.6em;
	background-color: #536;
	background-image: url(images/bgclouds.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: repeat;
	width: 100%;
	margin: 0 auto;

}
#header    {
	width: 800px;
	margin: auto;
	text-align: center;
	background-image: url(images/headerChart.png);
	background-repeat: no-repeat;
	height: 215px;
	background-position: center top;
}
.zeroMargin {
	margin: 0px;
	padding: 0px;
}

#navbar   {
	background-repeat: no-repeat;
	width: 800px;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navbar ul {
	display: inline;
	height: 30px;
}
#navbar li {
	display: inline;
	height: 30px;
	padding: 0 5px;
	margin: 0 10px;
	line-height: 30px;
	background-attachment: scroll;
}
#navbar ul li a, #navbar ul li a:visited , #footer a , #footer a:visited{
	color: #06F;
	text-decoration: none;
	height: 30px;
}
#navbar ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/navbarGlow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.navLinks {
	left: -5px;
	position: absolute;
	display: block;
}
.navHome {

}
#container {
	background-repeat: repeat-y;
	background-position: center top;
	width: 750px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;

}


#container #indexText {
	float: left;
	width: 390px;
}
#container #indexServices {
	float: right;
	padding: 0px;
	width: 390px;
}


h2  {
	font-size: 1.4em;
}
table td{
	vertical-align: top;
}
a, a:visited {
	color: #4141CC;
}

a:hover {
	color: #93c;
}

.back {
	float: left;
}
.forward {
	float: right;
}
.clearBoth {
	clear: both;
}
.halfWidth {
	width: 350px;
}
.highlight1, .highlight1 a {
	color: #9933CC;
	font-weight: bold;
	text-decoration: underline;
}
.highlight2 {
	color: #0000DD;
	font-weight: bold;
}
.highlight3 {
	color: #9933CC;
}

.highlight4 {
	color: #F00;
}

.imgflleft {
	float: left;
	margin: 0px 20px 10px 0px;
}
.optional {
	color: #666;
}

#tocServices {
	font-weight: bold;
}


#pricelist {
	text-align: justify;
}
#pricelist h2, #orderForm1, #bookletBox p {
	margin: 0px;
	padding: 0px;
}
/*Order Page*/
#chartPage {
	width: 750px;
	height: 425px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/chartbg.gif) no-repeat top;
	text-align: center;
}
#chartNav {
	margin: 5px 0;
	padding: 10px;
}
.chartImage{
	border: solid 2px #93C;	
	padding: 5px;
}
#orderHeading {
	padding: 5px 10px;
	background-color: #EEF;
	height: 25px;
	font-size: 18px;
	border: 1px solid #309;
	color: #309;
	font-weight: bold;
}
#orderHeading #orderTitle, #orderHeading #orderPrice {
	margin:0;
	padding:0;
}

#theChart {
	clear: both;
	width: 700px;
	height: 300px;
	margin: auto;
	overflow: auto;
	text-indent: 20px;
	text-align: center;
}
#theChart a {
	text-align: center;
	margin:auto;
	font-size: 12px;
	text-decoration: none;
}#theChart object, #theChart img {
	text-align: center;
	margin:auto;
}
#theChart p {
	text-align: center;
}
#innerChart p {
	text-align: left;
}
#innerChart .chartTable {
	width: 425px;
	text-align: center;
	margin: auto;
}
#chartPage .chapteroutline {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

/*footer*/
#footer {
	font-weight: bold;
	clear: both;
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	color: #000;
	text-align: center;
}

/*pop up validator*/
#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(/images/msg_arrow.gif) no-repeat left center;
	padding-left:7px
}
#msgcontent {
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px
}

/*Container*/
p{
	text-align: justify;
}
#container .centered, .centered{
	text-align: center;
	margin: inherit auto;
}
#container h1 {
	text-align: left;
	margin: 0 auto;
}

#apDiv1 {
	position:fixed;
	width:100%;
	height:400;
	z-index:-1;
	left: 0px;
	top: 200px;
	text-align: center;
}
#apDiv1 object {
	margin: auto;
}
