body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: Black;
	font-size: 80%;
	height:100%;
	width:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background : #B8BFC6;	
}

#container{
	height:100%;
	min-height:100%;
	width:700px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	margin-bottom:-32px;
	/* make room for footer */
	position:relative;
	background : White;
}

#breadcrumbs {
	padding-bottom: 3px;
	text-align:right;
	font-size: 10px;
}

html>body #container{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:626px;
}


html, body {
    height: 100%;
}

#banner {
	position:absolute;
	top:0;
	left:0;
	width:700px;
	height:152px;
	background:#8C80A7;
	overflow:hidden;
	color: #000000;
	z-index:100;
	border-bottom : 2px solid white;
}

#bannercol1 {
	position:relative;/*ie needs this to show float */
	float:left;
	width:192px;

	padding-top:70px;/*needed to make room for header*/
	padding-left:5px;
	padding-bottom:0px;/* needed to make room for footer */
	color:white;
	font-weight:bold;
	z-index:200;
}

#bannercol2 {
	width:98px;
	float:right;
	padding-top:60px;
	padding-bottom:0px;
	height:100%;
	/* needed to make room for footer */
	background : url(/images/background/bannercol2.gif) repeat-x;
}

#bannercol3 {
	position:relative;/*ie needs this to show float */
	width:396px;
	float:right;
	padding-top:0px;/*needed to make room for header*/
	padding-bottom:0px;/* needed to make room for footer */
}

#logo {
	position:absolute;/*ie needs this to show float */
	left:0px;
	top:0px;
}
#productnav {
	position:relative;
	top:0px;
	height:100%;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	background-color : #B8BFC6;
	border-left: 2px solid White;
}

#productnav ul {
	margin: 0;
	padding: 0;

}
 #productnav li {
	margin-left: 0;
	padding: 0px 5px;
	list-style: none;
}
 #productnav a {
	text-decoration:none;
	color:white;
}

#productnav .current a {
	text-decoration: none;
	border-bottom: 1px solid orange;
}
	  
#TopNavBorder {
	position:relative;
	top:0;
	left:0;
	top: 154px;
	height:9px;
	background : url(/images/background/FrontTopNav_1.gif) repeat-x;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#fronttopnav {
	background : #442C82 ;
	position:relative;
	top:0;
	left:0;
	top: 154px;
	color:white;
	font-weight:bold;
	padding : 3px 3px;
}
#fronttopnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
 #fronttopnav li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid White;
	list-style: none;
	display: inline;
}
 #fronttopnav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
 #fronttopnav a {
	color:white;
	text-decoration:none;
}

#content {
	clear:both;
	position:absolute;
	top: 178px;
	left:0px;
	width:680px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background : White;
}
#footer {
	clear:both;
	font-size:80%;
	color: #000000;
	text-align:center;
	margin:auto;
	position: relative;
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}

#clearheader{height:72px;}/*needed to make room for header*/

#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/

div,p {margin-top:0}/*clear top margin for mozilla*/

* html #content {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#content p { margin: 0 0 1em 0; }

#content h1 { 	
	margin: 0 0 .5em 0; 
		font-size: 100%;
}

#content h2 { margin: 0 0 .5em 0; }


#content a:link {
	color:Blue;
	text-decoration : underline;
}

A, A:VISITED, A:LINK {
	color : Blue;	
}
#youarehere {
	color: orange;
	font-weight:bold;
}
div.clear {
	clear : both;
}

