/***********************************************/
/* Large Font Styles*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,Arial,sans-serif;
	font-size:80%;
	color: #333333;
	line-height: 1.166em;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF fixed;
	background-image: url("../images/bg_grad.jpg");
}

p.home {
  color: #333333;
  font-family: Verdana, Arial, sans-serif; 
  font-size:12px;
  line-height: 1.166em;	
  margin: 0px;
  padding: 0px;
}

p.relax, li.relax, td.relax, a.relax:link {
  color: #333333;
  font-family: Verdana, Arial, sans-serif; 
  font-size:12px;
  line-height: 1.4em;	
  padding: 0px;
}

/******* tables with shadowed edges *******/
table.page { }
td.page-top { height: 20px;  background-image: url(../images/borders/page/top.gif)}
td.page-topRight { width: 28px; height: 20px; background-image: url(../images/borders/page/topRight.gif)}			 
td.page-right { width: 28px; background-image: url(../images/borders/page/right.gif)}
td.page-bottomRight { width: 28px; height: 38px; background-image: url(../images/borders/page/bottomRight.gif)}	
td.page-bottom { height: 38px; background-image: url(../images/borders/page/bottom.gif)}
td.page-bottomLeft { width: 28px; height: 38px; background-image: url(../images/borders/page/bottomLeft.gif)}	
td.page-left { width: 28px; background-image: url(../images/borders/page/left.gif)}
td.page-topLeft { width: 28px; height: 20px; background-image: url(../images/borders/page/topLeft.gif)}			 
td.page-center { background-color: white  }

td.page-topRightRound { width: 28px; height: 20px; background-image: url(../images/borders/page/topRightRound.gif)}
td.page-topLeftRound { width: 28px; height: 20px; background-image: url(../images/borders/page/topLeftRound.gif)}

table.round { }
td.round-top { height: 16px;  background-image: url(../images/borders/round/top.gif)}
td.round-topRight { width: 16px; height: 16px; background-image: url(../images/borders/round/topRight.gif)}
td.round-right { width: 16px; background-image: url(../images/borders/round/right.gif)}
td.round-bottomRight { width: 16px; height: 16px; background-image: url(../images/borders/round/bottomRight.gif)}	
td.round-bottom { height: 16px; background-image: url(../images/borders/round/bottom.gif)}
td.round-bottomLeft { width: 16px; height: 16px; background-image: url(../images/borders/round/bottomLeft.gif)}	
td.round-left { width: 16px; background-image: url(../images/borders/round/left.gif)}
td.round-topLeft { width: 16px; height: 16px; background-image: url(../images/borders/round/topLeft.gif)}			 
td.round-center { background-color: white  }

table.shadow { }
td.shadow-top { height: 16px;  background-image: url(../images/borders/shadow/top.gif)}
td.shadow-topRight { width: 16px; height: 16px; background-image: url(../images/borders/shadow/topRight.gif)}
td.shadow-right { width: 16px; background-image: url(../images/borders/shadow/right.gif)}
td.shadow-bottomRight { width: 16px; height: 16px; background-image: url(../images/borders/shadow/bottomRight.gif)}	
td.shadow-bottom { height: 16px; background-image: url(../images/borders/shadow/bottom.gif)}
td.shadow-bottomLeft { width: 16px; height: 16px; background-image: url(../images/borders/shadow/bottomLeft.gif)}	
td.shadow-left { width: 16px; background-image: url(../images/borders/shadow/left.gif)}
td.shadow-topLeft { width: 16px; height: 16px; background-image: url(../images/borders/shadow/topLeft.gif)}
td.shadow-center { background-color: white  }


/******* hyperlink and anchor tag styles *******/

a:link {
	font:100% Verdana,Arial,sans-serif;
	color: #1C0D81;
	text-decoration:none;
	}

