body
{
	background-color: White;
	font-family: Arial;
	font-size: small;
}

a:link
{
	color: #008F8F;
	font-weight: bolder;
	text-decoration: none;
}

a:visited
{
	color: #008F8F;
	font-weight: bolder;
	text-decoration: none;
}

a:hover
{
	color: #004F4F;
	font-weight: bolder;
	text-decoration: none;
}

#fullWidthDiv
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#outerDiv
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#leftDiv
{
	background: url('images/lborder.gif') no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 600px;
}

#rightDiv
{
	background: url('images/rborder.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 740px;
	width: 60px;
	height: 600px;
}

#centerDiv
{
	position: absolute;
	top: 0px;
	left: 40px;
}

#headerDiv
{
	position: relative;
	left: 0px;
	top: 0px;
}

#leftHeaderBorderDiv
{
	position: absolute;
	background: url('images/lhdrborder.gif') no-repeat;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 100px;
}

#centerHeaderDiv
{
	position: absolute;
	background: url('images/sky.gif') repeat-x;
	left: 20px;
	top: 0px;
	width: 680px;
	height: 100px;
}

#rightHeaderBorderDiv
{
	position: absolute;
	background: url('images/rhdrborder.gif') no-repeat;
	left: 700px;
	top: 0px;
	width: 20px;
	height: 100px;
}

#headerImageDiv
{
	position: absolute;
	background: url('images/bishop.gif') no-repeat;
	left: 0;
	top: 0;
	width: 400px;
	height: 100px;
}

#headerCatchPhraseDiv
{
	position: absolute;
	left: 450px;
	top: 20px;
	width: 250px;
	height: 20px;
	color: #FBFEFE;
}

#headerLogoDiv
{
	position: absolute;
	background: url('images/ososlo.gif') no-repeat;
	left: 20px;
	top: 10px;
	width: 83px;
	height: 17px;
}


#footerDiv
{
	position: relative;
	top: 126px;
	height: 40px;
	color: #FBFEFE;
	font-size: smaller;
}

#leftFooterDiv
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('images/lftrborder.gif') no-repeat;
	width: 20px;
	height: 40px;
}

#rightFooterDiv
{
	position: absolute;
	left: 700px;
	top: 0px;
	background: url('images/rftrborder.gif') no-repeat;
	width: 20px;
	height: 40px;
}

#centerFooterDiv
{
	position: absolute;
	left: 20px;
	top: 0px;
	background: url('images/sea.gif') repeat-x;
	height: 40px;
	width: 680px;
	padding-top: 18px;
	text-align: center;
}

#menuDiv
{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 700px;
	height: 26px;
	padding-left: 20px;
	background: url('images/menubar.gif') repeat-x;
}

#menuDiv .mainmenu
{
	float: left;
	height: 21px;
	margin: 2px -1px 2px -1px;
	padding: 1px 10px 0px 10px;
	font-weight: bold;
	font-size: 1.1em;
	border-left: solid thin #00E8E8;
	border-right: solid thin #00E8E8;
}

#menuDiv .mainmenu a:link
{
	color: #008F8F;
	text-decoration: none;
}

#menuDiv .mainmenu a:visited
{
	color: #008F8F;
	text-decoration: none;
}

#menuDiv .mainmenu a:hover
{
	color: #004F4F;
	text-decoration: none;
}

#contentDiv
{
	position: relative;
	top: 126px;
	background-color: #FBFEFE;
	min-height: 400px;
	padding: 20px 30px 20px 30px;
	width: 660px;
}

#contentDiv h1
{
	font-size: x-large;
	color: #3F7F7F;
}

#contentDiv h2
{
	font-size: large;
	color: #3F7F7F;
}

#contentDiv h3
{
	font-size: larger;
	font-style: italic;
	color: #3F7F7F;
}

.validator
{
	color: Red;
}

#productActionDiv
{
	position: relative;
	float: right;
	text-align: left;
	margin-left: 20px;
	width: 240px;
	height: 170px;
}

#downloadDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 127px;
	height: 26px;
}

#paypalForm
{
	position: absolute;
	top: 42px;
	left: 0px;
}

#paypalVerified
{
	position: absolute;
	top: 0px;
	left: 140px;
}

ul 
{
	padding: 3px;
	list-style: none;
	margin: -1px 0px -1px 9px;
}

li 
{
	background-image: url('images/list1.gif');
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 14px;
	background-position: 0 .4em;
}
