/*************************  ID's *************************/

#topBar {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	height: 45px;	
	background-color: #414BCD;	
	margin: 0;
	border-bottom: 10px inset #8C88E3;	
}

#navigation {
	position: absolute;
	z-index: 1;
	width: 180px;
	padding-right:10px;
	padding-top: 0px;	
	top: 70px;
	left: 1%;	
	height:100%;	
	border-right: 1px solid #000000;
	text-align:right;
	background-image:url("../imgs/lineTileLighter.gif");
	background-repeat: repeat;
	}
	
#navigationCart {
	position: absolute;
	z-index: 1;
	width: 150px;
	padding-right:0px;
	padding-top: 0px;	
	top: 70px;
	left: 1%;	
	height:100%;	
	border-right: 1px solid #000000;
	text-align:right;
	background-image:url("../imgs/lineTileLighter.gif");
	background-repeat: repeat;
	}

#centerDoc {
	position: absolute;	
	width:auto;
	left: 220px;
	top: 70px;	
	text-align:left;
	z-index: 1;	
	margin: 0px 0 20px 0px; /*top right bottom left*/	
}

#centerDocCart {
	position: absolute;	
	width:auto;
	left: 180px;
	top: 70px;	
	text-align:left;
	z-index: 1;	
	margin: 0px 0 20px 0px; /*top right bottom left*/	
}

#cart {
	float:left;
	display: block;
	z-index: 1;
	position: relative;
	padding:5px 5px 10px 5px; /*top right bottom left*/
	margin-right:0px;
	margin-left:0px;
	margin-bottom:10px;
	/*width:625px;*/
	background-color: white;	
	border:1px dashed #000000;
	border-style:ridge;
}

#floater {
	float:right;
	display: block;
	z-index: 1;
	position: relative;
	padding:5px 5px 10px 5px; /*top right bottom left*/
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	width:160px;
	background-color: #F4F4F4;	
	border:1px dashed #000000
}

/*************************  ID's *************************/


body {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;	
	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 0;
	}
	
p {
width:96%;
}	

#floater p {
padding:0px 0px 10px 0px;/*top right bottom left*/
width:99%;
margin:0px 0px 10px 0px;/*top right bottom left*/

}

h1 {
	font-size: 18px;
	font-style: normal;	
	font-weight: bold;	
}

h2 {
	font-size: 16px;
	font-style: normal;	
	font-weight: bold;	
	color:Black;
}

h3 {
	font-size: 14px;
	font-style: normal;	
	font-weight: bold;	
}

h4 {
	font-size: 10px;
	font-style: normal;	
	font-weight: bold;	
}

ol li {
	list-style-type: decimal;
	line-height: 170%;	
}

ul li {
	list-style-type: square;
	line-height: 170%;	
}

#navigation ul li {
	list-style-type: none;
	line-height: 170%;	
}


input {
	font-size: 10px;
	font-weight: normal;	
}

	
a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 color: blue;
 font-weight: bold
}

a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: blue;
 font-weight: bold
}

a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: red;
 font-weight: bold
}

a:active {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold
}