a:visited {
	font:100% Verdana,Arial,sans-serif;
	color:#3065AE;
	text-decoration:none;
}
a:hover{
	font:100% Verdana,Arial,sans-serif;
	text-decoration: underline;
	color:#7A170D;
}

.home a:link {
	font:100% Verdana,Arial,sans-serif;
	color: #000000;
	text-decoration:none;
	text-weight:bold;
	}
	
.home a:hover{
	font:100% Verdana,Arial,sans-serif;
	text-decoration: underline;
	color:#7A170D;
	text-weight:bold;
}
	
.home a:visited {
	font:100% Verdana,Arial,sans-serif;
	color:#000000;
	text-weight:bold;
	text-decoration:none;
}

/************** header tag styles **************/

h1{
 font: bold 130% Verdana,Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 105% Verdana,Arial,sans-serif;
 color: #3065AE;
 margin: 0;
 padding-right: 4px;
 text-align:center;
}

h3{
 font: bold 105% Verdana,Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h4{
 font: 105% Verdana,Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}

h5{
 font: 105% Verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h6{
 font: 100% Verdana,Arial,sans-serif;
 color: #1C0D81;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	background-color: #ffffff;
	border-top:1px solid #CCCCCC;
	border-right:1px inset #3065ae;
	width:900px;
	top:90px;
	left: 0px;
	z-index: 1;
}

#tl {
	position:absolute;
	top: -1px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#borderr {
	position:absolute;
	top: -1px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


#masthead{
	position: absolute;
	top: 0px;
	left:0px;
	width: 900px;
	height:96px;
	background-image: url("../images/topbanner.jpg");
	background-repeat:no-repeat;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}

#siteName{
	padding: 0px;
	margin: 0px;
}

#fontSizer{
	position:relative;
	left:15px;
	top:3px;
	width:100px;
	height:20px;
	z-index:10;
	overflow:hidden;
}
.fontsize {
font:bold 12px/105% Arial, Helvetica, sans-serif;
color:#333333;
}





/*******************************************/

/************** shoppingCart styles *****************/

#shoppingcart{
	font: 105% Verdana,sans-serif;
	width:465px;
	position: absolute;
	text-align:right;
	right: 10px;
	top:22px;
	z-index: 100;
	left: 430px;
}

.shoppingcart p {
	font-size:105%;
	padding:0px;
	margin:0px;
	color: #000000;
	}

.shoppingcart a:link, .shoppingcart a:visited{
	color: #1C0D81;
	text-decoration: none;
}

.shoppingcart a:hover{
	text-decoration: underline;
}

/*******************************************/


/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 900px;
	color: #cccccc;
	padding: 6px 0 6px 0;
	margin: 0px;
	background-image: url("../images/topnavback.jpg");
	border-bottom:1px solid #CCCCCC;
	border-right:1px ridge #3065ae;
	top: 65px;
}

#globalNav img{
	margin-bottom: -4px;
}


a.glink, a.glink:visited{
	font-size:12px;
	color: #1C0D81;
	font-weight: bold;
	margin:0 15px 15px 0;
}

a.glink:hover{
  	font-size:12px;
	font-weight: bold;
	color:#7A170D;
	text-decoration: underline;
}

a.glinkLeft, a.glinkLeft:visited{
	font-size:12px;
	color: #1C0D81;
	font-weight: bold;
	padding-left:190px;
	margin-right:35px;
}

a.glinkLeft:hover{
  	font-size:12px;
	font-weight: bold;
	color:#7A170D;
	text-decoration:underline;
}


.skipLinks {display: none;}

/*******************************************/

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 105%;
	vertical-align:top;
}
html>body .feature {height: auto;}



