/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00CCFF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #006699;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #334d55;
}

h4{
 font-size: 100%;
 color: #334d55;
}

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 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	text-align:left;
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 78% 0 0;
	padding: 0px;
	background-color: #bcccdf;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	
}

#content{
	text-align:left;
  float:right;
	width: 75%;
	margin: 0;
	padding: 3px 3% 0 0;
}
#content h4{
 margin: 10px 0px 5px 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/******************* #Login styles *************/

#login{
	text-align:left;
	float:right;
	width:auto;
	margin:0;
	padding:3px;
	border: 1px solid #cccccc;
	font-size: 90%;
	white-space: nowrap;
}
#login img{
	border:none;
}

#loginUsername{
	font-size:75%;
	text-align:right;
}
#loginPassword{
	font-size:75%;
	text-align:right;
}
#loginIUsername{
	font-size:60%;
	text-align:left;
	width:120px;
}
#loginIPassword{
	font-size:60%;
	text-align:left;
	width:120px;
}

#login form{
 margin: 0px;
 padding: 0px;
}

#login label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*************** Basket styles *****************/

#basket {
	padding:5px 0 0 10px;
	margin:1px;
	border: 2px solid #aaaaaa;
}
#basket label{
	font-size:79%;
	vertical-align:middle;
}
#basket p{
	font-size:60%;
	color:#000000;
}
#basket img{
	display:inline;
	vertical-align:middle;
	border:none;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
	border: none;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-top: 2px solid #FFFFFF;
	font-size: 90%;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#searchTxt{
	font-size:75%;
	width:100px;
}

/*********** #navBar link styles ***********/

#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar h4 {margin:0px; font-weight:normal}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* 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-bottom: 1px solid #ffffff;
	font-size: 75%;
}

#sectionLinks h3{
	border-top: 2px solid #ffffff;
	padding: 10px 0px 2px 10px;
	font-size: 110%;
}

#sectionLinks a:link{
	padding: 3px 0px 3px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	text-decoration:none;
}

#sectionLinks a:visited{
	padding: 3px 0px 3px 10px;
	text-decoration:none;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	padding: 3px 0px 3px 10px;
	text-decoration:none;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******************Link Directory*******************/
.lp_category_tbl { width: 700px; border:1px solid black; }
.lp_link_list_tbl { width: 700px; border:1px solid black; }
.lp_category { border:0px solid black; text-align: center; }
.lp_search_text { font-size:10pt; font-family: arial, helvetica, sans-serif; }
.lp_nav_links { font-size:10pt; color: blue; font-family: arial, helvetica, sans-serif;}
.lp_top_nav_lnk { font-size:10pt; color: blue; font-family: arial, helvetica, sans-serif;}
.lp_search_btn { font-size:10pt; font-family: arial, helvetica, sans-serif; }
.lp_cat_link { font-size:10pt;  color: blue; font-family: arial, helvetica, sans-serif;}
.lp_link_desc { font-size:10pt; color: black; margin-bottom: 5px; font-family: arial, helvetica, sans-serif; margin-top: 5px; }
.lp_link_title { font-size:10pt; color: blue; margin-bottom: 5px; font-family:arial, helvetica, sans-serif; margin-top: 5px;}
.lp_nav { font-size:10pt; text-align: left; color: black; margin-top: 5px; font-family: arial, helvetica, sans-serif; margin-bottom: 5px;}
.lp_nav_txt { font-size:10pt; margin-bottom: 5px; color: black; font-family: arial, helvetica, sans-serif; margin-top: 5px; text-align: center;}
