html, body {height:100%}
body {
	padding:0;
	margin:0;
	background-color:#FFF;
	color: #222;
	font-size:12px;
	font-family:helvetica,verdana, helvetica, arial, sans-serif;
}
#outer{
	height:100%;
	min-height:100%;
	min-width:500px;
	background-color:#FFF;
	margin-bottom:-52px;
	color: #000;


}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	height:70px;
	color: #000;
	text-align:left;
	border-bottom:2px solid #666;
	background:#fff;
	background-image: url('images/header_bg.gif');
	font-weight:normal;
	color: #999;
}

#headerClient{
	height:70px;
	color: #000;
	text-align:left;
	background:#fff;
	font-weight:normal;
	color: #999;
	border-bottom:2px solid #666;
}

#cart_header{
	background:#069;
	color: #FFF;
	text-align:left;
	width=90%;
	padding-left:20px;
	border-top:1px solid #eee;
	border-bottom:2px solid #069;
}

#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	display:inline;/*fix for ie double margin-bug*/
	margin:10px 10px 0px 10px;
	height:1%;
	padding:5px;
	text-align:right;
	line-height:17px;
	color:#fff;
	background-color:#3366cc;
	border-top: 10px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 10px solid #000;
	
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin:15px 5px 0px 0px;
	padding:0px;

}

#footer {
	height:50px;
	clear:both;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	position:relative;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:0px;
	background-color:#eee;
	
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	background-color:#FFF;
	height:1%;/* combat IE's 3 pixel jog */
	margin:15px 140px 12px 200px;
}
#left img,#right img {margin-top:3px}
#footer a {color:#fff}










.attentionYellow {
	color: #000;
	background: #FF0;
	border: 3px double #000;
	padding:20px;
	margin:20px;
}
.attention {
	color: #000;
	background: #eee;
	border: 3px double #000;
	padding:10px;
}

.preamble {
	color: #000;
	background: #D7E5FF;
	border-top: 1px solid #000;
	border-right: 10px solid #000;
	border-left: 10px solid #000;
	border-bottom: 1px solid #000;
	font-style:italic;
	padding:10px;
}

.sidebarTitle {
	padding-right:2px;
	padding-left:2px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	color: #FFF;
	background: #36c;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}




.sidebarContent {
	padding:3px;
	font-size:10px;
	font-weight:normal;
	color: #000;
	background: #eee;
	border: 1px solid #ddd;

}

	
	
.heading {
display:none;
}


.image {
 border: 1px solid #000;
}


.headerTable {
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	}



.cellBackgroundDark {
	font-weight:normal;
	color: #36c;
	text-decoration: none;
	background-color: #ddd;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

.cellBackgroundLight {
	font-weight:normal;
	color: #36c;
	text-decoration: none;
	background-color: #eee;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	

.cellTitle {
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background: #36c;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	}


.error {
	font-size:12px;
	font-weight:bold;
	color: #f00;
	}

.description {
	font-size:14px;
	font-weight:normal;
	color: #000;
	}
	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	line-height:24px;
	font-weight:900;
	color:#36c;
	border-bottom:2px solid #666;
	}
p {
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	

.button {
	font-size: 10px;
	font-weight:	bold;
	color:#fff;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
	background-color: #36c; border-style: solid;
	border-top-width: 1px; border-right-width: 1px;
	border-bottom-width: 1px; border-left-width: 1px;
}

.buttonSpell {
	font-size:10px;
	color: #330099;
	background-color: #FFFFFF;
	border: solid 1px;
	font-weight:	bold;
}

.buttonCart {
	font-size: 14px;
	font-weight:	bold;
	color:#fff;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
	background-color: #f00; border-style: solid;
	border-top-width: 1px; border-right-width: 1px;
	border-bottom-width: 1px; border-left-width: 1px;
}



td {
	padding: 2px;

}





.publicTable {
	color:#000;
	background-color: #eee;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	border: 1px solid #ddd;
	padding:10px;

}




a.red {
	color:#f30;
	text-decoration:none;
	font-weight:bold;
	}
a.red:link {color:#f30;}
a.red:visited {color:#f30;}
a.red:hover {color:#f30;}







a.white {
	font-size:10px;
	color:#eee;
	text-decoration:none;
	font-weight:bold;
	}
a.white:link {color:#eee;}
a.white:visited {color:#eee;}
a.white:hover {color:#F00;}


.form {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	background-color: #F1F1F1;
	border:1px dashed #666;
}

.formField {
	color: #000;
	font-weight:normal;
	font-size:10px;
	border: solid 1px;
	border-color: #ccc;
	background-image: url('images/textfield.gif');
}

.formArea {
	font-weight:normal;
	color: #000;
	border: solid 1px;
	border-color: #ccc;
}



a,a:link,a:visited {
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover{
	text-decoration:none;
}






a.navelement,a.navelement:link,a.navelement:visited {
	font-weight:normal;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-align: right;
	display: block;
	width: 150px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}



a.navelement:hover{
	color:#000;
	font-size:11px;
	background-color: #eee;
	text-decoration:none;
}


.navHeading {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align: right;
	display: block;
	width: 160px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

a.navHeading,a.navHeading:link,a.navHeading:visited,a.navHeading:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align: right;
	display: block;
	width: 160px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}






.bl {
	background-color: #D7E5FF;
}

.pn {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	font-size: 16px;
}
caption {
	font-size: 10px;
}

sm {
	font-size: 10px;
}
.sm {
	font-size: 11px;
	font-family: Tahoma;
}
.bl2 {
	background-color: #D7E5FF;
	padding: 8px;
	color: #000000;
}
.red {
	color: #990000;
}

.mb4 {
	margin: 4px;

}