.feature h3{
	font: bold 185% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.feature h4 {
	color:#3065AE;
	text-align:left;
	}

.feature h5{
 font: 105% Verdana,Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
 font-weight:normal;
 }

.feature h6 {
	font:bold 185% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
	text-align:left;
}

.feature img{
	padding:4px;
	margin-left:4px;
}

.featureTitle{
	padding:2px 10px 2px 5px;
	border-bottom:1px dotted #CCCCCC;
}


/*******************************************/

/*************** story styles ******************/

.story {
	padding: 10px;
	font-size: 105%;
}

.story h3{
	font: bold 135% Verdana,Arial,sans-serif;
	color: #000000;
}

.story h1{
	font: bold 125% Verdana,Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
	font: normal 105% Verdana,Arial,sans-serif;
	color: #000000;
}

.story a.capsule{
	font: bold 1em Verdana,Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
.story img{
	float: left;
	padding: 2px;
	margin: 10px;
	border:1px solid #CCCCCC;
}

/*******************************************/
/* Red Button for Product Pages */
/*******************************************/

.leftendcap {
background-image: url("../images/products/buttons/leftendcap.gif");
background-repeat:no-repeat;
width:16px;
height:24px;
}
.rightendcap {
background-image: url("../images/products/buttons/rightendcap.gif");
background-repeat:no-repeat;
width:16px;
height:24px;
}
.textback {
padding:2px 4px 2px 4px;
font-size:80%;
background-image: url("../images/products/buttons/background.gif");
background-repeat:repeat-x;
height:24px;
text-align:center;
}
.textback a {
color:#FFFFFF;
font-weight:bold;
}

.textback a:link {
color:#FFFFFF;
}

.textback a:visited {
color:#FFFFFF;
}
.textback a:hover {
color:#FFFFFF;
text-decoration:underline;
}

.spacer {
background-image: url("../images/products/buttons/productbuttonspacer.gif");
background-repeat:no-repeat;
width:20px;
height:24px;}

.carticon {
background-image: url("../images/products/buttons/carticon.gif");
background-repeat:no-repeat;
height:24px;
width:20px;
}
.lowerrow{
height:24px;
font-size:75%;
text-align:center;
background-color:#FFFFFF;
}
.lowerrow h1 {
font-weight:normal;
text-align:center;
color:#333333;
margin:2px;
}
/*******************************************/
/*siteInfo styles                          */
/*******************************************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 105%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.siteinfofooter {
	line-height:1.6em;
	}

/*******************************************/

/************ sectionLinks styles **************/
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-image: url("../images/general/lnavback.jpg");
	background-repeat: repeat-x;
	background-color: #D5D5D5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}


#sectionLinks{
	margin: 0px;
	padding: 0 0 600px 0;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 2px inset #cccccc;
	padding: 3px 0px 3px 10px;
	color: #333333;
}

#sectionLinks a:hover{
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}


/*******************************************/

/**************** Class for Non-Java Navigation *****************/

.nojavamenu {
	margin:10px 0 5px 15px;
	}
	
	.nojavamenu h1 {
	
	font-size:110%;
	text-align:left;
	color:#0000a0;
	font-weight:bold;
	line-height:.4em;
	}

	.nojavamenu p {
	font-size:105%;
	text-align:left;
	color:#333333;
	}
	
	.nojavamenu a {
	line-height:1.8em;
	}
	
	.nojavamenu a:link {
	font-size:105%;
	text-align:left;
	color:#333333;
	text-decoration:none;
	padding:4px;
	}
	
	.nojavamenu a:visited {
	font-size:105%;
	text-align:left;
	color:#333333;
	text-decoration:none;
	padding:4px;
	}
	.nojavamenu a:hover {
	font-size:105%;
	text-align:left;
	color:#990000;
	background-color:#B7D7EE;
	border:1px solid #999999;
	padding:3px;
	text-decoration:none;
	}


/***********************************************/
/* Home Page Styles*/
/***********************************************/

/* Styles for Home Page Flash */

#hpFlash {
padding:0px;
margin:0px;
width:340px;
height:310px;
z-index:0;
}



