body {
	font: normal normal normal 95% Arial,sans-serif;
	background-image: url('images/pagebkgrnd.jpg');
	padding-left: 11px;
}

img{border:none;}

#container {
	background-position: right;
	position: relative;
	width: 720px;
	height: 600px;
	z-index: 1;
	border: 1px black solid;
	background-image: url('images/body_background.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF ;
}

/* Holds graphic and descriptions for each page */
#blocktitle {
	position: absolute;
	height: 246px;
	z-index: 12;
	background-color: #000000;
	width: 720px;
	left: 0;
	top: 0;
}

/* Page title */
#pagetitle {
	position: absolute;
	width: 410px;
	height: 59px;
	z-index: 10;
	top: 29px;
	left: 300px;
	text-align: center;
}

#content {
	position: absolute;
	width: 690px;
	height: 643px;
	z-index: 9;
	left: 11px;
	top: 258px;
}
/* page description under title */
#pagedescription {
	position: absolute;
	width: 410px;
	height: 20px;
	z-index: 11;
	top: 103px;
	left: 300px;
	color: #E94E00;
	font-size: 14px;
	text-align: center;
}

#bodyheader {
	position: absolute;
	width: 720px;
	height: 83px;
	z-index: 9;
	left: 0px;
	background-image: url(images/body_header.jpg);
	top: 163px;
}

#footer{
	position: absolute;
	width: 720px;
	height: 66px;
	z-index: 3;
	left: 0px;
	visibility: visible;
	background-image: url(images/body_footer.jpg);
	top: 771px;
}

.hiddenPic {display:none;}

.listimage{
  list-style-image:url('images/paragraph_bullet.gif')
}

 .lightblue {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #0396ff;
	text-align: left;
	position: absolute;
	visibility: visible;
}

#copyright {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #808080;
	vertical-align: middle;
	text-align: center;
	position: absolute;
}

#design {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #C0C0C0;
	vertical-align: middle;
	text-align: center;
	position: absolute;
}

#navigation {
	position: absolute;
	text-align: left;
	width: 710px;
	height: 25px;
	z-index: 4;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

#navlist{
    margin: 0;
    padding: 2px 0px 0px 20px;
    background-color: transparent;
    font-family: Arial,sans-serif;
    font-size: 12px;
    height:25px
}

#navlist #active a{
  background-color:#0396FF
}

#navlist a{
	border: 1px solid #333;
	border-bottom:2px solid #333;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #ccc;
}

#navlist a:hover{
    background-color:#eee
}

#navlist li{
  padding-right:1px;
  display:inline;
  font-size:10px
}

.h1 {
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #105cc6;
}

.h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	text-align:left;
}
.h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-align:left;
}

#navbuynow a{
  display:block;
  background-color:transparent;
  background-image:url(images/buynow_0.gif);
  background-repeat:no-repeat;
  background-position:center;
}

#navbuynow li{
  margin:0 0 0 0;
}

#navbuynow ul{
  margin-left:auto;
  margin-right:auto;
  padding:0;
  list-style-type:none;
}

#navbuynow a:hover{
  background-image:url(images/buynow_1.gif)
}

#navdownload a{
	display: block;
	background-color: transparent;
	background-image: url(images/download_0.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#navdownload li{
  margin:0 0 0 0;
}

#navdownload ul{
  margin-left:auto;
  margin-right:auto;
  padding:0;
  list-style-type:none;
}

#navdownload a:hover{
  background-image:url(images/download_1.gif)
}

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.textnavigation {
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #808080;
	right: auto;
	left: auto;
	text-decoration: none;
}
#center_div{
	width:720px;
	text-align: center;	
   	margin-left: auto; 
    margin-right: auto  
