/* CSS Document */
body{
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	padding:5px 0px 0px 10px;
	font-size: 114%;
	color: #006699;
}

h3{
	padding:5px 0px 0px 0px;
 	font-size: 100%;
 	color:#6666FF; 
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 text-decoration:underline;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 80% Arial,sans-serif;
 color: #334d55;
}

form{
	padding:10px 0px 0px 10px;
}

.errormsg 
{
	color: #990000;
}

#content{
	width: 90%;
	margin: 0;
	padding: 0 3% 0 0;
}
#footer {
	padding: 0px 0px 0px 0px;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}
/*********** #navBar link styles ***********/
#slogan{
	text-align:center;
	padding: 10px 0px 50px 0px;
}
/*********** #navBar link styles ***********/
#navBar{
	padding: 0px 10px 0 10px;
	margin:0px;
	background:url(../image/left.jpg) #FFFFFF repeat-x;	
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 14px;
	text-align: center;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 15px 0px 15px 10px;
	border: none;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border: none;
	padding: 15px 0px 15px 10px;
}

#sectionLinks a:hover{
	border: 0px;
	padding: 15px 0px 15px 10px;
}

/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

.green_bg{
	background-color: #99CC66;
	border: solid 5px #FFFFFF;
}

.story p{
	text-align:justify;
	padding: 0px 0px 2px 0px;
}

.story a:link, 
.story a:visited, 
.story a:hover {
	color: #336666;
	text-decoration: none;
}

.story a:hover {
	text-decoration: underline;
}


.story h4{
	font-weight:bold;
}

/************** product styles *****************/

.product {
	font-size:90%;
	border: 1px solid #999999;
	padding: 0 0 2px 2px;
	margin: 0 0 2px 2px;	
}
.product td{
	vertical-align:top;
	font-size: 80%;	
}
.product .label {
	font-weight: bold;
}