/* Styles For 3 Column Layout */

	.hptext {
	padding-left:4px;
	}
	.hptext img {
	padding:4px;
	float:right;
	}
	
	.hptext h1 {
	
	font-size:135%;
	text-align:left;
	color:#7A170D;
	font-weight:bold;
	
	}
	
	.hptext h2 {
	font-size:110%;
	text-align:left;
	color:#3065AE;
	font-weight:bold;
	}
	
	.hptext h3 {
	font-size:105%;
	text-align:center;
	color:#333333;
	font-weight:normal;
	
	}
	
	.hptext p {
	font-size:105%;
	text-align:left;
	color:#333333;
	font-weight:normal;
	}
	
	.hptext a {
	padding-bottom:5px;
	}
	
	.hptext a:link {
	font-size:105%;
	text-align:left;
	color:#1C0D81;
	text-decoration:underline;
	}
	
	.hptext a:visited {
	font-size:105%;
	text-align:left;
	color:#3065AE;
	text-decoration:underline;
	}
	.hptext a:hover {
	font-size:105%;
	text-align:left;
	color:#7A170D;
	text-decoration:underline;
	}
	
	/* Home Page Text Non-Colored Varient */
	
	.hptext2 {
	padding-left:4px;
	}
	
	.hptext2 img {
	padding:4px;
	float:right;
	}
	
	.hptext2 h1 {
	
	font-size:135%;
	text-align:left;
	color:#7A170D;
	font-weight:bold;
	
	}
	
	.hptext2 h2 {
	font-size:110%;
	text-align:left;
	color:#3065AE;
	font-weight:bold;
	}
	
	.hptext2 h3 {
	font-size:105%;
	text-align:center;
	color:#333333;
	font-weight:normal;
	
	}
	
	.hptext2 p {
	font-size:105%;
	text-align:left;
	color:#333333;
	font-weight:normal;
	}
	
	.hptext2 a {
	padding-bottom:2px;
	}
	
	.hptext2 a:link {
	font-size:105%;
	text-align:left;
	color:#333333;
	text-decoration:none;
	}
	
	.hptext2 a:visited {
	font-size:105%;
	text-align:left;
	color:#333333;
	text-decoration:none;
	}
	.hptext2 a:hover {
	font-size:105%;
	text-align:left;
	color:#7A170D;
	text-decoration:underline;
	}

	/*Div IDs and Classes for Column Body*/
	
	
	#hpmain2 {
		margin:0; padding:0;
		overflow:hidden;
		}
		
	#hpmain3 {
		position:relative;
		width:690px;
		margin-top:10px; padding:0;
		border-top:1px dotted #CCCCCC;
		overflow:hidden;
		}
		
	#hpleft {
		float:left;
		width:350px;
		margin:0px; padding-left:15px; padding-top:5px;
		}
	#hpright {
		float:right;
		width:300px;
		border-left:1px dotted #CCCCCC;
		padding-left:5px;
		padding-top:10px;
		}
	#hpmiddle {
		margin:0 230px; padding:0;
		}
	.hpbottomleft {
		float:left;
		width:290px;
		margin:0px; padding-left:5px;
		}
	.hpbottomright {
		float:right;
		width:365px;
		border-left:1px dotted #CCCCCC;
		margin:0; padding-left:5px;
		}
	.hpcolumn-in {
		margin:0; padding:0.5em 1em;
		}
	.hpcleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
		
		/* Styles for Home Page Headings that link to Product Pages */
		
		.hpfeature {
		
		margin-top:10px;
		margin-bottom:10px;
		color:#000000;
		font: 200% Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-align:center;
		}
		
		.hpheaderlink {
	padding:4px 0 0 4px;
	margin:0px;
	}
	
	.hpheaderlink a {
	padding-bottom:0px;
	}
	
	.hpheaderlink a:link {
	font-size:135%;
	text-align:left;
	color:#7A170D;
	text-decoration:none;
	font-weight:bold;
	}
	
	.hpheaderlink a:visited {
	font-size:135%;
	text-align:left;
	color:#7A170D;
	text-decoration: none;
	font-weight:bold;
	}
	.hpheaderlink a:hover {
	font-size:135%;
	text-align:left;
	color:#1C0D81;
	text-decoration:none;
	font-weight:bold;
	}
	
