/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
#container {
	width:770px;
	margin-left:auto;
	margin-right: auto;
	margin-top:10px;
}

hr {
	border-color: Silver;
	background-color: Silver;
	border-style:solid;
	border-width:2px;
	height:4px;
}
a{
	color: black;
	text-decoration: none;
}

a:link{
	color: black;
	text-decoration: none;
}

a:visited{
	color: black;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 3px 0px 0px 0px;
/*	border-bottom: 1px solid #cccccc; */
	width: 100%;
	margin: 0px;
	height:185px;
}

#pageTitle{
/*	margin-left:210px; */
}

#navBar{
	float: left;
	width: 24%;
	margin: 0px;
	padding: 0px;

/*	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; */
}

#swatch{
  float:right;
	width: 25%;
/*	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; */
	padding-right: 10px;
	padding-top: 18px;
}

#content{
	float: left;
  width: 45%;
  min-height: 240px;
}
#yellowBox{
	float: left;
	margin-left:18px;
  width: 42%;
/*  min-height: 70px; */
   min-height: 82px; 
  background-color: #FFF4B0;
  text-align: center;
 /* padding-top: 12px;*/
 padding-top: 8px;
  	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	display: inline;
	vertical-align: middle;
}
#yellowBoxL{
	font-size: 90%;
	float: left;
	margin-left:18px;
  width: 42%;
  min-height: 70px;
  background-color: #FFF4B0;
  padding-top: 12px;
   padding-bottom: 12px;
  padding-left:5px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 20px;

}
#yellowInnerTMP {
		position: relative;
		top: 30%
}
#yellowBoxTMP p{
	position: relative;
	top: -50%
}

/***********************************************/
/* Components                                  */
/***********************************************/

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

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


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

.story{
	clear: both;
	padding: 4px 0px 0px 20px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #Footer styles ***************/
#footerBottom{
	clear: both;
	font-size: 75%;
	font-weight: 800;
	color: black;
	padding: 15px 10px 5px 10px;
	background-color: #eeeeee;
	text-align: center;
	letter-spacing: 2pt;
	word-spacing: 2px;
}
#footerTop{
	clear: both;
	font-size: 75%;
	font-weight:bolder;
	letter-spacing: 6pt;
	word-spacing: 2px;
	color: white;
	padding: 5px 10px 0px 10px;
	background-color: silver;
	height:54px;
}
#footerTop p{
	display:inline;
	background-color: Fuchsia;
	margin-top:20px;
}
#logo{
float :left;
vertical-align: text-bottom;
}
#footerTop img{
	padding: 4px 4px 0px 10px;
	vertical-align: bottom;
}

/*********** #navBar link styles ***********/

#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-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
background-color: #eeeeee;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top:18px;
	padding-bottom:16px;
	font-size: 80%;
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	color:black;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinksselected {
	color: #CC3366;
/*	background-color: #dddddd; */
	text-decoration: none;
	padding: 2px 0px 16px 10px;
}
#sectionLinks a {
	display: block;
/*	border-top: 1px solid #cccccc; */
	padding: 2px 0px 16px 10px;
}

#sectionLinks a:hover{
	color: #CC3366;
/*	background-color: #dddddd; */
	text-decoration: none;
}

#sectionLinksFooter{
background-color: silver;

	position: relative;
	margin: 0px;
	padding: 0px;
/*	padding-top:4px;
	padding-bottom:5px;
	padding-left:6px; */
	font-size: 70%;
	font-family:  Arial, Helvetica, sans-serif;
	color:black;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: thick;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
#sectionLinksFooter H1{
	color:#FFE710;
	font-size: 95%;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight: bold;
}
#sectionLinksFooter p{
	padding-top:5px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #Pictures styles **************/
#pBlock{
	width:200px;
	height:304px;
/*	background-color:#eeeeee; */
}
#pElementLeft{
	float:left;
	display: block;

}

#pElementWhite{
	width:92px;
	height:92px;
	margin:2px;
	border-color:silver;
	border-style: solid;
	border-width: thin;
	background-color: white;
}

#pElementGrey{
	width:92px;
	height:92px;
	margin:2px;
	border-color:silver;
	border-style: solid;
	border-width: thin;
	background-color: #eeeeee;
}

/* RSS feed 			*/

#rss {
	background-color: white;
	font-size: 100%;
	color:Silver;
	font-weight: bold;
}
#rss a{
	color:#CC3366;
	font-weight: bold;
	font-size: 80%;
}

/*  Baseline                */
.baseLineItems {
	font-size:60%;
	color:silver;
	text-align: center;
}

#pinkLink a{
	color: #CC3366;
}