body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #1c3664;

	
}
a{
color: #000066;
font-weight: bold;
text-decoration: none;
}
a:hover{
color: #0066CC;
text-decoration: underline;
}

#logo{
 	position: absolute;
	left: 200px;
	top: 0px;
	z-index: 3;
}

#nav1{
	background-image: url(../images/menu.jpg);
	background-repeat:no-repeat;
	width: 715px;
	height: 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align:center;
	}
.fixednav{
text-align: right;
color: white;
}
a.fixednav{
color: white;
text-decoration: none;
}
a.fixednav:hover{
color: #0099FF;
}
a.nav1{
text-decoration: none;
color: white;
}
a.nav1:hover{
text-decoration: underline;
}
#nav2{
	width: 715px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: normal;
	text-align:left;
	}
a.nav2{
text-decoration: none;
color: white;
}
.tips{
background-color: #99CCFF;
border:solid 1px #000099;
padding: 1px;
}
a.nav2:hover{
text-decoration: underline;
}

#pagecontent{
	width: 715px;
	background-image: url(../images/background_sliver.jpg);
	background-repeat: repeat-y;
	z-index: 3;
}
#banner{
height: 181px;
width: 715px;
z-index: 5;
}
#content{
padding: 5px;
z-index: 4;
width: 670px;

/*background-image: url(../images/background_sliver.jpg);
background-repeat: repeat-x;*/

}
#subnav{
position: relative;
float: left;
top: 5px;
z-index: 4;
width: 190px;
height: 340px;
font-size:10px;
}
.header{
font-size: 14px;
color: #1c3664;
font-weight:bold;
}
.button{
color: #006699;
border:#1c3664 1px solid;
font-weight: bold;
}
.productdesc{
border: 1px solid #1c3664;
background-color:#CCCCCC;
}
.productpic{
border: 1px solid #1c3664;
}
.titleheader{
font-weight: none;
color: #1c3664;
font-size: 12px;
}
.smalltext{
	font-size: 10px;
	color: Red;
}