/***********************************************/
/* Product Column Styles*/
/***********************************************/

#tableHolder{
margin:10px;
width:650;
}
	
/*Divs for product table layouts*/	

	#main1 {
		margin:0; padding:0;
		overflow:hidden;
		}
	#main2 {
		margin:0; padding:0;
		overflow:hidden;
		}
	#left {
		float:left;
		margin-left:10px; padding:0;
		}
	#right {
		float:right;
		margin-right:10px;
		padding:0;
		}
	.column-in {
		margin:0; padding:0.5em 1em;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}

/* Right Hand Product Features Holder */

.featureHoldertop{
background-image: url("../images/general/tableholders/blueholder250/blue250top.gif");
background-repeat:no-repeat;
height:20px;
width:250px;
}
.featureHolderbody{
background-image: url("../images/general/tableholders/blueholder250/blue250body.gif");
background-repeat:repeat-y;
width:250px;
}
.featureHolderbottom{
background-image: url("../images/general/tableholders/blueholder250/blue250bottom.gif");
background-repeat:no-repeat;
width:250px;
height:20px;
}


.screenshot {
padding:0px;
margin:0px;
}

.screenshot img {
border:5px solid #FFFFFF;
margin:0px;
width:380px;
height:350px;
}

.buybuttons {
padding:10px;
border-bottom: 1px dotted #999999;
}




/* Product Tour Styles */

.producttourback {
border:1px solid #CCCCCC;
background-color:#DEDEDE;
width:235px;
font-size:105%;
padding:5px;
text-align:left;
}

.producttourback a {
color:#3065AE;
}
.producttourback a:visited {
color:#000000;
}
.producttourback a:hover {
color:#990000;
text-decoration:none;
}

.holderStyle {
	padding: 5px;
	font-size: 105%;
	vertical-align:top;
	}
.holderStyle img {
padding:5px 5px 10px 5px;
float:left;
}

/***************STYLES FOR PRODUCT PAGE IMAGE ROLLOVERS*****************************/

.pprollover {
margin:0px;
padding:0px;
text-align:center;
}

.pprollover img {
float:left;
padding-left:5px;
}

.pprollover a {
color:#3065ae;
text-decoration:none;
}

.pprollover p{
 font-size: 80%;
 color: #000000;
 padding: 0px;
 font-weight:normal;
 text-align:left;
 }

.pprollover h4 {
	font-size: 80%;
	color:#3065AE;
	font-weight:bold;
	margin-left:55px;
	}

.pprollover h5{
 font-size: 80%;
 color: #000000;
 padding: 0px;
 font-weight:normal;
 text-align:left;
 margin-left:55px;
 }
 
/**************** White Paypal Button Styles ************/

.leftendcapwhite {
background-image: url("../images/products/buttons/leftendcapwhite.gif");
background-repeat:no-repeat;
width:16px;
height:24px;
}
.rightendcapwhite {
background-image: url("../images/products/buttons/rightendcapwhite.gif");
background-repeat:no-repeat;
width:16px;
height:24px;
}

.paypallogo {
padding:2px 4px 2px 4px;
width:64px;
font-size:110%;
background-image: url("../images/products/buttons/paypallogo.gif");
height:24px;
text-align:center;
}

.textbackwhite {
padding:2px 4px 2px 4px;
font-size:110%;
background-image: url("../images/products/buttons/paypalbody.gif");
background-repeat:repeat-x;
height:24px;
text-align:center;
}

.textbackwhite a {
color:#FFFFFF;
}


/***********************************************/
/* Product Search Styles*/
/***********************************************/

	.pstext {
	padding:8px;
	}
	.pstext img {
	padding:4px;
	float:right;
	}
	
	.pstext h1 {
	
	font-size:135%;
	text-align:left;
	color:#7A170D;
	font-weight:bold;
	border-bottom: 1px solid #999999;
	
	}
	
	.pstext h2 {
	font-size:110%;
	text-align:left;
	color:#3065AE;
	font-weight:bold;
	}
	
	.pstext h3 {
	font-size:110%;
	text-align: left;
	color:#000000;
	font-weight: bold;
	}
	
	.pstext h4 {
	font-size:125%;
	text-align:left;
	color:#990000;
	font-weight:bold;
	}
	
	.pstext p {
	font-size:105%;
	text-align:left;
	color:#333333;
	font-weight:normal;
	}
	
	.pstext a {
	margin:5px;
	padding-bottom:5px;
	line-height:1.75em;
	}
	
	.pstext a:link {
	font-size:110%;
	text-align:left;
	color:#1C0D81;
	}
	
	.pstext a:visited {
	font-size:110%;
	text-align:left;
	color:#3065AE;
	}
	.pstext a:hover {
	font-size:110%;
	text-align:left;
	color:#7A170D;
	}
	
	

	/*Column Body*/
	
	
	#psmain2 {
		margin:0; padding:0;
		overflow:hidden;
		}
		
	#psleft {
		float:left;
		width:380px;
		margin:0px; padding:0px;
		overflow:hidden;
		}
	#psright {
		float:right;
		width:210px;
		border-left:1px dotted #CCCCCC;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		}
	#psmiddle {
		margin:0 230px; padding:0;
		}

/***********************************************/
/* Shopping Cart Styles*/
/***********************************************/


.productHeader{
	padding:5px;
	font: 100% Verdana,sans-serif;
	color:#333333;
	border:1px dotted #CCCCCC;
	text-align:center;
}

.productHeader a{
font: 100% Verdana,sans-serif;
color:#1C0D81;
text-decoration:none;
font-weight:bold;
}

.productHeader a:hover {
text-decoration:underline;
}

.productHeader h1{
font: 100% Verdana,sans-serif;
color:#000000;
font-weight:bold;
}

.productHeader h2{
font: 100% Verdana,sans-serif;
color:#000000;
text-align:left;
font-weight:normal;
}

.productHeader h3{
font: 100% Verdana,sans-serif;
color:#000000;
text-align:left;
font-weight:bold;
}

.productHeader img {
padding:5px;
}

.detailsborder {
border:1px solid #CCCCCC;
}

#shoppingCartholder{
margin:0 10px 0 10px;
width:800px;
padding:0px;
overflow:hidden;
}

/*******************Site Map Styles*******************************/

	#smmain {
		margin:0; padding:0;
		overflow:hidden;
		}
		
	#smleft {
		float:left;
		width:550px;
		margin:0px; padding:0px;
		overflow:hidden;
		}
	
	.sitemaptext {
	padding:0px;
		}
	
	.sitemaptext h1 {
	
	padding:1px;
	font-size:135%;
	text-align:left;
	color:#7A170D;
	font-weight:bold;
	background-color:#EEEEEE;
	border:1px dotted #CCCCCC;
	
	}
	
	.sitemaptext h2 {
	padding:3px;
	margin-bottom:5px;
	font-size:125%;
	text-align:left;
	color:#000000;
	font-weight:bold;
	}
	
	.sitemaptext p {
	font-size:110%;
	text-align:left;
	color:#333333;
	font-weight:normal;
	}
	
	.sitemaptext a {
	padding:3px;
	font-size:105%;
	text-align:left;
	color:#1C0D81;
	line-height:1.75em;
	font-weight:bold;
	}
	.sitemaptext a:hover {
	padding:3px;
	font-size:105%;
	text-align:left;
	background-color:#DDDDDD;
	color:#7A170D;
	text-decoration:none;
	}






